div.cal_wrapper {
  padding: 10px 0px;margin-top: 17px;
}
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 {
float: left;
padding: 0;
margin: 0px;
color: #333;
font-size: 16px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: 0;
  background-color: #333;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
div.cal_wrapper table.cal tr td {
  font-size: 10px;
  text-align: center;
  padding: 2px;
}
div.cal_wrapper table.cal tr.headline td {

  padding: 5px 0px;
  color: #313131;
  font-weight: 900;
  font-size: 14px;
}
div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
}
.cal_wrapper th {
  text-align: center;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #999;
  border-collapse: collapse;
}
.headline{}
div.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
}
div.cal_wrapper table.cal tr td div.Sat {
  color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
  color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
  font-weight: 900;
  background: #d2d2d2;
}
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
  font-weight: bolder;
  color: #F00;
}
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: #6D6D6D;
  font-weight: normal;
  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;
}
div.cal_wrapper table.cal tr td:nth-child(7) div {
    background: #bd0000;
    color: #fff;
}
div.cal_wrapper table.cal tr td:nth-child(1) div {
  background: #bd0000;
    color: #fff;
}
.eventday {
  font-weight: bolder;
  background: #ffee62 !important;
  color: #f00404;
}
.dayoff {
  font-weight: bolder;
  color: #F00;
  background: #FFD3D3 !important;
}
.cal-text p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.cal-text p span {
  display: inline-block;
  padding: 5px;
  background: #e3f3fc;
  margin-right: 9px;
}
.cal-text p:nth-child(2) span {
  background: #FFD3D3;
}
.cal-text p:nth-child(3) span {
  background: #ffee62;
}
.cal-text p:nth-child(4) span {
  background: #ffee62;
}



div.cal_wrapper table.cal tr td div.Holyday2 {

    background: #bd0000;
    color: #fff;

}


