
:root {
    --left-bg-color: rgba(0, 0, 0, 0.5);
    --left-button-hover-color: rgba(0, 0, 0, 0.3);
    --right-bg-color: rgba(0, 0, 0, 0.5);
    --right-button-hover-color: rgba(0, 0, 0, 0.3);
    --hover-width: 75%;
    --other-width: 25%;
    --speed: 1000ms;
}

footer {
    border-top: 1px solid #333;
    padding-bottom: 1em !important;
    background: #333333;
    width: 100%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}

p {
    line-height: 1.8;
}

h4 {
    margin-bottom: 0.4em;
}

select {

    white-space: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: none;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button:hover{
    cursor: pointer;
}

select:focus,
button:focus {
    outline: none;
}

svg {
    -moz-user-select: none;
    outline: none;
    border: none;
}


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.text-center {
    text-align: center !important;
}

.text-light {
    font-style: italic;
    color: #ccc;
}

.text-bold {
    font-weight: bold;
}

.foot-note {
    font-size: 0.85em;
    color: #999;
}

#mousetips {
    position: fixed;
    z-index: 600;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.4em 1em;
    border-radius: 0.4em;
    box-shadow: 0 0rem 0.2rem 0 rgba(0, 0, 0, 0.14);
}

.hide {
    display: none !important;
}

input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
}
@media screen and (max-width: 750px) {}