style_printInterview.css 603 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
.table tr{
  font-size: 12px !important;
}
td{
  padding: 12px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}
.table-head th {
  font-size: 14px !important;
  padding: 0px !important;
}

@media screen and (max-width: 1366px){
  .table-head th {
    font-size: 12px !important;
    padding: 0px !important;
  }
}
@media screen and (max-width: 2000px){
  .table-head th {
    font-size: 120px !important;
    padding: 0px !important;
  }
}
.pagebreak {
  page-break-before: always;
}

.hide-print{
  display: none !important;
}

.show-print{
  display: block !important;
}