* {}

.syntax {
    border-collapse: separate !important;
    width: 100%;
}

.syntax tr.head td {
    color: white;
    background: black;
    font-weight: bold;
}

.syntax tr.sub td {
    color: black;
    background: lightgrey;
}

.syntax td {
    color: black;
    background: white;
    padding-left: 5px;
    border: 1px solid black !important;
}