@charset "utf-8";

* {
  overflow: hidden;
}

/*html {
  zoom: 0.52;
}*/

section {

}

section.title .btn_print,
.table_footer .linkbtn_night {
  display: none;
}

section.timetable dd {
  display: block !important;
}

section.timetable,
.table_inner {
  page-break-after: always;
}

section.timetable:last-child,
.table_inner:last-child {
  page-break-after: avoid;
}

section.timetable dt {
  display: block !important;
  background-image: none;
}

section.timetable dd {
  background: none !important;
}

section.timetable tr {
  width: 100%;
  height: 30px !important;
}

/*
section.timetable tr:before {
  content: ' ';
  font-size: 0;
  height: 50px;
  display: block;
  page-break-after: avoid !important;
}
*/

section.timetable th,
section.timetable td {
  padding: 2px !important;
  font-size: 10px;
  line-height: 120%;
}

section.timetable tr.equipment .btn_icon {
  display: none;
}

section.timetable td.equipment {
  padding: 0 !important;
}

section.timetable td.equipment ul {
  min-width: 64px;
}
