/* Adjust font sizes and margins */
/* body {
    font-size: 12pt;
    margin: 0.5in;
}
     */
 
table, th, td {
    border: 3px solid #000;
}

table {
    border:solid #000 !important;
    border-width:1px 0 0 1px !important;
}
th, td {
    border:solid #000 !important;
    border-width:0 1px 1px 0 !important;
}