.timeselector {
    padding: 5px;
    padding-left: 7px;
    line-height: 100%;
    color: #dcdcdc;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.timeselector-item,
.timeselector-separator {
    float: left;
}

.timeselector-value,
.timeselector-button {
    padding: 2px 8px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.timeselector-value {
    display: block;
    color: #eee;
}

.timeselector-separator {
    padding: 0 2px;
    margin-top: 30%;
}

.timeselector-button {
    font-family: "icomoon" !important;
    display: block;
    text-decoration: none;
    color: #636363!important;
}

.timeselector-button:hover {
    color: #599fcf;
}