.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  text-align: center;
  flex-direction: column;
}


.register_button {
  width: 100%;
  margin: 15px;
}


.register_button a {
  background: #ff5f05;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}


.register_button a:hover {
  background: #8c8c8c;
}


.sponsorship_button a {
  background: #13294b;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}


.sponsorship_button a:hover {
  background: #8c8c8c;
}


.sponsorship_button {
  width: 100%;
  margin: 15px;
}


.ticket-available-disp {
display:none !important;
}


