#exhibit-event {
    border: 0;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
}
#exhibit-event select,
#exhibit-event textarea,
#exhibit-event input {
    padding: 10px 9px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    border: 1px solid #EEE;
    color: #777;
    width: 100%;
}
#exhibit-event label {
  line-height: 60px;
}
#exhibit-event-options {
    text-align:center;
}
#exhibit-event-options {
  margin: 1em 0;
}
#exhibit-event-options .option {
  padding: 1em 1em 2em 1em;
  border: 1px solid #eaeaea;
  margin-bottom: 1em;
}
#exhibit-event-options a:visited{
    color: white !important;
}
#exhibit-event-options a:hover {
    color: #ffcf42 !important;
}

.field-validation-error {
    color: #ff0000;
}
#exhibit-event .show-select select {
  padding-right: 50px;
}
#exhibit-event-options .show-select select {
  height: 40px;
  line-height: 12px;
}
select#show::-ms-expand {
    display: none;
}