.data-bg {
    color: #ffffff;
}

tr:nth-child(even) {
    background: #001F4B;
}

.terminal span {
    background: #ff0c0e;
    color: #ffffff;
}

.gate span,
.belt span {
    background: #F9A541;
    color: #000000;
}

tbody {
    background: #123C66;
}

tr:nth-child(15) {
    background-color: #000000;
}