#schedule {
    table-layout: fixed;
}
#schedule th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-size: 14px;
}
#schedule th, #schedule td {
    height: 26px;
    width: 90px;
    margin: 0;
    padding: 0;
}
#schedule th {
    height: 20px;
}
#schedule td:not(:last-child), #schedule th:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#schedule tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#schedule tr td {
    font-size: 0;
}
#schedule tr td:first-child, #schedule tr th:first-child {
    font-size: 14px;
    line-height: 26px;
    width: 60px;
}
#schedule tr td div {
    height: 100%;
    width: 50%;
    display: inline-block;
    transition: all 0.15s;
    position: relative;
}
#schedule tr td div:first-child {
    z-index: 2;
}
#schedule tr td div p {
    font-size: 14px;
    margin: 0;
    text-align: center;
    opacity: 0.75;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#kursSelectionPopup > div {
    width: 300px;
}
#kursSelectionPopup h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
}
#kursSelectionPopup p {
    margin: 0;
}
#kursSelectionPopupList {
    margin: 15px 0px;
}
#kursSelectionPopupList > div {
    position: relative;
    user-select: none;
}
#kursSelectionPopupList > div > span {
    width: 85%;
    display: block;
    margin: auto;
    padding: 2px 5px;
    transition: 0.15s all;
    cursor: pointer;
}
#kursSelectionPopupList > div > span:hover {
    background: rgba(0, 0, 0, 0.068);
}
#kursSelectionPopupList > div > span:active {
    background: rgba(0, 0, 0, 0.11);
}
#kursSelectionPopupList > div:not(:last-child) > span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#kursSelectionPopupList > div > svg {
    position: absolute;
    left: -5px;
    display: block;
    height: 24px;
    width: 24px;
    top: 3px;
    opacity: 0.4;
    transition: all 0.15s;
    cursor: pointer;
}
#kursSelectionPopupList > div > svg:hover {
    transform: scale(1.3);
}
#kursSelectionPopupList > div > svg:nth-of-type(3):hover {
    transform: scale(1.2);
    opacity: 1;
}
#scheduleSection {
    width: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    display: none;
}
#scheduleSection h2 {
    margin: 0;
    font-size: 24px;
    text-align: center;
    /*text-decoration: underline;*/
}
#scheduleSection h3 {
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: gray;
    margin-bottom: 10px;
}
#scheduleTooltip {
    width: 175px;
    display: block;
    opacity: 0;
    transition: opacity 0.2s;
}