/* Button to publish schedule */
.publishButton {
    float: right;
    margin-right: 0;
}

/* Heading */
.flat_area h2 {
    margin-bottom: 1px;
}

/* First table heading */
.static .first {
    width: 65px;
}

/* Talk container */
.static .schedule-row {
    /*border-left: 1px solid #999999;*/
    cursor: pointer;
}

.static .lockdown {
    /*border-left: 1px solid #999999;*/
    cursor: pointer;
}

/* Selecting block */
.static .ui-selecting, .static .even .ui-selecting {
    background-color: #F9D0D0;
    border-color: #F9D0D0;
}

/* Selected block */
.static .ui-selected, .static .even .ui-selected {
    background-color: #BBBBBB;
    border-color: #BBBBBB;
}

/* Booked slot's DIV container */
.bookedSlot div {
    border: 1px solid;
    display: none;
    padding: 0 10px;
    position: absolute;
    width: 300px;
}

table {
    /*border-collapse: inherit;*/
}
