/* Slots */
div.slot {
    margin-top: 3ex;
    margin-bottom: 3ex;
    background-color: #DDDDDD;
    color: #333;
    padding: 3ex;
}
div.slot-time {    
    display: inline;
    font-size: 150%;
    font-weight: bold;
    margin-top: 0ex;
    margin-bottom: 1ex;    
    margin-right: 0.5ex;
}
div.slot-title {
    font-weight: normal;
    display: block;
}
.slot-title {
    font-weight: normal;
}

div.slot-title-1 {
    display: inline;
}
@media only screen and (max-width: 600px) {
    div.slot-title-1 {
       display: block;
    }
}
div.slot-title-2 {
    font-size: smaller;    
}
div.slot-abstract {
    font-weight: normal;
}


/* Slot types */
div.slot-rubber {
    color: #888888;
}

.modal-title > div.slot-title {
    font-weight: bold;
}
