.clean {
    clear: both;
}

.dayContainer {
    float: left;
    line-height: 20px;
    margin-right: 8px;
    width: 65px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.colorBox {
    cursor: pointer;
    height: 28px;
    background-size: 31%;
    background-position: top center;
    background-repeat: no-repeat;
}

.colorBox.WorkingDayState {
    background-image: url(../images/business-on.png);
    background-position: left;
}

.colorBox.RestDayState {
    background-image: url(../images/business-off.png);
    background-position: left;
}
.weekday{
    display: -webkit-inline-box;
    padding: 0 0px 0px 20px;
}
.operationTime .mini-time {
    width: 40px;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
}

.dayContainer .add-on {
    padding: 4px 2px;
}

.colorBoxLabel {
    clear: both;
    font-size: 12px;
    font-weight: bold;
}

.invisible {
    visibility: hidden;
}

.operationTime {
    margin-top: 0px;
    top: -30px;
}