/* The Modal (background) */
.bigmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 60px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.bigmodal .close {
    background-color: #b2c0cb;
    color: #6c757c;
    padding: 4px 0;
    text-align: right;
}
.wtfEv{
    max-height: calc(100vh - 236px) !important;
    overflow: scroll;
    overflow-x: hidden;
}
.bigmodal table {
    table-layout: fixed;
    overflow: scroll;
}
.eventGrid {
}
/* Modal Content/Box */
.bigmodal .modal-content {
    top: 0;
    background-color: #fefefe;
    margin: 0px auto; /* 15% from the top and centered */
    padding: 0 20px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .modal-content {
        top: 0;
        background-color: #fefefe;
        margin: 50px auto;
        padding: 0px;
        border: 1px solid #888;
        width: 100%; /* Could be more or less, depending on screen size */
    }

}