/* Main CSS */
body {
    background-color: #909090;
    margin: 0
}

.alpha {
    opacity: 50%
}

.solid {
    opacity: 100 !important;
    %
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
}

.copy {
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#aria-text {
    opacity: 0;
    position: absolute;
    z-index: -1
}

#aria-text div {
    position: absolute
}

#aria-button {
    width: 130px;
    height: 33px;
    left: 20px;
    top: 399px;
}

#init {
    background-color: #FFFFFF;
    position: absolute;
    display: block;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

#outline {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #FFFFFF;
}


#dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

#dom_overlay_container div,
#outline #border {
    position: absolute;
    border: 1px solid #333333;
    box-sizing: border-box;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1001;
}

#animation_container {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
}

#animation_container canvas {
    position: absolute;
    display: block;
    cursor: pointer;
}

#rHit {
    color: black;
    top: 5px;
    width: 12px;
    height: 22px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 1002;
    line-height: 0;
}

#cta {
    width: 130px;
    height: 33px;
    left: 20px;
    top: 399px;
}