body {
    color: #555;
    font-family: INTER,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #1450F5;
}
#pageheader .nav-link {
    color: #000;
}

header .navbar-nav .nav-link.active {
    color: #2d8f2e;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000;
    font-family: INTER,Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #00549e;
    color: #0014eb;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #00549e;
    font-weight: 700;
}
