div.cal_wrapper {
  background-color: #fff;
}
div.cal_wrapper table {
  width: 220px;
}
div.schedule_wrapper {
  padding: 10px 0px;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}
div.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #ccc;
}
div.schedule_wrapper div.schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  /*line-height: 1.5em;*/
}
div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
  text-align: center;
  margin: 0;
  color: #333;
  font-size: 14px;
  padding-bottom: 3px;
  letter-spacing: 0;
  font-weight: 600;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  /*border-radius: 3px;*/
}
div.cal_wrapper table.cal tr td {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  height: 30px;
  /*padding: 2px;*/
}
div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  font-size: 14px;
  height: 30px;
  box-sizing: border-box;
  letter-spacing: 0;
  color: #fff;
  background-color: #696969;
}
div.cal_wrapper table.cal tr.headline {
  background-color: #fff;
}
div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 2px 0px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
  height: 30px;
  box-sizing: border-box;
  /*border-radius: 3px;*/
}
div.cal_wrapper table.cal tr td div span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  width: 180px;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}
div.cal_wrapper table.cal tr td div.Sat {
  color: #fff;
  background-color: #E31717;
  height: 30px;
}
div.cal_wrapper table.cal tr td div.Sun {
  color: #fff;
  background-color: #E31717;
  height: 30px;
}
div.cal_wrapper table.cal tr td div.Today {
  font-weight: bolder;
  background: #eee;
  height: 30px;
}
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #efe;
}
div.cal_wrapper table.cal tr td div.Holyday {
  color: #fff;
  background-color: #E31717;
  height: 30px;
}
div.cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #eef;
  color: #090;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.backward {
  color: #cdcdcd;
  font-weight: normal;
  background-color: #fff;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #eee;
}