/* Below code is to hide the buttons that would enable a member to sign into the website with their Facebook or Google+ accounts */

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

/* Below code is reduce the padding of cells in the list of events, thereby compacting the list horizontally */

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer {
    padding: 5px;
}

.WaGadgetEvents.WaGadgetEventsStateList ul.boxesList li.boxesListItem {
    padding-top: 30px;
    
}

/* Below code does xyz */