/* Scss Document */
#outpatient {
  margin-bottom: 20px;
}
#outpatient dl {
  margin: 0 10px;
}
#outpatient dt {
  color: #325078;
  padding: 5px;
  background-color: #cee5f4;
}
#outpatient dd {
  padding: 10px;
}
#outpatient p {
  margin: 0 10px;
}

#doctor {
  margin: 0 0 10px;
}
#doctor p {
  text-align: center;
  margin-bottom: 10px;
}

.timetable {
  margin: 0 10px 20px;
}
.timetable h4 {
  font-size: 12px;
  color: #325078;
  border-left: 3px solid #cee5f4;
  padding-left: 5px;
  margin-bottom: 5px;
}
.timetable h5 {
  padding: 2px 5px;
  background-color: #f4efe0;
}
.timetable table {
  width: 100%;
  margin: 0 auto 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: content-box;
}
.timetable th {
  background-color: #cee5f4;
  color: #325078;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: content-box;
  width: 17%;
}
.timetable td {
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: content-box;
}
