@media screen and (max-width: 800px) {
	.smart_content_header,.smart_content_footer,.smart_content {
		border-radius: 0px;
		box-shadow: none;
		margin-top: 0px;
		border: 0px solid transparent;
	}	
}

.computer, .tablet {
	display: inline-block;
}

@media screen and (max-width: 700px) {
	.tablet {
		display: none;
	}
	
	#smart_body_left {
		padding:0px;
	}

}