﻿thead {
    color: white;
    background-color: #1e2e50;
    font-weight: bold;
}

.table-responsive {
    overflow-y: visible !important;
}

th {
    color: white !important;
    font-family: SpartanMB,sans-serif;
    font-size: 1rem !important;
    line-height: 1.5
}

th a:link {
    color: white;
    font-family: SpartanMB,sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

th a:visited {
    color: white;
    font-family: SpartanMB,sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

th a:hover {
    text-decoration: underline;
}
