@media (orientation: portrait) {
	DIV.widescreen
	{
		display: none;
	}
	DIV.mobile.table
	{
		display: table;
	}
}
