/* styling autodesk link
@media only screen and (max-width: 840px) {
	content div:nth-of-type(2) p:nth-of-type(1) a:nth-of-type(1){
		display:inline-block;
		clear:left;
	}
} */
@media only screen and (max-width: 840px) {
	content div:nth-of-type(2) p:nth-of-type(1){
		clear:left;
	}
}