﻿.dropdown .dropdown-item:hover {
    background: #4381f1;
    color: #fff;
}

@media(min-width: 576px) {
    table.calendar {
        font-family: Calibri;
        font-size: 16pt;
    }

    table.calendar td {
        font-family: Calibri;
        font-size: 14pt;
        white-space: nowrap;
        text-wrap: none;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 3px;
    }
}

@media(min-width: 1400px) {
    table.calendar {
        font-family: Calibri;
        font-size: 12pt;
    }

    table.calendar td {
        font-family: Calibri;
        font-size: 11pt;
        white-space: nowrap;
        text-wrap: none;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 3px;
    }
}

.navbar a {
    font-size: 1.2rem;
}

.nav-item a {
    font-size: 1.2rem;
}

.nav-item.nav-link a {
    color:white;
}

table.indstillinger td {
    white-space: nowrap;
    text-wrap: none;
    padding: 3px;
}

td.settingdates {
    font-style: italic;
}

td.settinglabel {
    font-weight: 700;
}

th.calendar {
    font-size: 14pt;
    font-weight: 700;
    font-family: Calibri;
    white-space: nowrap;
    text-wrap: none;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px;
    text-align: center;
}
a.nav-link {
    color: white;
}

h2.h2space {
    padding-top: 30px;
}

div.header {
    background-color: cornflowerblue;
    color: white;
    padding: 20px;
    text-align: center;
}
