#regionPopup {
  margin: 10px;
}
#regionPopup h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
#regionPopup p {
  font-weight: bold;
}
#regionPopup .button {
  min-height: 30px;
  display: inline-block;
  font-family: 'Neutra Demi';
  font-style: normal;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #e5112d;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.geofencing_fallback .center {
  text-align: center;
}
.geofencing_fallback .button {
  min-height: 30px;
  display: inline-block;
  font-family: 'Neutra Demi';
  font-style: normal;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  background-color: #e5112d;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 20px 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
