/* COUNTDOWN TIMER */
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    /* display: inline-block; */
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin-top: -40px;
}
    
#clockdiv > div{
    padding: 5px;
    border-radius: 5px;
    background: #e86727;
    /* background: #00BF96; */
    /* background: #005927; */
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

#clockdiv div > span{
    /* padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px; */
    width: 100%;
    border-radius: 5px;
    background: #e67e22;
    /* background: #00816A; */
    /* background: #ff0001; */
    display: inline-block;
    }
    
.smalltext{
    padding-top: 5px;
    font-size: 15px;
}