#faq-contents {
	position: relative;
}

#accordion-container {
	font-size: 1.3vw; /*IMPORTANT base unit*/
	background: #fff;
	padding: 0.25em 0.75em 0.75em 0.75em;
	border: 0.05em solid #cccccc;
	/**-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;**/
}
@media only screen and (max-width:768px) and (orientation:landscape)
{#accordion-container{font-size: 3.5vh;}}
@media only screen and (orientation:portrait)
{#accordion-container{font-size: 1.5vh;}}

.accordion-header {
	font-size: 1em;
    padding:0.75em 1.5em;
	background: #ebebeb;
	margin: 0.75em 0 0 0;
	text-align:left;
	border: 0.05em solid #cccccc;
	cursor: pointer;
	color: #666666;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
    font-weight:400;
}
h2.accordion-header {
    font-size:1.1em;
}


.inactive-header {
	background: url(../ExamAccordion/images/inactive-header.gif) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(../ExamAccordion/images/inactive-header.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	padding:2.5% 5%;
	background: #ffffff;
	border: 0.05em solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 0.25em 0.25em;
	-webkit-border-radius: 0 0 0.25em 0.25em;
	border-radius: 0 0 0.25em 0.25em;
	display: none; 
}
.accordion-content li{
    font-weight:100;
}
