@page 
    {
        size: auto;   /* auto is the initial value */
        margin: 20px 10px;  /* this affects the margin in the printer settings */
	padding:0;
    }
body {
    color: #555555;
    font: 12px/16px Arial,Tahoma,sans-serif;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    padding 0;
}



table {
    border-spacing: 0;
}

table.my-table
{
    border-collapse:collapse;
    width:98%;
    text-indent:2px;
    margin:0;
    padding: 0px;
    border-top: 1px #434343 solid;
    border-right:1px #434343 solid; !imprtant;
    margin:10px;

}
table.my-table tr:hover.highlight {
    background: #FAFAFA;
}
table.my-table td, table.my-table th {vertical-align:top;}
table.my-table td {
    border: 1px solid #434343;
}
table.no-border td{
    border:0px;
   
}
table.my-table td{padding: 0}
table.my-table td td {border-left: 1px solid  #434343 }
table.my-table td td td{border-top:1px #434343 solid;padding: 0px 0px 0px 1px}
table.my-table table table{border:none}
table.my-table table table table tr:first-child td{border-top: none}
table.my-table td .no-border{border-left:1px #434343 solid;}
table.my-table td td td.valign-mid, table.my-table td td td.right-border, table.my-table table table table tr:first-child td:first-child{border-right:1px #434343 solid;}
table.my-table td .no-border td{border-left: none;padding-left: 2px}
table.my-table td.valign-mid{vertical-align:middle}
#footer, #breadcrumb, #menu, #logo, .report, .icon-task{visibility:hidden;display:none}
.for-print-box{display: block;}
.photo-box{border: 1px #000 solid;width:80px;height:90px;margin:0 auto}

h3{
    font-size: 18px; !important;
    margin-bottom: 1px; !important;
    font-weight:bold;
    color: #223168;

}
