/* if we put pindent class on a paragraph, this will indent it */
.pindent p {
    line-indent: 50px ! important;
}

/* div.menuInner {
    text-align: center;
} */

/* tighten up invoice fields a little (a lot)) */#idMemberProfileContainer .fieldSubContainer {
    margin: 0 0 0 0;
}

/* make header logo appear correctly on mobile
  reqular mobile queries don't seem to work */
img.header-logo {
    width: 90% ! important ;
    max-width: 500px;
    /* } */
}

/* make register button another color */
/*#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventRegistrationActions_RegistrationLink_bt {
    background: #008bae;
    color: #f0f0f0;
}*/

/* #id_rECNr9Z > div.menuInner > ul > li.phantom.last-child {
    display: none;
} */

/* a #FunctionalBlock1_ctl00_ctl00_privacyTabLabel, a .fieldSubContainer#FunctionalBlock1_ctl00_ctl00_privacyTabLink {
    display: none ! important;
} */

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_next, #FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventRegistrationActions_RegistrationLink_bt, #FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_guestList_AddGuest,
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_eventRegistrationActions_lobJoinWaitlist_bt, #FunctionalBlock1_ctl00_donation_ctl00_stepTemplate_next,
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_guestList_AddGuest,
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_guestList_AddGuest{
    background: #40b2cf;
    color: white;   
}

/* CSS for desktop devices with a minimum width of 769px */
@media only screen and (min-width: 769px) {
  .mobileOnly {
    display: none;
  }
}

/* CSS for mobile devices with a maximum width of 768px */
@media only screen and (max-width: 768px) {
  .desktopOnly {
    display: none
  }
}

.eventRegistrationInfoSpacesLeft,  
.eventInfoSpacesLeft {  
    display: none;  
}  
