body {
    color: #555;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

#pageheader {
    background-color: rgba(67,165,176,0.9);
    border-bottom: 4px solid #54ccd0;
}
#pageheader .nav-link {
    color: #000;
}

header .nav-link.active {
    color: #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #555;
    font-family: "Dosis", Arial, Helvetica, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #54ccd0;
    color: #54ccd0;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #54ccd0;
    font-weight: 700;
}
