html {
    background: rgb(24,24,24);
    background: linear-gradient(0deg, rgba(24,24,24,1) 0%, rgba(24,18,18,1) 95%, rgba(24,24,24,1) 100%);
    color: #dadada;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: calc(16px + 0.5vw);
}
input, select, label, option {
    font-size: calc(18px + 0.4vw);
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 18px;
    }
    input, select, label, option {
        font-size: 16px;
    }
    input.min {width: 6vw; max-width: 36px;}
    input.sec {width: 7vw; max-width: 42px;}
    input.tho {width: 10vw; max-width: 56px;}
}
body {
    width: 96%;
    margin: auto 2%;
    padding-top: 0.4%;
}
h2 {
    font-weight: 800;
    font-size: 1.3em;
    margin: 0 0 5px 0;
}
h3 {
    font-weight: 600;
    font-size: 1.0em;
    margin: 0 0 5px 0;
}
section {
    margin: 20px 0 5px 0;
}
p.desc {
    margin: 2px 0; padding: 0;
    font-size: 0.8em;
}
.horizontal {
    display: inline-block;
    margin: 2px 0; padding: 0;
    height: 24px;
}
#result_ls {
    list-style-type: none;
    color: #707070;
    margin: 0; padding: 0;
}
footer {
    font-size: 0.8em;
    margin-top: 20px;
}
footer a {
    color: #707070;
}
.results {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
input, select {background-color: whitesmoke; color: black;}