html {
    font-family: "Roboto Light", sans-serif;
}

#window {
    width: 600px;

    justify-content: center;
    background-size: 100%;

    position: absolute;
    top: 30%;
    left: 50%;

    transform: translate(-50%, -50%);
}

h1 {
    font-size: 25px;

}

.flex-container {
    flex-direction: row;
    display: flex;

    padding-bottom: 2px;
    padding-top: 2px;

}

#slider-container {
    position: absolute;
    z-index: 9;

}

.label {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;

    flex: 40 1 0;
}

.slider {
    position: absolute;
    margin: 0 0 0 0;

    top: 64px;
    left: 132px;
    width: 408px;

    -webkit-appearance: none;
    appearance: none;

    height: 0;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    background-image: url('slider.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    width: 34px;
    height: 146px;
    cursor: pointer;
}

.sliderLabel {
    position: absolute;

    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;

    flex: 40 1 0;
    z-index: 9;
}
.sliderOffset {
    position: absolute;

    margin-top: 0;
    margin-bottom: 0;

    flex: 20 1 0;
    z-index: 9;

}



#moo {
    color: #0B2545;
    background-color: #f2f2f2;
}
.moo {
    background-image: linear-gradient(90deg,#0B2545,#0B2545 60%,#f2f2f2 60%, #f2f2f2);
    overflow: auto;
}


#loo {
    color: #114e93;
}
.loo {
    overflow: auto;
    /*background-image: linear-gradient(90deg,#114e93, #114e93 60%,white 90%, white);

     */
    background-color: #114e93;

}
.loo::after {
    content: '\A';
    position: absolute;
    background: #FFFFFF;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
}

#io {
    color: #8DA9C4;
    background-color: #f2f2f2;
}
.io {
    color: #8DA9C4;
    background-color: #8DA9C4;
}

#emh {
    color: #87d0d0;
}
.emh {
    color: #87d0d0;
    background-color: #87d0d0;
    /*
    EEF4ED
     */
}

.bar {
    position: relative;
    margin: 0 0 0 0;

    padding-bottom: 5px;
    padding-top: 5px;

    border-style: solid;

    border-radius: 8px;
    flex: 100 1 0;
}

.mooOffset {
    margin-top: 0;
    margin-bottom: 0;

    flex: 20 1 0;
}
.looOffset {
    margin-top: 0;
    margin-bottom: 0;

    flex: 20 1 0;
}
.ioOffset {
    margin-top: 0;
    margin-bottom: 0;

    flex: 20 1 0;
}
.emhOffset {
    margin-top: 0;
    margin-bottom: 0;

    flex: 20 1 0;
}

.timeLabel {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;

    flex: 74 1 0;

}

.mainTimestamp {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 0;

    flex: 39 1 0;
}

.timestamp {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 0;

    font-weight: lighter;

    flex: 39 1 0;
}

.timeOffset {
    margin-top: 0;
    margin-bottom: 0;

    flex: 8 1 0;
}

#sliderValue {
    margin: 0 0 0 0;
    padding: 5px 0;
    font-size: 20px;
}

p {
    margin: 0 0 0 0;
    padding: 5px 0;
    font-size: 15px;


}