@media screen and (max-width: 800px) {
	body {
		margin: 0;
		padding: 0;
	}
	.move_div {
		visibility: hidden;
		display: none;
	}

	#smart_body_left, #smart_body_right {
		width: 99%;
		min-height: 0px;
	}
	
	#smart_body_right {
		border-top: dashed 1px silver;
		border-left: dashed 0px silver;
	}
	#smart_body_left {
			box-shadow: 0px 0px 0 #EEE;
	}
	
	.smart_content_header {
		border-radius: 0px;
	}
	.smart_content_footer {
		border-radius: 0px;
	}
	.menu_full>a {
		padding: 0px 5px 0px 5px;
		border-left: 0px solid silver;
		font-size: 100%;
	}
	.textfield_div {
		padding: 3px;
	}
}

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

.mobile {
	display:none;
}

@media screen and (max-width: 800px) {
	.computer {
		display:none;
	}
}

@media screen and (max-width: 640px) {
	.tablet,#main-menu  {
		display:none;
	}
	.mobile {
		display:block;
	}
	
}

