<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toolbar
{
    /*padding: 5px 0 5px 0;*/
    margin-bottom: 12px;
    overflow: hidden;
}

#type_filter_span {vertical-align: middle;}
#type_cb {margin: 0 5px 0 5px;}

Table.Ratings
{
    vertical-align: middle;
}

Table.Ratings tr:nth-child(odd) {background-color: White;}
Table.Ratings tr:nth-child(even) {background-color: rgb(250,250,250);}
Table.Ratings tr td {height: 50px; border-bottom: 1px solid #E0E0E0;}
Table.Ratings tr td:nth-child(1){width:1%;}
Table.Ratings tr td:nth-child(2){width:89%;}
Table.Ratings tr td:nth-child(3){width:5%; white-space:nowrap;}
Table.Ratings tr td:nth-child(4){width:5%;}
Table.Ratings tr:last-child td {border-bottom: none;}
Table.Ratings tr:hover {background-color: #e6f4ff;}
Table.Ratings tr td span{display: block;}</pre></body></html>