div.seatCharts-container {
    padding: 20px;
    float: left;
}

div.seatCharts-cell {
    margin: 3px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 13px;

    color: #182C4E;
    height: 25px;
    width: 25px;
    line-height: 25px;
    flex: 0 0 auto;

}

div.seatCharts-seat {
    background-color: green;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    color: #FFFFFF;
    cursor: pointer;
}

div.seatCharts-seat:focus {
    border: none;
}

div.seatCharts-space {
    background-color: white;
}

div.seatCharts-row {
    height: 35px;
    display: flex;
}

div.seatCharts-row:after {
    clear: both;
}

div.seatCharts-seat.selected {
    background-color: #1d643b;
}

div.seatCharts-seat.focused {
    background-color: #76B474;
}

div.seatCharts-seat.available {
    background-color: #B9DEA0;
}

div.seatCharts-seat.available.seat-admin-only {
    background-color: #94D0CC;
}

div.seatCharts-seat.unavailable.attended {
    background-color: #1df805;
}

div.seatCharts-seat.available.seat-other {
    background-color: #EEC4C4;
}

div.seatCharts-seat.available.seat-left {
    background-color: #5C3B6F;
}

div.seatCharts-seat.available.seat-main {
    background-color: #94DAFF;
}

div.seatCharts-seat.available.seat-right {
    background-color: #FBF46D;
}

div.seatCharts-seat.available.seat-balcony {
    background-color: #B4FE98;
}

div.seatCharts-seat.unavailable {
    background-color: gray;
    cursor: not-allowed;
}

div.seatCharts-legend {
    padding-left: 0px;
}

ul.seatCharts-legendList {
    padding-left: 0px;
    list-style: none;
}

li.seatCharts-legendItem {
    margin-top: 10px;
    line-height: 2;
}

.front-indicator {
    margin: 5px 32px 5px 32px;
    background-color: #f6f6f6;
    color: #adadad;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    width: 100%;
}

.booking-details {
    float: left;
    text-align: left;
    margin-left: 35px;
    font-size: 12px;
    position: relative;
}

.booking-details h2 {
    margin: 25px 0 20px 0;
    font-size: 17px;
}

.booking-details h3 {
    margin: 5px 5px 0 0;
    font-size: 14px;
}

#selected-seats {
    max-height: 90px;
    overflow-y: scroll;
    width: 170px;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}
