body {
font-size: 10px;
font-family: verdana, arial, serif;
}

h5 {
font-size: 12px;
}

.print-table {
width: 100%;
}

.print-table {
width: 100%;
border-spacing: 0;
border-left: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
}

*:first-child+html .print-table { border-collapse: collapse; } /* IE 7 */
* html .print-table{ border-collapse: collapse; } /* IE 6 */

.print-table tr, 
.print-table th, 
.print-table td {
border-top: 1px solid #c5c5c5;
border-right: 1px solid #c5c5c5;
font-size: 11px;
vertical-align: middle;
line-height: 15px;
padding: 8px 5px;
}

.print-table th {
background: #d2d2d2;
}

.print-table .alt {
background: #f7f7f7;
}
