@charset "UTF-8";
@font-face {
    font-family: 'Lexend';
    src: local('Lexend Deca'),
        local('LexendDeca-Regular.woff2') format('woff2'),
        local('LexendDeca-Regular.ttf') format('truetype'),
        url(https://github.com/ThomasJockin/lexend/raw/master/fonts/woff2/LexendDeca-Regular.woff2) format('woff2'),
        url(https://github.com/ThomasJockin/lexend/raw/master/fonts/ttf/LexendDeca-Regular.ttf) format('truetype');
}
body {
    font-family: 'Lexend', 'sans-serif', 'serif';
}
nav tr * {
    width: 20%;
}
nav table {
    width: 50%;
    border: none;
    height: inherit;
}
nav table * {
    border: none;
}
.welcome {
    color: black;
}
.error, #error {
    color: red;
    background-color: black;
}
#form-popup {
    display: none;
    position: sticky;
    background-color: #444;
    top: 5px;
    left: 15px;
    border: 3px solid #444;
    z-index: 9;
}
.viewport, .viewport * {
    max-width: 100%;
}
.drawingBuffer {
    display: none;
}