
/* Set print and don't print settings*/

.hide_online {
             display:inline;
             }

.hide_print {
            display:none;
            }

.level1, .level2, .unhide .level2, .unhide {
                 display:none;
                 }
/*style print-only blocks*/
DIV.printhead {
      padding-top:1em;
      margin: 0 1em 2em 1em;
      border-bottom:1px solid #042c5c;
      background-image:url('images/EIBF_Colour_Logoprnt.jpg');
      background-repeat:no-repeat;
      background-position:top left;
      vertical-align:bottom;
      height:1.25cm;
      }
DIV.printhead H1 {
         font-size:2em;
         text-align:right;
         clear:none;
         }
DIV.printhead H1 SPAN {
                      float:right;
                      }
DIV.printhead H1 IMG {
          width:2cm;
          display:inline;
          margin-right:1em;
          }

/*reformat existing elements*/

html,body,p {
     font-size:10px;
     color:#222;
     }


.head H1{
      border-bottom:1px solid #042c5c;
      }

H1 {
   font-size:2em;
   }
#tocright {
          border-left:0.5px solid #666;
          }
/*image sizes*/
div.img {width:250px;}  
.px400img div.img {width:300px;}
div.img P {font-size:0.7em;}

/*page layout and margins*/
@page {
      /*size: 210mm 297mm;*/
      size:148.5mm 210mm;
      margin:10mm;
      }

@page :right{
           margin:10mm 5mm 10mm 10mm;
           }

@page :left{
            margin:10mm 10mm 10mm 5mm;
            }
body {
     margin:0;
     background-color:#ffffff;
     }
html {
     background-color:#ffffff;
     }

/*pagination*/
.newpage {
         page-break-before:always;
         }

.keeptogether {
              page-break-after:avoid;
              }

H1, H2, H3, H4 {
               page-break-after:avoid;
               }

P              {
               orphans:4;
               widows:4;
               }

.img, .toptip, .knockoutnote {
     page-break-inside:avoid;
     }

