/*
 * Bartik floats taxonomy terms.
 * In the header, with field grouping the float must be cleared.
*/
.ui-accordion h3.ui-accordion-header {
  overflow: hidden;
}

/*
 * Fix issues with anchor tags for rdf in field items within the headers
 */
.ui-accordion .ui-accordion-header .field-items a {
  padding: 0 0.5em 1em 1.9em;
}

.ui-accordion-header{
background: #fff;
}

.ui-widget-content {
    color: #222;
}

.ui-accordion {
    text-align: center;  
}