.flash {
	display:none;
}
/* Portrait */
@media screen and (max-width: 320px)
{
	#content, .content {width:300px;} /* 320 - 10 - 10 container padding */
	#content .text, .content .text {min-width:150px;} /* see Afghanistan.hier */
}
 
/* Landscape */
@media screen and (min-width: 321px)
{
	#content, .content  {width:460px;} /* 480 - 10 - 10 container padding */
	#content .text, .content .text {min-width:200px;}
}