/* css styles */
.exam-row {
    background-color: #ffffba;
}

.break-row {
    background-color: #d1e7dd;
}

.scrollable {
    overflow-y: scroll;
    max-height: 300px;
}

#title-block-header {
  display: none;
}