﻿body, div {
    font-size:14px;
}

h4 {
    font-size:1em;
    margin-top:2px;
}
ul {
    list-style: none;
}

li {
    padding: 4px 0 0 0;
}

.pager ul li {
    display: inline-block;
}

.modal {
    padding: 0 !important;
}

    .modal .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal .modal-body {
        overflow-y: auto;
    }

.highlight {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

form {
    display: inline-block;
    margin-bottom: 3px;
}

h4 {
    display: inline-block;
}

svg {
    vertical-align: baseline;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 1600px;
    margin-top:12px;
    margin-bottom:25px;
}
th, td {
    border: 1px solid black;
    padding: 6px;
    width: auto;
    line-break:anywhere;
}
th {
    line-break:loose;
}
.cell-extra-small {
    width: 69px;
}
.cell-small {
    width: 75px;
}
.cell-medium {
    width:120px;
}