* { font-family: "Unbounded"; font-size: 12px; /* DEBUG OPTION */ /* border: 1px solid black; */ } .main_title { margin-top: 10px; margin-right: -4px; font-size: 85px; font-weight: bold; } .bordered_top { border-top: 1px solid black; } .bordered_bottom { border-bottom: 1px solid black; } .bordered_right { border-right: 1px solid black; } .bordered-left { border-left: 1px solid black; } td { color: black !important; } .white-content .table>thead>tr>th, .white-content .table { color: black !important; } .white-content .table>tbody>tr>td { color: black !important; } .white-content .table>thead>tr>th { border-color: black; border-bottom: 1px solid black !important; } .white-content .table>tbody>tr>td { border: none !important; } .white-content .table .bordered-row { border-color: black; border-bottom: 1px solid black !important; } .pdf_footer { position: fixed; bottom: 0cm; width: 100%; /* height: 5cm; */ } /* DEBUG CLASSES */ .bordered { border: 2px solid black; }