.customerHeader {
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 1vh;
}

.alternativeMethod:not(.active) {
    display: none;
}

.alternativeMethod .switch {
    color: #1e5099;
    cursor: pointer;
}

.customerHeader+main .card-body>p, .customerHeader+main .card-body>div>p {
    font-weight: bold;
}

span.text-red {
    color: red;
}

@media only screen and (max-width: 500px) {
    .customerHeader+main div#calendar .fc-view-container {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    
    .customerHeader+main div#calendar .fc-toolbar .fc-left,
    .customerHeader+main div#calendar .fc-toolbar .fc-right {
        display: block !important;
        margin-top: 10px;
    }
    
    .customerHeader+main div#calendar .fc-toolbar.fc-header-toolbar {
        display: block;
        text-align: center;
    }
}

p {
    font-weight: 400 !important;
}