 /*
Print styles for calculator checker
Author: J C Watson
Version: October 2010
----------------------------------------------- */

/*
General selectors - body,h1/h3,a,blockquote,code,p
Structure - container,content,tagline
/*Footer - extras
Forms - input,textarea
Accessibility - skip,hr*/
/*Hacks - clearfix*/
/*IE6 hack*/

/* ---------------------------------------------------------------------------------*//* =Generic styles */
 * {
   overflow: visible !important;
   background: none ! important;
   color: #000 ! important;
  }

body {
  height: 100%;
  font-family: Times New Roman, serif;
  }

h1,
form,
fieldset {display: none;}

table {padding: 0;}

/*-----------------------------------------*/ /* navigation */

/*-----------------------------------------*/ /* lists */
/*
ul {
  margin: 0; 
  list-style-type: disc;
  list-style-position: inside;
  display: block;
  float: none;
  outline: none;
  page-break-inside: avoid;
  overflow: visible !important;;
  }    
  
li {padding: 0;}  

ul.model_list li {  
  background: none;
  margin: 0;
  padding: 2px;  
  border: none; 
  }*/
   
  
/* ---------------------------------------------------------------------------------*/ /* structure */

#container {
  width: 90%;
  margin: 0;
  float: none;
  border: none;
  }  

/* ---------------------------------------------------------------------------------*/ /* content */

/*p.instructions {display: none;}

div.list_container {
  background-color: #fff;
  margin: 0;
  padding: 0;
  outline: none;
  }  
  
p.approved,
p.unapproved,
p.unknown {border: none;padding:0;}
*/

/* ---------------------------------------------------------------------------------*//* clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

