/* 
Print css template
 */


.dot { display : none; }


body {
  font-family : Palatino, "Book Antiqua", Times, "Times New Roman", serif;
  margin : 0;
  padding : 0;
}



a {
  font-weight : bold;
  text-decoration : none;
}
a:after {
  font-family : Palatino, "Book Antiqua", Times, "Times New Roman", serif;
  text-decoration : none;
  font-weight : normal;
  font-size : 0.9em;
}




p, table, blockquote, ul, ol, dl {
  margin-top : 0;
  margin-bottom : 0.67em;
  widows : 2;
  orphans : 2;
}

ul, ol {
  margin-left : 0;
  padding-left : 2.25em;
}

img {
  margin : 0;
  border : none;
  padding : 0;
}

h1, h2, h3, h4, h5, caption {
  font-family : Helvetica, Geneva, Arial, sans-serif;
  page-break-after : avoid;
  page-break-inside : avoid;
  font-weight : bold;
  margin : 0em;
}
h1 {
  font-size : 1.5em;
}
h2 {
  font-size : 1.33em;
  margin-top : 1.85em;
  margin-bottom : 0.5em;
}
h3 {
  font-size : 1.1em;
  margin-top : 1.1em;
  margin-bottom : 0.61em;
}
h4, caption {
  font-size : 0.9em;
  margin-top : 1em;
  margin-bottom : 0;
}


label { 
  display : block;
  clear : both;
  float : left;
  width : 10em;
  margin-top : .2em;
}


table {
 /* page-break-inside : avoid; */
}

caption { text-align : left; }
th, td {
  page-break-inside : avoid;
  vertical-align : top;
  text-align : left;
}

table.grid {
  page-break-inside : auto;
  border : none;
}
table.grid td {
  page-break-inside : avoid;
  widows : 2;
  orphans : 2;
  border : none;
}