.custom-calendar-year-select {
    max-width:180px;
    margin-bottom:20px
}

.custom-table-calendar {
    margin-top:15px;
    background: #ebebeb;
    font-size:13px !important
}

.custom-table-calendar,
.custom-table-calendar td,
.custom-table-calendar th {
    border:2px solid #fff !important;
}

.custom-table-calendar th {
    font-weight:400;
    background: #d9d9d9;
}

.custom-table-calendar td,
.custom-table-calendar th {
    padding:5px 10px !important;
    width:14%;
}

.custom-table-calendar span {
    white-space: nowrap !important;
}

.custom-table-calendar th,
.custom-table-calendar td {
    text-align:center;
}

.custom-table-calendar-link a {
    text-align:center;
    display:block;
    padding:5px 10px !important;
    margin:-5px -10px;
    text-decoration: none !important;
    line-height: normal
}

.custom-link-light a {
    color:#fff;
}

.custom-link-dark a {
    color:#000;
}

.custom-table-calendar-link a:hover,
.custom-table-calendar-link a:focus {
    color:#fff;
    background:#333;
}

.custom-calendar-year-select .custom-select {
    background: none;
}

.custom-mobil-calendar {
    margin-bottom:10px;    
}

.custom-mobil-calendar a {
    display: block;
    padding:15px;
    text-decoration:none;
    border-radius:4px;
}

.custom-mobil-calendar a:hover,
.custom-mobil-calendar a:focus {
    background: #333 !important;
    color:#fff;
}

.custom-mobil-kursdata {
    display: block;
    white-space: nowrap;
}

.custom-mobil-kursid {
    font-weight:600;
    font-size:20px;
    width:60px;
    text-align: center;
    display: inline-block;
    margin-right:10px;
}

.custom-mobil-kurstitel {
    font-weight:600;
    display: block;
}

@media (min-width: 992px) {

    .custom-calendar-year-select {
        margin-top:10px;
        max-width:180px;
        display: inline-block;
        margin-right:10px;
        margin-bottom:0
    }
    .custom-calendar-download {
        display: inline-block;  
    }
    .custom-calendar-download .btn-group{
        margin-top:-3px;
    }


    .custom-table-calendar {
        table-layout: fixed;
    }

    .custom-table-col-1 {
        width: 7% !important
    }

    .custom-table-col-2 {
        width: 12% !important
    }

    .custom-table-col {
        width: 16.2% !important
    }   
}

@media (min-width: 1200px) {

    .custom-table-calendar-link a,
    .custom-table-calendar td,
    .custom-table-calendar th {
        font-size: 15px;
        padding:10px 15px !important;
        margin:-10px -15px;
    }

}

@media (min-width: 1550px) {

    .custom-table-calendar-link a,
    .custom-table-calendar td,
    .custom-table-calendar th {
        font-size: 16px;
    } 

}