body {
    color: #3d4b54;
    font-family: univia-pro,sans-serif;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #ffffff;
    border-bottom: 3px solid #3d4b54;
}
#pageheader .nav-link {
    color: #3d4b54;
    font-weight: 700;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #3d4b54;
    font-weight: 700;
}

h1, h2, h3 {
    color: #3d4b54;
    font-family:  univia-pro,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #7FC200;
    color: #051236;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #7FC200;
    font-weight: 700;
}
