.tableCellHighlighted {
    width: 40%;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.aTable {
    border: none;
}

.aTable td {
    padding: 14px;
    height: 21px;
}

td>h3 {
    display: inline-block;
    line-height: 0;
    vertical-align: center;
}

.align-center {
    text-align: center;
}

.singleEvent {
    width: 94%;
}

.singleEvent.bordered {
    border: solid 1px #eee;
}

.floor_map_div,
.floor_map {
    width: 500px;
    height: 620px;
}
.floor_map_div {
    z-index: 900;
}

textarea#reason {
    width: 100%;
    text-align: left;
    border: solid 1px #AAA;
}

.eventsTable th:first-child,
.eventsTable td:first-child {
    text-align: right;
}

div.subscriptionForm {
    background-color: unset;
    border: none;
    margin: initial;
    padding: initial;
    font-size: initial;
}

.eventWorkshopSeriesHolder>ul {
    max-height: 20rem;
}

.eventsTable .strike::before {
    border-bottom: .063rem solid #b300005c;
    top: 50%;
    right: initial;
    width: 105%;
    left: -2.5%;
}