.timeslot{
    width: 254px !important;
    border-left: 1px solid rgba(1,1,1,0.2);
    padding-left: -1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.shift-cell{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px !important;
    border-bottom: 1px solid rgba(1,1,1,0.2);
    padding-bottom: -1px;
}
.shift-cell-placeholder{
    height: 30px !important;
}
.shift-cell-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px !important;
    border-top: 1px solid rgba(1,1,1, 0.1);
    padding-left: 5px;
    padding-top: -1px;
    font-weight: bold;
}
.timeslot-header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:35px !important;
    border-top: 1px solid rgba(1,1,1, 0.2);
    padding-top: -1px;
    border-bottom: 2px solid rgba(1,1,1, 0.5);
    margin-bottom: -2px;
}
.timeslot-shift {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid rgba(1,1,1,0.3);
    margin-bottom: -1px;
}
.bg-shift-done {

    background-color: rgba(120,255,100,0.5);
}
.bg-shift-open {
    background-color: rgba(255, 150, 10, 0.3);
}
.timetable-shifts{
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 2px solid rgba(1,1,1,0.5);
    margin-right: -2px;
}