table:not(#navigation){
    margin-left: 5% !important;
    width: 90% !important;
}

table:not(#navigation),
table:not(#navigation) td {
    border: 1px solid black !important;
    text-align: center !important;
    border-collapse: collapse !important;
}

table:not(#navigation) td:last-child {
    text-align: left !important;
    padding-left: 20px;
}

table:not(#navigation)>tbody>tr>td:first-child {
    padding: 5px !important;
    width: 250px !important;
}

table:not(#navigation)>tbody>tr:first-child{
    background-color: white !important;
    color: black !important;
}
 