body {
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	font: 12px Tahoma;
	color: #000000;
}

table.calculator_body input[type="text"] {
  width: 100px;
}

@media only screen and (max-width: 977px) {

table.calculator_body input[type="text"] {
  width: 100px;
}


}

@media only screen and (max-device-width : 479px) {
/*@media only screen and (max-width: 479px) { */

		body {
			width:300px !important;
		}

		div.agent-right-block { width: 50%; }

		.header-widget{
			font-size: 10px;
			
		}

		div.agent-info { margin-top: 15px; }

		body.aios-listings-page {
		  min-width: 340px !important;
		}

		#mydiv iframe{
		width: 100% !important;
		}

		table.calculator {
		  width: 100% !important;
		}

		.calculator_body{
		width: 100% !important;
		}

		table.calculator_body tbody tr td div {
		  text-align: left !important;
		}

		table.calculator_body input[type="text"] {
		  width: 25px;
		}
		

		table.calculator_body input[type="button"] {
		  width: 48px;
		  font-size: 8px;
		  padding: 2px;
		}

		#fancybox-overlay{
		  width: 518px !important;
		}
}