p.text, p.text + ul li {
	
	font-style: normal;
	font-weight: 400;
	word-spacing: 5px;
	list-style: disc; 

}

 
p.text + ul {
	margin-top: 15px;
	margin-left: 35px;

}

h4.text + ul {
	margin-top: 15px;
	margin-left: 35px;
	padding-left: 25px;


}

h4.text, h4.text + ul li {
	font-style: normal;
	word-spacing: 5px;
	list-style: disc; 


}

h4.text + ul li {
	font-weight: 400;
	margin: 5px 0;

}

h4.text {
	font-size: 20px;
}




p.text {
	margin-top: 18px;
}

 

.styletable {
	margin-top: 0;
}

.dopcont p, .dopcont h4 {
	margin: 15px;
}

.dopblock {
/*	margin-left: 340px;*/
	margin-top: 50px;
}

.doptext {
/*	margin-left: 430px;*/
text-align: center;
}

.more {
	background: url("../img/sprite/toggle_sprite.png") no-repeat scroll -121px 4px; 
	font-size: 16px;
    line-height: 30px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 0 0 30px;

}

 

.more {
	margin-top: 25px;

	font-weight: normal;
}

.answer {
	margin-left: 25px;
	transition: 1s;
/*	display: none;
*/

}

/*.notes {
	margin-bottom: 50px;
}*/


.more span {
	font-style: normal;
	/*font-weight: normal;*/
	cursor: pointer;
}

.paperflex {
	margin-bottom: 35px;
}



.b-toggle {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: opacity .3s, max-height .3s;
    -ms-transition: opacity .3s, max-height .3s;
    transition: opacity .3s, max-height .3s;
    _display: none;
}
.expanded {
    max-height: 100%;
    opacity: 1;
    _display: block;
}