/* HTML elements */
html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    background-color: #313335 !important;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

h3:not(.popover-header) {
    color: white !important;
    margin-top: 0.3em !important;
    font-size: 1.4rem !important;
}

h6 {
    color: lightgray !important;
    margin-top: 0.5em !important;
}

p {
    color: white;
}

label {
    margin-bottom: 0 !important;
}

@media(min-width: 991px) and (max-width: 1080px) {
    html {
        font-size: 92.5%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 85%;
    }
}