body {
    background: #ffffff;
    color: #555;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#events::-webkit-scrollbar {
    display: none;
}

#events {
    height: calc(100vh - 132px);
    overflow: scroll;
    /* margin-right: -18px; */
    -ms-overflow-style: none;
}

.eventContent {
    background: white;
    margin: 0 auto;
    color: #555;
    position: relative;
    width: 100%;
}

td {
    padding: 20px;
    vertical-align: middle;
}

    td.spacer {
        width: 9%;
    }

    td.location {
        width: 22%;
    }

    td.eventType {
        width: 30%;
    }

    td.eventTime {
        width: 20%;
        text-align: right;
        padding-right: 5px;
    }

h3 {
    margin: 1px;
}

table {
    width: 100%;
    font-size: 1.5rem;
    border-collapse: collapse;
    font-weight: bold;
}

h2.eventTitle {
    background: #858d90;
    color: #ffffff;
    margin-top: 0;
    font-size: 40px;
    padding: 5px 15px;
    text-transform: uppercase;
    padding-left: 10%;
    margin-bottom: 0;
}

    h2.eventTitle span.currentTime {
        font-size: 0.75em;
        text-align: right;
        position: absolute;
        right: 9%;
        padding-top: 5px;
    }

.heading {
    background-color: #2e61a2;
    background: url(https://static.cityofboise.net/images/IdahoIceWorld/bluebanner.jpg);
    background-position: center center;
    border-bottom: 2px solid #71c9ed;
}

    .heading img.iiw {
        height: 115px;
        position: absolute;
        top: 5px;
        left: 15px;
    }

    .heading img.cob {
        height: 70px;
        position: absolute;
        top: 25px;
        right: 35px;
    }

    .heading .title {
        color: white;
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }

    .heading h1 {
        color: white;
        vertical-align: middle;
        font-size: 3.3em;
        text-align: center;
        padding: 0;
        margin: 0;
    }

.wrapper {
    height: 975px;
    overflow: hidden;
}

.scrollable {
    height: 500px;
    overflow: hidden;
}

    .scrollable .eventContent,
    tr {
        border-bottom: 1px solid#d9d9d7;
        line-height: 1.5;
    }

#wrapper {
    overflow: hidden;
}

table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

::webkit-scrollbar {
    width: 10px;
}

@media (orientation: portrait) {
    td.spacer {
        width: 5%;
    }

    td.location {
        width: 25%;
    }

    td.eventType {
        width: 35%;
    }

    td.eventTime {
        width: 25%;
    }

    h2.eventTitle {
        padding-left: 5%;
    }

        h2.eventTitle span.currentTime {
            right: 5%;
        }

    .heading h1 {
        font-size: 2.9em;
    }

    .heading img.iiw {
        height: 90px;
        top: 10px;
        left: 15px;
    }

    .heading img.cob {
        height: 70px;
        position: absolute;
        top: 15px;
        right: 20px;
    }
}
