.ticCell {
    border: 1px solid;
}

.titelCell {
    border-right: solid;
    border-width: 1px;
    width: 120px;
    height: 40px;
}

.dayCell {
    border-bottom: solid;
    border-width: 1px;
    width: 120px;
    height: 40px;
}

.saveBtn{
    background-color: white;
    width: 130px;
    height: 30px;
}

/* highlighted == disabled  */
#timeTable td.highlighted {
	background-color: rgba(240, 196, 196, 0.4);
}

#timeTable td {
    background-color: rgba(198, 222, 173, 0.4);
    text-align:center;
}

#timeTable {
	border-collapse: separate; border-spacing: 1px;
}