#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #009ee8;
}
header .navbar-nav .nav-link.active {
    border-bottom: 4px solid #009ee8;
}

a { color: #009ee8; text-decoration: none; }
a:hover { text-decoration: underline; }

.frame .navbar li a {
    color: #009ee8 !important;
    text-transform: uppercase;
}
.frame .navbar-nav .nav-item.active a,
.frame .navbar-nav .nav-item.active:hover a {
    color: #000 !important;
    font-weight: 700;
}

.table thead th {
    border-bottom: 2px solid #009ee8;
    color: #009ee8;
    font-weight: 400;
}
.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #009ee8;
}
