@font-face {
    font-family: 'MetaPro';
    src: url('https://static.tildacdn.com/tild3033-3363-4630-b636-666462353832/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MetaPro';
    src: url('https://static.tildacdn.com/tild3235-3330-4631-b531-323365633062/MetaPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}


@font-face {
    font-family: 'MetaPro';
    src: url('https://static.tildacdn.com/tild3235-3330-4631-b531-323365633062/MetaPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

/* 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/reset.css/">
*/

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 {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: rgb(36, 25, 36);
    color: #FFF;
    margin-bottom: 60px;
    font-family: 'MetaPro', Arial, sans-serif;

    --green: #9FCB40;
    --left-padding: 10%;
}

@media (max-width: 576px) {
    body {
        --left-padding: 8px;
    }
}

main {
    padding: 20px 0 0 var(--left-padding);
    display: flex;
    flex-direction: row;
}

nav {
    width: 200px;
}

/*#77e027*/
/*#9FCB40*/

.header {
    padding: 0 20% 0 var(--left-padding);
    background-color: #000;
    height: 60px;
    width: 100%;
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    font-size: 15px;
}

.header-link {
    font-weight: 700;
    margin-left: 20px;
    display: flex;
}

.header-link > a {
    align-self: center;
    color: white;
    text-decoration: none;
}

.header-link > a:hover {
    color: #959595;
}

#dotnet-compile-error:empty {
    visibility: hidden;
    display: none;
}

.navList {
    margin-top: 40px;
    list-style-type: none;
    margin-right: 12px;
}

.navList > li {
    margin-bottom: 12px;
    cursor: pointer;
}

.navDayResults {
    margin-left: 18px;
}

.navResultLink {
    margin-top: 8px;
}

.navResultLink > a {
    text-decoration: none;
    color: white;
}

.navResultLink-selected > a {
    color: var(--green);
}

.navResultLink :hover {
    text-decoration: underline;
    color: var(--green);
}

.resultHeader {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--green);
}

.lastResultHint {
    margin-top: 24px;
}

td, th {
    border: 1px solid white;
    padding: 6px 12px;
}

th {
    padding: 6px 6px;
}

td {
    text-align: right;
}

.resultDate {
    margin-bottom: 16px;
    font-size: 14px;
}

.bestLap {
    color: var(--green)
}

.lapByLap {
    margin-top: 20px;
}

.lapByLap > summary {
    cursor: pointer;
    margin-bottom: 16px;
}

.timeCell {
    font-variant-numeric: tabular-nums;
}

.footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    margin-left: var(--left-padding);
    max-width: 100%;
    white-space: nowrap;
    line-height: 60px;
    font-size: 12px;
    color: gray;
}

.footer > a {
    color: #6AB4BE;
}
