.accordion__toggle:hover, .accordion__toggle:focus {
    color: #012169 !important
}

.table .thead-dark tr:nth-of-type(even) th {
    background-color: #103556;
}

.table-striped tbody tr:nth-of-type(odd) a {
   color: #3072ab; 
}

.footer a {
    text-decoration: underline;
}

.footer a:hover, .footer a:focus {
    font-weight: bold;
}

.sdt_h4{
    font-weight: 1.75em;
}

.clearfix {
    clear:both;
}

.list-ordered-roman {
    list-style-type: upper-roman;
}