.list-group {
    font-family: "UniversLTStd-Cn", sans-serif;
    margin-bottom: 2rem;
}

.list-group-item {
    border-color: #D1D4D3;
    border-radius: 0 !important;
}

.list-group-item.active {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    color: #0046ad;
    background-color: #EEF2F4;
    border-color: #D1D4D3;
}

a.list-group-item {
    text-decoration: none;
}

.list-group-item-action {
    color: #0046ad;
}

.list-group-item h2,
.content-item-heading h2 {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.list-group-item .badge {
    float: right;
    margin-top: 0.25rem;
}


.table tbody th,
.table tbody td {
    vertical-align: top;
}

.table.table-border-style tbody th,
.table.table-border-style tbody td {
    border-right: 0;
    border-left: 0;
}

.modal-table td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.modal-table tr {
    border-bottom: 1px solid #ececec;
}

.modal-table .col-bold {
    font-weight: bold;
}

.modal-table .col1 {
    width: 25%;
}

.modal-table .col2 {
    width: 25%;
}

.modal-table .col3 {
    width: 50%;
}

.red {
    color: #B7153A;
}

.clickable {
    cursor: pointer;
}

.fancybox {
    cursor: zoom-in;
}

.fancybox img {
    border: 1px solid #D1D4D3;
    transition: border-color 0.5s;
}

.fancybox:hover img {
    border-color: #666;
}
