#playTimesContainer {
    padding: 1.2rem 0.4rem;
    line-height: 1.1rem;
}
#playTimesContainer .table thead {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    display: inline-block;
}
#playTimesContainer .table thead th {
    font-size: 1rem;
    background-color: #0c295a;
    color: white;
    border-radius: 8px;
    padding: 0.2rem 1rem;
}
#playTimesContainer td.icons i,
#playTimesContainer td.icons i:not(:last-child) {
    padding-right: 0.5rem;
}
#playTimesContainer tr.exclude {
    color: #ad0d4a;
}
#playTimesContainer .warning {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-top: 0.2rem;
}
#playTimesContainer .warning .title {
    background-color: #ad0d4a;
    color: white;
    padding: 0 0.3rem;
    border-radius: 5px;
    margin-right: 0.3rem;
}
#loadingAnimation {
    padding: 6rem 0;
    text-align: center;
}
#noScheduleFound {
    text-align: center;
    padding: 6rem 0;
}
.calendar-wrapper #btnPrev, .calendar-wrapper #btnNext {
    color: #343f52 !important;
    font-weight: bold !important;
}
#scheduleDate {
    color: #3f78e0;
}
.table-key {
    position: absolute;
    bottom: 1rem;
}
.playTimeTime {
    font-weight: bold;
    font-size: 18px;
    color: #3f78e0;
}
#playTimesContainer tr.exclude .playTimeTime {
    color:#ad0d4a;
}
.playTimeName {
    font-weight: bold;
    font-size: 22px;
    display: block;
    padding: 0.5rem 0 0.3rem;
}
.playTimeLocationName {
    font-weight: bold;
}
.btnPlayTimeDateArrow {
    font-size: 26px;
}
.playTimeLocationSm {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 0.6rem;
    padding-top: 0.2rem;
}
.playTimeDetails {
    margin-bottom: 0.6rem;
}
.playTimeDetails p {
    margin-bottom: 0.2rem;
}
.playTimeAttribute {
    padding-right: 0.4rem;
}
tr.exclude .playTimeTime {
    font-size: 16px;
}
.modal-body {
    padding: 1rem;
}
table.table.withKey {
    margin-bottom: 2rem;
}
#scheduleLocations .name {
    font-weight: bold;
    font-size: 18px;
}
#btnDateSelector {
    position: absolute;
    top: 1.2rem;
    right: 1rem;
}
.photo-grid figure {
    max-height: 220px;
}
a.text-link {
    text-decoration: underline;
}

@media only screen and (max-width: 1400px) {
    .photo-grid figure {
        max-height: 185px;
    }
}
@media only screen and (max-width: 1199px) {
    #btnDateSelector {
        font-size: 20px;
        padding: 0 0.6rem;
    }
    .photo-grid figure {
        max-height: 155px;
    }
}
@media only screen and (max-width: 991px) {
    .photo-grid figure {
        max-height: 170px;
    }
    .playTimeAttribute {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .photo-grid figure {
        max-height: 220px;
    }
    .text-lg-start {
        padding-left: 1.3rem;
        padding-right: 0.8rem;
        margin-top: 1.5rem;
    }
}