#calendar {
    height: 571px;
}

#modalTitle {
    font-size: 20px;
    font-weight: 500;
}

.label-default {
    background-color: #b3b6bd;
}

#modalDate {
    font-weight: bold;
}

#modalStation {
    font-size: small;
}

.fc-event{
    cursor: pointer;
}

@media screen {
    .fc-toolbar.fc-header-toolbar {
        flex-direction:column;
    }

    .fc-toolbar-chunk {
        display: table-row;
        text-align:center;
        padding:5px 0;
        font-size: 80%;
    }
}