.timelist{
    background: #FFF;
    color: #333;
    border-radius: 5px;
}

.timelist_title{
    padding: 5px;
    border-top: 1px solid #EEE;
    text-align: center;
}

.timelist_item{
    padding: 5px;
    cursor: pointer;
    border-top: 1px solid #EEE;
    text-align: center;
}

.timelist_item:first-child {
  border-top: none;
}

.timelist_item:hover{
    background-color: #304d8a;
    color: #FFF;
}

.timelist_item.selected {
    background: #304d8a;
    color: #FFF;
    border-radius: 4px;
}

.ui.calendar .ui.table.day {
    min-width: 18em;
    min-height: 330px;
}