.bold {
    font-weight: bold;
}

.red {
    color: rgb(219, 0, 0);
}

.green {
    color: rgb(0, 126, 0);
}

table {
    width: 100%;
}

th {
    text-align: start;
    background: rgb(54, 54, 54);
    color: white;
    border: 1px solid white;
}

td {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

tr:nth-child(even) {
    background: rgba(0, 132, 255, 0.1)!important;
}