@charset "utf-8"; /* CSS Document */ body{ margin:0; padding:0; font-size:12px; } .printTable{ width:100%; } .printTable td,.printTable th{ height: 21.8px; background-color: white; font-size: 14px; font-weight:bold; vertical-align: middle; } .dataTable{ width:100%; height:100%; border:1px; background-color:#000; } #excleTable{ overflow:auto; width:100%; border:1px; background-color:#000; } #excleTable td,#excleTable th{ text-align: center; height: 25px; background-color: white; font-size:12px; } .dataTable2{ width:100%; text-align: center; table-layout:fixed; background-color:#000; } .dataTable2 td{ height:21.8px !important; font-size:16px; background-color: white; font-weight:bold; } .company{ font-size:20px; } .printTitle{ font-size:15px; } .buttonright{ text-algin:right; padding-right:10px; } .headTable2{ width:100%; text-align: left; } .headTable2 td{ font-weight:bold; font-size:14px; } .footTable2{ width:100%; text-align: left; } .footTable2 td{ font-weight:bold; font-size:14px; } #com{ font-size:18px; }