/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
*/

* { margin: 0; padding: 0; }
#page-wrap { 
    width: 800px; 
    margin: 0 auto; 
/*    background-image: url('/root/static/img/draff.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;*/
}

.draffBill { border-collapse: collapse;}
.draffBill td,th{ border: 1px solid black; padding: 3px; }
.draffBill .item-td {font: 11px Arial, Helvetica, sans-serif;}
.draffBill .item-td2 {font: 12px Arial, Helvetica, sans-serif;}
.draffBill .item-td-small {font: 7px Arial, Helvetica, sans-serif; text-align:justify; margin-left:5px}
.draffBill .noborder-right{border-right: 0;}
.draffBill .noborder-left{border-left: 0;}
.draffBill .noborder-top{border-top: 0;}
.draffBill .noborder-bottom{border-bottom: 0; }
.draffBill .nobrder{ border:0}
.draffBill .noborder-topbot{border-bottom: 0; border-top: 0;}
.draffBill .noborder-lrbot{border-bottom: 0; border-left: 0; border-right:0}
.draffBill .yborder-top{border-top: 2px solid black;}

.draffBill {clear: both; width: 100%; margin: 0;}
.draffBill td {vertical-align:top}
.draffBill td.text-td { text-align:left; padding:5px 10px;}

#header {margin: 0 0 0;  }
.textdraft { 
    margin-top:30px; 
    padding-right: 20px;
    width: 200px; 
    float: right; 
    text-align:center; 
    font-size:25px;
    font-weight:bold; 
    font-family:Arial, Helvetica, sans-serif 
}
.textl { margin-top:30px; width: 230px; float: right; text-align:right; font-size:25px; font-weight:bold; font-family:Arial, Helvetica, sans-serif }
.paddingtop{ padding:18px 0 0;}