<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MDL */
.mdl-data-table th {
    vertical-align: middle;
}

.mdl-data-table th,
.mdl-data-table td {
    padding: 5px;
    border: 1px inset;
}

.mdl-data-table td:first-of-type,
.mdl-data-table th:first-of-type {
    padding-left: 5px !important;
}

.mdl-data-table td:last-of-type,
.mdl-data-table th:last-of-type {
    padding-right: 5px !important;
}

.mdl-data-table th {
    background-color: #ffe373;
    color: black;
    font-weight: bold;
}

table.stats td {
    border: solid 1px grey;
}

td.right {
    text-align: right;
}

td.languageCell {
    max-width: 130px;
}

td.languageCell&gt;span {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}
</pre></body></html>