body {
    background-color: white;
    font-family: sans-serif;
}


.st {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.navrow {
    background-color: black;
    display: table-cell;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}
