/* layout for handhelds - qualishealth.org */

/* Import standard qh rules; this style sheet will simply modify
   that base to suit handhelds (and resized-narrow windows). */
@import "/style/screen.css";

html, body
{
  color:#000000;
  font-family:Verdana, sans-serif;
  font-size:11px;
}

.bgFill, #navbar
{
  display:none !important;
}

#mm
{	
	position: relative; 
    right: -80%;
	width:54px;
	padding:5px;
	background-color:#CCFFCC;
	text-align:right;
	margin-top:-10px;
}

html, body
{
  background-color:#cccccc;
}

table, tbody, tr, td, th 
{ 
display: block;
width:100%;
background-color:#ffffff; 
}

img	
{
	max-width: 100%;
}

.wrapper
{
	max-width:240px;
	margin:auto;
	padding:10px;
}