#accordion-container {
	font-size: 13px;
	padding: 5px 10px 10px 10px;
}

.accordion-header {
	font-size: 16px;
	background: #f1d492; 
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #9E7800;
	cursor: pointer;
}

.active-header {

	background:  #990000;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#FFF;
}

.active-header:hover {
	background:  #990000;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#FFF;
}

.inactive-header {
	background: url(../images/downarrow.png) #f1d492;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background:   #990000;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#FFF;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #9E7800;
	border-top: 0;
	height:300px;
	overflow:auto;
}

/*glimpsr css*/


.accordion-header1 {
	font-size: 16px;
	background: #f1d492; 
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #9E7800;
	cursor: pointer;
}

.active-header1 {
    background: url(../images/active-header.png) #990000;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#FFF;
}



.inactive-header1 {
	background: url(../images/inactive-header1.png) #f1d492;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header1:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content1 {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #9E7800;
	border-top: 0;
	height:300px;
	overflow:auto;
}
.scrollbar
{
width:150px;
height:300px;
background-color:lightgray;
margin-top:40px;
margin-left:40px;
overflow-y:scroll;
float:left;
}

.ex3::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}


.force-overflow
{
	min-height: 450px;
}