html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


html, body {
    background: #333;
    height: 100%;
    width: 100%;
    font-family: 'Thasadith', sans-serif;
}

#content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#nickname {
    margin-bottom: 10pt;
    width: 100%;
    text-align: center;
    font-size: max(8vw, 40pt);
}

.white-text {
    color: #fff;
}

.clickable {
    cursor: pointer;
}

.no-select {
    user-select: none;
}

.material-icons {
    font-size: max(1vw, 20pt) !important;
    vertical-align: middle;
}

.small-text {
    font-size: max(1vw, 20pt);
}

#upvotes {
    display: inline-block;
    text-align: right;
    margin-right: 2pt;
    vertical-align: middle;
}

.red {
    color: red;
}

.row {
    max-width: 400pt;
    width: 90%;
}

.highscore-name {
    width: 60%;
    text-align: left;
    display: inline-block;
}

.highscore-upvotes {
    text-align: right;
    float: right;
    display: inline-block;
}

#highscore-head {
    font-weight: bold;
    text-align: center;
    margin-bottom: 8pt;
    padding-bottom: 8pt;
    border-bottom: 1pt solid #fff;
}

a {
    color: #fff;
}