/*Hide title of Subscription Form Gadget*/
.formTitleOuterContainer h3.formTitle {
display: none;
}

/*Register button*/
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton {
background: #005e82;
color: #ffffff;
}
/*Register button on the event lists area*/
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxActionContainer input.typeButton {
background: #005e82;
color: #ffffff;
}

/*the background colour for the event calender view - the font was white*/
.WaGadgetEventsStateCalendar .monthViewType .EventListCalendar td>div {
    background: #005e82;
}