.jobTimes {

}

.jobTimes .ui-checkboxradio-label.ui-state-active {
    background: #1fa357;
}

.jobTimes .row {
    margin-bottom: 10px;
}

.jobTimes .hour-time-info {
    color: #999;
}

.jobTime {
    position: relative;
}

.jobTime .buttons_block {
    position: absolute;
    top: 0;
    right: 0;
}

.jobTime .add_block span {
    color: green;
}

.jobTime .del_block span {
    color: red;
}
