html, body {
    margin: 0; padding: 0;
    font-family: Arial, sans-serif;
    background-color: #212121;
    color: white;

    --gm3-sys-color-surface-container: #212121;
}

div {
    margin: 16px;
}

.prewrap {
    white-space: pre-wrap;
}

th {
    text-align: right;
}

td {
    text-align: left;
}

#discordMarkdown {
    width: 100%;
    field-sizing: content;
}

.statsTable {
    width: 100%;
    border-collapse: collapse;
}

.statsTable table, .statsTable th, .statsTable td {
    margin: 0; padding: 8px 4px;
    border: 1px solid white;
}

.statsTable th, .statsTable td {
    text-align: center;
}

.isLive.yes, #isLiveSets.yes {
    color: red;
}

.isLive.no, #isLiveSets.no {
    color: green;
}

.cal_dot {
    font-size: 4em;
    vertical-align: middle;
}

.cal_dot.deadline {
    color: rgb(142, 36, 170);
}

.cal_dot.class {
    color: rgb(228, 196, 65);
}