/*Service 1809: the name of categories are displayed in black, instead of category’s color, as currently it is hard to see*/
.group_start > td.category,
#event_form .category h3 {
    color: black !important;
}
/*Modify by Case CAS-19802-D2M5N9*/

/* STX-90629 : FB button */
#main_content_login .social .button a, 
#main_content_registration .social .button a, 
#main_content_edit_personal_details .fieldset_container.social_link .button a, 
#main_content_confirmation_facebook .button a, 
#social_login_form_container .button a, .button.facebook_button a {
                background-color: #fff;
                border: 1px solid #005bab;
				color: #005bab;
}
 
#main_content_login .social .button a:hover, 
#main_content_registration .social .button a:hover, 
#main_content_edit_personal_details .fieldset_container.social_link .button a:hover, 
#main_content_confirmation_facebook .button a:hover, 
#social_login_form_container .button a, .button.facebook_button a:hover {
                background-color: #fafafa;
}
/**/