﻿#EventFilterTable {
    padding: 10px 15px;
    overflow: hidden;
}

#EventFilterTable th {
    width: 200px;
}

@media screen and (max-width: 320px) {
    #EventFilterTable th, #EventFilterTable td {
        width: 100% !important;
        display: inline-block;
    }

    #ApplyEventFiltersButton {
        width: 100%;
    }
}

.event-panel {
    min-height: initial;
    font-size: initial;
}

.event-panel-title {
    color: #004F8B;
    font-size: 1.375em;
    min-height: initial;
}

.event-panel-label {
    font-weight: bold;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .event-panel-image-content {
        margin-top: 1.5rem !important;
    }
}
