/**
 * Branding colors
 */
.fab.fa-twitter {
    color: #1da1f2;
}

.fab.fa-twitch {
    color: #9146ff;
}

.fab.fa-youtube {
    color: #ff0000;
}

.fab.fa-reddit {
    color: #ff4500;
}

/**
 * Customize water.css
 */
body {
    max-width: 85%;
}

table {
    table-layout: auto;
}

#external-links-list li {
    padding: 0.25em;
}

.hidden {
    display: none;
}

code {
    user-select: all;
}
