iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: url(/static/img/LoadingPleaseWait.gif) center center no-repeat;
}

.schedule .text-red {
    color: red;
}

.portrait-warning {
    display: none;
    padding: 1em;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

@media only screen and (orientation:portrait) {
    .portrait-warning { display:block; }
}
@media only screen and (orientation:landscape) {
    .portrait-warning { display:none; }
}

.schedule {
    aspect-ratio: 29.7 / 21.0;
    margin: 4mm;
}

.schedule .table {
    margin-top: 2mm;
}

@page {
    size: A4 landscape;
    aspect-ratio: 29.7 / 21.0;
}

html, body, .item {
    font-family: 'Karla', sans-serif !important;
}

h1, h2, h3, h4, .header, .divider {
    font-family: 'Changa', cursive !important;
    font-weight: 400 !important;
}

.schedule-form textarea {
    min-height: 6em !important;
    height: 6em !important;
}

.post-author, .post-date {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 800;
}

.pswp-gallery img {
    object-fit: cover;
}

.schedule-image {
    width: 200px;
    height: 100px;
    object-fit: cover;
}

blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.4);
    margin-left: 10px;
    padding-left: 20px;
}