/************************************************Views Accordion****************************************************/

/*Changed the color of the accordion to purple*/
html .ui-accordion-header{
   background:#4B2E84;  
}

/*Changed the text on the accordion to white*/
html .ui-accordion .ui-accordion-header a {
color: white;
}