.cal_wrapper table {
  color: #1a3256;
  border: 2px solid #fff;
  border-radius: 2px;
  background: #fff;
}

.cal_wrapper table.cal tr th.cal-title {
  padding: 10px 0;
  color: #419CC0;
  font-size: 13px;
}

.cal_wrapper table.cal tr th .cal_ui {
  float: right;
}

.cal_wrapper table.cal tr th .cal_ui input {
  padding: 5px;
  border: solid 1px #fff;
  background-color: #fff;
  font-size: 12px;
}

.cal_wrapper table.cal tr th p {
  float: left;
  margin: 0;
  padding: 3px;
  color: #419CC0;
  font-size: 13px;
}

.cal_wrapper table.cal tr td {
  padding: 2px;
  font-size: 15px;
  text-align: center;
}

.cal_wrapper table.cal tr td > div {
  padding: 6px;
  text-align: center;
  background-color: #FFF;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td .Today {
  font-weight: bolder;
  color: #000;
}

.cal_wrapper table.cal tr td .Sat {
  color: #226597;
  background-color: #ffe6eb;
}

.cal_wrapper table.cal tr td .Sun {
  color: #e42c64;
  background-color: #ffe6eb;
}

.cal_wrapper table.cal tr td .Holyday {
  color: #e42c64;
  background-color: #ffe6eb;
}

.cal_wrapper table.cal tr td .backward {
  color: #ccc;
  font-weight: normal;
  background-color: #fff;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td.cal-description p {
  padding: 10px 5px 5px;
  font-size: 11px;
  text-align: right;
}

.cal_wrapper table.cal tr td.cal-description p::before {
  content: '';
  margin-right: 5px;
  padding: 3px 15px;
  background: #ffe6eb;
}

.cal_wrapper table.cal tr.headline {
  background: #419CC0;
}

.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #fff;
}
