div.noscript{	
	background-color: #FA8258;
	border-bottom-style: solid;
	border-width: 2px;
	height: 3.5em;
	min-width: 320px;
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 101;
}

@media only screen and (max-width: 500px) {
	p.noscript_header{
		font-size: 1em;
		font-weight: bold;
	}
	p.noscript_text{
		font-size: 0.9em;
	}
}
	
@media only screen and (min-width: 500px) {
	p.noscript_header{
		font-size: 1.1em;
		font-weight: bold;
	}
	p.noscript_text{
		font-size: 0.9em;
	}
}