#event-selection {
  overflow: auto;
}

#event-selection .header {
  padding: 10px;
}

#event-selection .back {
  margin-right: 10px;
  font-size: 20px;
  height: 28px;
  text-align: center;

  color: #ed1e60;
  background: none;
  border: none;
}

.button.back span {
  vertical-align: middle;
}
.button.back:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 15px solid #ed1e60;
  vertical-align: middle;
}

#event-selection .date {
  font-size: 26px;
  color: black;
  font-weight: bold;
}


.event-buttons {
  font-size: 14pt;
}

#event-selection .event-button {
  display: flex;
  padding: 10px 10px;
  margin-top: 10px;
  position: relative;
  border-bottom: #ed1e60 solid 2px;
  padding-bottom: 20px;
  align-items: center;
  font-size: 17px;
}

#event-selection .event-button > .button {
  width: 140px;
  background: #ed1e60;
  border: 0;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
}

#event-selection .event-button > .info {
  width: 50%;
}
#event-selection .event-button > .tixleft {
  flex-grow: 1;
  /* width: 33%; */
}

#event-selection .event-button>ol {
  margin: 10px 0 0 0;
  padding-left: 50px;
  font-size: 15px;
}

#event-selection .event-button>.little {
  font-size: 17px;
}

@media only screen and (max-width: 500px) {
  #event-selection .header {
    padding: 6px;
  }
  #event-selection .back {
    font-size: 14px;
    height: 20px;
  }
  #event-selection .date {
    font-size: 16px;
  }
  .event-buttons {
    font-size: 11pt;
  }
  #event-selection .button.event-button>.little {
    font-size: 13px;
  }
  #event-selection .button.event-button>ol {
    padding-left: 30px;
    font-size: 12px;
  }
  #event-selection .event-button > .button {
    width: 100%;
  }
}