/*
-----------------------------------------------
1890 styles for mobile and handheld devices
Thomas Hammer, thomas@easyconnect.no
Updated: 24. July 2006
----------------------------------------------- */

/*
@import "/css/screen.css";
*/

html, body {
	margin: 0;
	padding: 0;
	background: #A0A0A0;
	color: #333333;
}

table, tbody, tr, td, th { 
	display: block;
}

#header h1 {
	background: #ff9900;
	color: #ffffff;
}

#header h1:after {
	content: " for mobilen";
}

#loading, #issue {
	display: none;
}