@media (max-width: 600px) {
	.left_menu.opened{ left: 0px; width: 100%; }
	.left_menu.closed{ left: -350px; }
	.main_area.closed{ margin-left: 0px; }
	.main_area.opened{ margin-left: 0px; }
	
	/* tabview*/
	.ui-tabview .ui-tabview-nav li{ width: 100%; text-align: center; }
	.ui-tabview .ui-tabview-nav li a{ width: 95%; }
	/* formTable - evenTable*/
	.formTable td, .formTable th, .evenTable td, .evenTable th { display: block; width: 100% !important; }
	.formTable td:nth-child(1), .formTable th:nth-child(1){ border-bottom: 1px silver solid; border-right: none; }
	/* shop_table*/
	.shop_table td, .shop_table th{ display: block; width: 100% !important; }
	.shop_table td:nth-child(1), .shop_table th:nth-child(1){ border-bottom: 1px silver solid; border-right: none; }
	/* sensor_display_table*/
	.sensor_display_table td { display: block; width: 100% !important; }
	.sensor_display_table .header{ display: none;}


	/*FRONTEND*/

	header .logo, header .top-slogan { text-align: center !important;  }
	.right-col{padding: 0 15px 0 15px !important;}
}
