* {}

table:not(#navigation) tr:first-child td {
    background: black;
    color: white;
}

table:not(#navigation) td {
    border: 1px solid black;
    background: lightgrey;
}

iframe {
    min-height: 350px !important;
}