@media all and (min-width: 641px) {
	
	body#disease #content .section{
		margin-bottom:50px;
	}
	body#disease .dbox{
		margin-bottom:40px;
	}
	body#disease .text{
		margin-bottom:15px;
	}
	body#disease .headtext{
		margin-bottom:15px;
	}
	body#disease .half-box,
	body#disease .cope{
		font-feature-settings : "palt";
	}
}

@media only screen and (max-width: 640px) {
	
	body#disease .dbox{
		margin-bottom:30px;
	}
	body#disease .text{
		margin-bottom:15px;
	}
	body#disease .headtext{
		margin-bottom:15px;
	}
	
}