.presence-signature {
  width: 104px;
  height: auto;
}
table.table-presence .col-presence-nr {
  width: 20px;
}
table.table-presence .col-presence-name {
  width: 195px;
}
@media (min-width: 0px) {
  table.table-presence {
    table-layout: fixed;
  }
}
table.table-presence tbody .col-presence-nr,
table.table-presence tbody .col-presence-name,
table.table-presence tbody .col-teacher-signature {
  background-color: #f5f5f5;
}
table.table-presence tbody .row-presence {
  height: 65px;
}
