.event--prices .row {
  list-style: none;
  padding: 0;
  display: block;
  margin-bottom: 15px;
}

.event--prices .row .event-ticket-price--link {
  margin-bottom: 0;
}

.field--name-field-purchase-link a {
  background: #00694e;
  padding: 0 5px;
  position: relative;
  color: #FFF;
  font-size: 18px;
  width: 255px;
  max-width: 100%;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 3px;
  text-decoration: none;
}

.field--name-field-purchase-link a:hover {
  background: #FFF;
  color: #00694e;
  border: 2px solid;
  text-decoration: underline;
}

.field--name-field-ticket-price, .field--name-field-label {
  display: inline;
}
