.rightside {
  padding: 50px;
}

@media only screen and (min-width: 900px) {
  .rightside {
    width: calc(50% - 100px);
    float: left;
  }
}

#single_event .button.event-button {
  margin: 15px 0;
}
/*# sourceMappingURL=eventform.css.map */