<html><body><p>.ui-accordion-content {
                 height:auto !important; 
}


.multiPagePaginatorToc:nth-of-type(1){
	display:none;
}



#refdiv {
display: none;
  color:#FFF;
	z-index: 999;
   position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    /*line-height: 200px;*/
max-height: auto;
    min-height: 25%;
    margin-left: -25%;
    margin-top: -100px;
    text-align: center;
  background-repeat:repeat;
  background-size:auto;
  background-origin:padding-box;
  background-clip:border-box;
  background-color:rgba(0, 0, 0, 0.8);
}

#refdiv a {
  color:#FFF !important;
}

#refdiv p {
  color:#FFF !important;
}




a.close-overlay {
	display: inline-block;
	position: absolute;
	padding:0px;
	bottom: 0px;
	right: 0px;
	float:right;
	z-index: 100;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 700;
	color: #fff !important;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}


#picture {
	display:block;
	width: 150px;
	float:left;
	padding: 2px;
	margin-right: 2px;
}

#questions {
	width: 450px;
	float:left;
	padding: 4px;
	margin-left: 1px;
}

.myanswer {
	font-weight: bold !important;
	color: #000 !important;
}

.wronganswer {
	font-weight: bold !important;
	color: #F00 !important;
}

.active {
	visibility: visible;
}

.hidden {
	display:none;
}

.showme_answer {
	background-color:#e5e5e5 !important;
}

.calloutbox {
	background-color:#b5ce9e;
    margin: 20px;
    padding: 5px;
}

.callouthead {
	background-color:#b5ce9e;
    margin: 0px;
}


 /* unvisited link */
a:link {
   text-decoration: none !important;
}

/* visited link */
a:visited {
    text-decoration: none !important;
}
/* mouse over link */
a:hover {
    text-decoration: underline !important;
}


.answers {

display: block; 
padding: 20px; 
background-color: #fefae8; 
border: 1px solid black;
margin-top: 10px;

}

</p></body></html>