@media screen and (max-width: 1000px) {
	body {
		margin: 0;
		padding: 0;
	}
	.move_div {
		visibility: hidden;
		display: none;
	}
	.smart_content {
		border: 0px;
		margin: 0px;
		box-shadow: 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 {
		border-right: dashed 0px silver;
	}
	.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;
	}
}

@media screen and (max-width: 500px) {
	body {
		margin: 0;
		padding: 0;
	}
	.smart_content {
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		margin: 0px;
	}
	.menu_full, .move_div {
		visibility: hidden;
		display: none;
	}
	.menu_select {
		visibility: visible;
		display: block;
	}
	.menu_field {
		border-bottom: 0px dashed silver;
	}
	.textfield_div {
		padding: 3px;
	}
}