/* Custom CSS for CiviCRM */

.right { /* fixes interaction with frontier style */
	float:none;
}

#helprow-group .content.description, div[class*="helprow-custom"] .content.description { /* for public profile field help notes */
    background-color: #F1F8EB;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #B0D730;
}

#crm-event-register-different { /*use a red background and/or color */
    background-color:#ffffff !important;
    font-weight:bold;
}

#crm-event-register-different a:link { /*use a red background and/or color */
    /*background-color:#ffccff !important; */
    color:#f00 !important;
    font-weight:normal;
}