@charset "utf-8";

/* 針對iot-mart 不套公版框架時要補上*/

@media screen and (max-width: 1024px)
{
	.page.VUE3000_Medical_Monitor
	{
		margin-top:84px
	}
	.page.VUE3000_Medical_Monitor .menuFrame.fixed
	{
		top:84px !important;
	}
}

@media screen and (max-width: 580px)
{
	.page.VUE3000_Medical_Monitor
	{
		margin-top:69px
	}
	.page.VUE3000_Medical_Monitor .menuFrame.fixed
	{
		top:69px !important;
	}
}