.iframe-wrapper section .container{
	min-height:0;
	width: 100%; 
	height: 487px; 
	overflow: auto; 
	padding: 0 10px;
	-webkit-overflow-scrolling: touch;
}

.box-margin-top {
	margin-top: 18px;
}

ul.qa-list li{
	margin: 0;	
}

h3{
	margin-bottom: 9px;	
}
@media (max-width: 500px) {
	section .container{
		height: 300px;	
		padding-right: 0;
	}
}