<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0px;
    padding: 15px 10px;
    font-family: Helvetica;
    background: #CBD2D8;
    color: #000000;
}

.container {
    position: absolute;
    width: 100%;
    height: 100%;
}
input {
	-webkit-text-size-adjust: 180%;
}
select {
	-webkit-text-size-adjust: 180%;
	padding: 40px;
}
div#bottombar {		
    position: absolute;	
    bottom: 0;		
    width: 100%;
    height: 33px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
}
div.instructions {
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	background:#eeeeee;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
	padding: 8px;	
}
p { 
	font-size: 180%; 
	padding: 0 0 12px 0;
}
/***********************/
/*
Float for the horizontal row of form buttons across the top of pages
http://www.alistapart.com/articles/practicalcss/
*/
div.floatone {
  float: left;
  margin: 0 5px 0 20px;
  }
div.floattwo {
  float: left;
  margin: 0 20px 0 5px;
  }  
div.float p {
   text-align: center;
   }
div.spacer {
  clear: both;
  }
/***********************/
</pre></body></html>