html, body {
    height: 100%;
}

#poptext, #civiliantext, #laborforcetext, #unemployedtext {
    height: 25%;
    color: white;
    text-align: center;
}

#popnumber, #civiliannumber, #laborforcenumber, #unemployednumber {
    color: white;
    font-size: 2em;
    height:50%;
}

#poplabel, #civilianlabel, #laborforcelabel, #unemployedlabel {
    color: white;
    font-size: 1.5em;
    height:50%;
    padding-top: 10px;
}

#poptext {
    background-color: #16a085;
}

#civiliantext {
    background-color: #1abc9c;
}

#laborforcetext {
    background-color: #27ae60;
}

#unemployedtext {
    background-color: #2ecc71;
}

#chart {
    height: 100%;
    width: 100%;
}

#content {
    overflow: auto;
    height: 100%;
    position: relative;
}

#middle {
    height: 100%;
}

#right {
    margin-right: 0;
}

.scroll {
    font-family: 'Lato';
    color: white;
    font-size: 2em;
    margin: 5px;
    text-align: center;
}

.scroll:hover {
    cursor: pointer;
}

.scroll.active {
    color: black;
}

#scrollable {
    height:55%;
    width: 100%;
    overflow: auto;
    background-color: #16a085;
    border: none;
    display: inline-block;
}


#target {
    height:15%;
    color: white;
    background-color: #2ecc71;
    text-align: center;
    font-size: 4em;
    margin: 0;
}

#unemployment {
    height:10%;
    color: white;
    background-color: #2ecc71;
    text-align: center;
    font-size: 1.5em;
    margin: 0;
}

#uparrow, #downarrow {
    width: 40%;
    height: 10%;
    padding: 0;
    overflow: hidden;
}

#uparrow, #downarrow:hover {
    cursor: pointer;
}

#uparrow_left, #uparrow_right, #downarrow_left, #downarrow_right {
    width: 30%;
    height: 10%;
}

::-webkit-scrollbar { 
    display: none; 
}