#page-2 {
    position: absolute;
    left: 9%;
    top: 2%;
    background-color: #763fa1;
    text-align: center;
    letter-spacing: .015em;
    border-radius: 8px;
    color: #fff;
    font-size: 32px;
    width: 86%;
    height: 10%;
    line-height: 2.8em;
    -webkit-box-shadow: 5px 5px 2px 2px #00000028;
    box-shadow: 5px 5px 2px 2px #00000028;
    border-top: 2px outset #402F4C80;
    border-left: 1px outset #402F4C80;
    border-bottom: 1px outset #402F4C80;
    display: none
}

#category_choice { top: 13% !important }

.click-button { width: 611px !important }

.answer-marker {
    position: absolute;
    top: -6px;
    right: -18px;
    height: 37px;
    margin: 8px 20px;
    border-radius: 50%
}

.green-box {
    left: 9%;
    top: 2%;
    width: 86%;
    height: 10%;
    line-height: 1.2em
}

.solid-light-purple-box {
    position: fixed;
    top: 33%;
    width: 76%;
    left: 12%
}

#chart_container {
    height: 68%;
    width: 78%;
    border-left: 8px solid #402e4c;
    position: absolute;
    top: 14%;
    left: 11%
}

#chart_container .x-line:first-child { border-top: 4px solid #402e4c }

#chart_container .x-line {
    border-bottom: 4px solid #402e4c;
    height: 20.1%;
    width: 100%
}

#chart_container .x-label {
    font-size: 1.9em;
    font-weight: 600;
    color: #ffcc4b;
    position: relative;
    top: -25px;
    right: 40px
}

#result_wrapper {
    position: absolute;
    top: 96%
}

.column-bar {
    width: 145px;
    height: 0;
    background: #763fa1;
    margin: 0 24px;
    transition: 0.1s linear;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: fade-in-text 2.2s .1s forwards;
    -moz-animation: fade-in-text 2.2s .1s forwards;
    animation: fade-in-text 2.2s .1s forwards
}

#bar1 {
    position: absolute;
    left: -1%;
    bottom: 0
}

#bar2 {
    position: absolute;
    left: 19.1%;
    bottom: 0
}

#bar3 {
    position: absolute;
    left: 39.3%;
    bottom: 0
}

#bar4 {
    position: absolute;
    left: 59.4%;
    bottom: 0
}

#bar5 {
    position: absolute;
    left: 79.6%;
    bottom: 0
}

#bin_wrapper {
    position: absolute;
    top: 83%;
    left: 11%;
    width: 82%;
    height: 10%
}

#bin_wrapper #foam,
#bin_wrapper #plastic_bags,
#bin_wrapper #plastic_bottles,
#bin_wrapper #plastic_wrappers,
#bin_wrapper #straws {
    width: 186px;
    height: 130px;
    border-radius: 7px;
    background: var(--green-color);
    -webkit-box-shadow: 5px 5px 2px 2px #00000028;
    box-shadow: 5px 5px 2px 2px #00000028;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
}

#plastic_bottles  { left: 0 }
#plastic_wrappers { left: 19.2% }
#plastic_bags     { left: 38.2% }
#straws           { left: 57.2% }
#foam             { left: 76.2% }

.bin-title { line-height: 1.25em; }

.counter {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 43px;
    color: #402e4c;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
    line-height: 1.28em;
    left: 69px
}

#page-tracker { margin: 1px!important; }

#page-tracker li { margin: -10px 4.9px !important }

.answered-tally .counter span { color: #ffcc4b }