
#schedule-calendar {
    margin-top: 50px;
}

#schedule-calendar ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

#schedule-calendar .schedule-row,
#schedule-calendar .schedule-row .talk-title {
    height: 100%;
    padding: 5px;
    overflow: hidden;
    margin-top: 1px;
    color: #000000;
    font-size: 16px;
    background-color: #F0FFFF;
    font-weight: bold;
}

#schedule-calendar .schedule-header {
    background: linear-gradient(to left, #1260eb, #0f7ef4);
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: -1px;
}

#schedule-calendar .schedule-cell {
    text-align: center;
    padding: 5px;
}

#schedule-calendar .schedule-cell a {
    font-size: 14px;
    cursor: pointer !important;
    text-decoration: underline;
}

#schedule-calendar .schedule-cell .hidden-track {
    float: left;
    font-weight: normal;
    font-family: monospace;
    border-top: solid 1px #0f7ef4;
}

#schedule-calendar .schedule-break {
    line-height: 15px;
    background-color: #ddd;
}

#schedule-calendar .schedule-keynote, 
#schedule-calendar .schedule-keynote .talk-title {
    font-size: 24px;
}

#schedule-calendar ul.tabs li {
    background: linear-gradient(to left, #1260eb, #0f7ef4);
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

#schedule-calendar ul.tabs li.current {
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 10px 5px #1260eb;
    color: black;
}

#schedule-calendar .tab-content {
    display: none;
    color: #f5f5f5;
    background: linear-gradient(to left, #1260eb, #0f7ef4);
}

#schedule-calendar .tab-content.current {
    display: inherit;
}

#schedule-calendar .talk-title {
    text-decoration: none !important;
    color: black;
}

#schedule-calendar .talk-title:hover {
    color: #555;
}