@charset "utf-8";
/* CSS Document */
@media only screen and (max-device-width: 480px) {
	html{
		-webkit-text-size-adjust: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	body{
		-webkit-text-size-adjust: none !important;
		padding:0px !important;
		margin:0px !important;
	}
	#menuLinks{
		padding:10px; !important;
		text-align:center;
	}
	.nwlWrapper{
		width:100% !important;
		line-height:1.4em !important;
	}
	#nwlHeader{
		width:100% !important;
	}
	#TOC{
		display:none; !important;
	}
	.thumb-third{
		width:33% !important;
	}
	.thumb-third img{
		width:100% !important;
	}
	.nwlContentArticle{
		font-size:16px !important;
		margin:auto 15px !important;
	}
	.nwlHeadline{
		font-size:1.1em !important;
		line-height:1.2em !important;
		margin-bottom:15px !important;
	}
	.nwlSummary{
		font-size:1em !important;
		line-height:1.3em !important;
	}
}


#footer a{
	color:#dfeabf;
}