/**
 * QDP Families List Styles
 */

/* Remove default link styling from family label */
.boxFamilyListLabel a {
    text-decoration: none;
    color: inherit;
}

.boxFamilyListLabel a:hover {
    text-decoration: none;
    color: inherit;
}
