.commonMessageBox .buttons input.button {color:white;}
/* Change event title color on event listings */
.EventList .eventTitle a {
  color: #FD495B !important;
}

/* Change event title color on event detail pages */
.EventDetailContainer h1 {
  color: #FD495B !important;
}

/* Application form backgrounds */
.infoOuterContainer {
  background: #FE3347;
}

/* Mobile menu background */
@media only screen and (max-width: 616px) { .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner .menuButton { background: #FE3347;
}