#print {
    font-size: 12px;
}

#print table.show_border {
    table-layout: initial;
    border-collapse: collapse;
}

#print table.show_border tr {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}

#print table.show_border th,
#print table.show_border td {
    border-left: solid 1px #333;
    border-right: solid 1px #333;
}