.ratinghr
{
    background-color: rgb(103, 214, 103);
    color: black;
}
.ratingr
{
    background-color: rgb(85, 187, 45);
    color: black;
}
.ratingi
{
    background-color: rgb(193, 207, 0);
    color: black;
}
.ratingni
{
    background-color: rgb(192, 109, 1);
    color: white;
}
.ratingnr
{
    background-color: rgb(255, 0, 0);
    color: black;
}
.ratinghnr
{
    background-color: rgb(128, 0, 0);
    color: white;
}
tr td:nth-child(6), tr td:nth-child(7), tr td:nth-child(8) {
    visibility: collapse;
    display: none;
    width: 0;
}
table.dataTable tr.dtrg-group.dtrg-level-1 th, table.dataTable tr.dtrg-group.dtrg-level-2 th, table.dataTable tr.dtrg-group.dtrg-level-3 th, table.dataTable tr.dtrg-group.dtrg-level-4 th, table.dataTable tr.dtrg-group.dtrg-level-5 th {
    font-weight: bolder !important;
}

/* misc */
.filters {
    border: 1px black solid;
    padding: 8px;
}
h2 {
    margin-top: 0;
}
h3 {
    margin: 0;
}
.flag {
    border: 1px solid black;
}