

@media (min-width: 768px) {
	
	.main {
	width:calc(100% - 340px + 2px);
	margin-right:0px;
	float:right;
	}
	
	.side { 

	display:block;
	width:330px;
	padding:0px;
	float:left;
	}
	
	.relatedcodes {
		display:block;
	}
	
	.otherdesc {
		display:block;
	}
	
	.adunit {
		display:block;
	}
}

@media (max-width: 768px) {
	.relatedcodes {
		display:none;
	}
	
	.otherdesc {
		display:none;
	}
	
	.adunit {
		display:none;
	}
}

.breadcrumb {
	margin-bottom: 10px;
}
