/* civicrm style overrides and additions */
.crm-container div.contact_panel td,
.crm-container table.crm-info-panel td,
.crm-container table.selector td,
.crm-container table td{
    color:#000;
}

/* the hor-ruler used on the profile forms to separate sections*/
.crm-container hr {
    background-color: transparent;
    border: 1px solid #ccc;
}