<style>
#accordionExample {
  width: 448px;
}

.panelContentContainer {
	border: 1px solid #EAEAEA;
	clear: both;
}

.panelheader{
	font-size: 10px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	height: 1.5em;
	background: #E8E8E8;
	font-weight: bold;
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 7px;
	text-align: center;
	white-space: nowrap;
	width: 21%;
	line-height: 2px;
}

.panelHover {
	color : #666;
  cursor: pointer ;
}

.panelSelected {
	color: #990000;
	cursor: auto;
	background: transparent;
}

.panelContent {
	background: transparent;
	overflow: auto;
	font-size: 10px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 2px;
	margin-left: 6px;
}

</style>