@page {
  size: A4 portrait;
}

.container2{
	width:635px;
	margin:auto;
	line-height:1.1;
}

@media print{
	#titlediv{
		display:none;
	}
	
	#myTab{
		display:none;
	}
	
	.div-pad{
		display:none;
	}
	
	
}

@page:right{ 
  @bottom-left {
    margin: 10pt 0 30pt 0;
    border-top: .25pt solid #666;
    content: "My book";
    font-size: 9pt;
    color: #333;
  }
}

body{
  font-family: Arial, Verdana;  
}

.tdRight{
	text-align:right;
}

.tableHeader{
	font-size:16px;
	width:100%;
}

.tableMain td{
	border-bottom:solid 1px black;
}

.tableMain .noBorder td{
	border-bottom:solid 0px black;
}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}

table, figure {
  page-break-inside: avoid;
}

.tableHeader{
	visibility: hidden;
}

#footer{
	font-size:10px;
}

@media print {
  .tableHeader {
  		visibility: visible;
  		position:fixed;
  		top:0;
  }
  
  div.page{
  	padding-top: 50px;
  	page-break-after: always;
  }
  
  #thePictures{
  	position:absolute;
  	bottom:0;
  }
}	

