html {
    background-color: #1D1D1D;
    padding: 0px;
}
body {
    width: 80%;
    min-height: calc(100vh - 4em);
    margin: 0 auto;
    padding: 2em;
    background-color: #1D1D1D;
    border-color: #1D1D1D;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 20px;
}
p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
    line-height: 1;
    margin: 4pt;
}
li {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
    line-height: 1;
    margin: 4pt;
}
p.value-description {
    text-indent: -16pt;
    margin-left: 20pt;
    margin-top: 10px;
    margin-bottom: 10px;
}
label {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin: 4pt;
    width: 15%;
}
a {
    color: #2222DD;
}
a:hover{
    color: #22DDDD;
}
p.value-description2 {
    margin-left: 20pt;
}
p.question {
    margin: 16pt auto;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    width: 70%;
    min-width: 500pt;
    min-height: 144pt;
    background-color: #EF9D21;
    padding: 10pt;
    border-radius: 16pt;
    font-size: 32pt;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 72pt;
    text-align: center;
    line-height: 72pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
}
h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 36pt;
    line-height: 36pt;
    margin-top: 12pt;
    margin-bottom: 0pt;
}
h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    line-height: 18pt;
    margin-top: 12pt;
    margin-bottom: 0pt;
}
li {
    font-size: 16pt;
    text-indent: 16pt;
}
a {
    font-family: inherit;
}
img.center {
    display: block;
    margin: 1em auto;
    width: 50%;
    min-width: 500pt;
}
img {
    display: block;
    margin: 1em auto;
    width: 50%;
    min-width: 500pt;
}
.center {
    margin: auto;
    width: 80%;
    min-width: 500pt;
    padding: 10px;
    text-align: center;
} 
.label-l {
    width: 12%;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    font-size: 14pt;
}
.label-r {
    width: 12%;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    font-size: 14pt;
}
.button {
    background-color: #EF9D21;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 6pt;
    color: white;
    padding: 8pt;
    width: 50%;
    min-width: 500pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 20pt;
    margin: -2px auto;
    cursor: pointer;
}
.buttongray {
    background-color: #A9A9A9;
    font-family: 'Montserrat', sans-serif;
    border: none;
    color: white;
    padding: 8pt;
    width: 50%;
    min-width: 500pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 24pt;
    margin: -2px auto;
    cursor: pointer;
}
.small_button, .small_button_off {
    background-color: #333;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 4pt;
    color: white;
    padding: 6pt;
    width: 10%;
    min-width: 100pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 12pt;
    margin: -2px auto;
    cursor: pointer;
}
.small_button_off {
    background-color: #ddd;
    color: #888;
    border: 2px solid #888;
    cursor: not-allowed;
    margin: -4px auto;
}
div.text-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 36pt;
    line-height: 36pt;
    color: #222222;
    display: inline-block;
}
span.weight-300 {
    font-weight: 300;
}
#canvas {
    border-color: #444444;
    border-style: solid;
    border-width: 2px;
    border-radius: 8pt;
    display: block;
    margin: 8pt;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 80%;
}
#heatmap {
    border-color: #444444;
    border-style: solid;
    border-width: 2px;
    border-radius: 8pt;
    display: block;
    margin: 8pt;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 50%;
}
#customcompass {
    border-color: #444444;
    border-style: solid;
    border-width: 2px;
    border-radius: 8pt;
    display: block;
    margin: 8pt;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 50%;
}
