/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.em-booking-single-info th {
    text-align: left;
}

.select2-results {
    font-size: 13px;
}

.select2-container .select2-choice {
   height: 30px;
}

.event-select-container {
    padding: 0 10px 0 0;
}
.event-select {
    width: 100%;
}

