@charset "utf-8";
/* CSS Document */


@media only screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none !important;
	}
	body {
		-webkit-text-size-adjust: none !important;
		min-width: 100% !important;
		width:100%;
		margin:0px;
		line-height:1.5em;
	}
	table{
		width:100% !important;
		max-width:100% !important;
	}
	img{
		max-width:100% !important;
		height:auto !important;
	}
	#footer{
		margin:25px !important;
	}
	.nwlHeadline{
		margin:10px 25px !important;
		font-size:16px !important;
		line-height:1.5em !important;
	}
	.nwlSummary{
		margin:0px 25px !important;
		font-size:14px !important;
		line-height:1.5em !important;
		color:#333;
	}
	
}
