.schedule .row.overflow {
  overflow: scroll;
}

@media (min-width: 1001px) {
  .schedule .row.overflow {
    overflow: auto;
  }
}

.schedule table {
  border: 1px solid #000;
  border-collapse: collapse;
}

.schedule table thead {
  font-size: 16px;
}

.schedule table thead th {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.schedule table tbody td {
  padding: 5px;
  border-right: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}

.schedule table tbody td.is_end,
.schedule table tbody td.time {
  border-bottom: 1px solid #000;
}

.schedule table tbody td.is_start {
  border-top: 1px solid #000;
}

.schedule table tbody td.is_event {
  border: 1px double #000;
}

.schedule table tbody td.is_start,
.schedule table tbody td.is_end,
.schedule table tbody td.time,
.schedule table tbody td.is_fill,
.schedule table tbody td.is_event {
  background-color: #fff;
}

.schedule table tbody td p {
  font-size: 12px;
  padding-bottom: 0;
}
