/* Desktop */
@import url("desktop.css");
/* Phone */
@import url("../css/phone.css") handheld, only screen and (max-width:320px);
/* Tablet */
@import url("../css/tablet.css") only screen and (min-width:321px) and (max-width:768px);

@media print
{
	
	body {background: none; color: black;}
	a {color: black;}
	a:hover {color: black;}
	
	#container, #maincontent {width: 100%; margin: 0; float: none;}
	
	footer, header, nav {display: none !important;}
	
	.pod {display: block !important; border:solid; border-color: grey; border-width:1px;}
	.pod h1 {color: black;}
	
	.noprint {display: none !important;}

    span.print {display: inline !important;}

    div.print {display: block !important;}

}
