#timeline {
 width: 100%;
}

#timeline .post-container {

}

#timeline #heads-up {
    font-size: 0.4em;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 2vw;
    overflow: auto;
}

#timeline .pop-button {
    background-color: #e091ba;
    color: white;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    font-size: small;
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid white;
    font-weight: 700;
    width: 150px;
    font-size: 0.7em;
}
#timeline div.popped-container {
    margin-top: 10px;
}
#timeline div.popped-container .pop-button {
    margin-left: 7px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 0.5em;
}

#timeline div.popped-container .button-container {
    width: 900px;
    margin: 10px auto auto;
}

#timeline .popped-container iframe {
    margin: auto;
    display: block;
}

#heads-up .info-label {
    display: inline-block;
    color: #757575;
    font-weight: 700;
    margin-right: 7px;
}

#heads-up .tab-label {
    display: inline-block;
    color: #B6B6B6FF;
    font-weight: 700;
    margin-right: 15px;
    user-select: none;
    cursor: pointer;
}

#heads-up .tab-label.selected {
    color: #f6aef6;
}


#heads-up .info-label .green {
    color: #6bab6d;
}

#heads-up .rfloat {
    float: right;
    margin-right: 25px;
}

#heads-up .info-label .red {
    color: #ab756b;
}

#heads-up .info-label .yellow {
    color: #c4c27b;
}


@media (min-width: 1200px) {
    #timeline {
        width:  60vw;
        margin: auto;
    }
}
