.timetable {
  position: relative;
}
.timetable {
  width: 100%;
}
.timetable {
  box-sizing: border-box;
  padding: 24px;
}
.timetable {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}