/*Security - prevent copying */
.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Zone color*/
.zonebackgroundf2e5fc {
background-color: #f2e5fc;
}

/*Registration Options*/
.PricingData .rgMasterTable label {
  font-weight: bold;
}
/*EventDescription*/
 .EventSummary .Description {
    display: none;
    }