div.entity-field-collection-item section.field-name-field-title {
   background-color: #F0F0FF;   
}
div.entity-field-collection-item h2.field-label {
 font-size: 110%;
}
div.entity-field-collection-item section.field-name-field-title div.field-items {
    font-weight: bold;
}

/* Program Segment showed in field collection for radio show   */
div.RadioProgramSegmentTitleClass {
    font-size: 160%;
    font-weight: 800;
}

/* Program Segment title of web extra ... */
div.RadioWebXBLClass div.entity-webextras h2 a {
    color: #b392aa;
}
div.RadioWebXBLClass div.entity-webextras h2 a:hover {
    color: #c099bb;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}