.bch-pvarea-list ul li{
  border-color: rgba(255, 255, 255, 0.2);
}

.bch-c-box-movie__info-summary a {
  color: rgba(255, 255, 255, 0.8);
}

.bch-c-tag-mov {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  margin-bottom: 4px;
  font-size: 9px;
  color: rgba(255,255,255,.9);
  border-radius: 9999px;
}

.bch-c-tag-mov--free {
  width: 54px;
  padding-top: 1px;
  background: #d30348;
}

table.sched {
  border-color: #333;
}

table.sched td {
  border-color: #333;
}

table.sched td.day {
  border-color: #333;
  background: rgba(255, 255, 255, 0.1);
}

table.sched td.day_sun {
  /* background: rgba(255, 255, 255, 0.1); */
  background: rgba(223, 70, 97, 0.15);
}

table.sched td.day_sat {
  /* background: rgba(255, 255, 255, 0.1); */
  background: rgba(0, 105, 177, 0.15);
}

table.sched td.sched dl {
  color: rgba(255, 255, 255, 0.9);
  border-color: #333;
}

table.sched td.sched dl dd.upd {
  color: rgba(255, 255, 255, 0.65);
  border-color: #333;
}

table.sched td.sched dl dd.upd2 {
  color: rgba(255, 255, 255, 0.65);
  border-color: #333;
}

table.sched td.sched dl dt a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline !important;
}

table.sched td.sched dl dt a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

table.sched td.sched dl dd.note {
  color: rgba(255, 255, 255, 0.9);
}

dl#remind {
  border-color: rgba(255, 255, 255, 0.2);
}
dl#remind dd {
  color: rgba(255, 255, 255, 0.9);
}
dl#remind dd span {
  color: #008AE5;
}
dl#remind dd.notice {
  color: rgba(255, 255, 255, 0.65);
}

dl.newtitle dd.rmnd-btn a {
  color: #008AE5;
}

dd.rmnd-on {
  font-weight: bold;
  color: #00B0B9;
}

dd.rmnd-off {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.65);
}

table.sched td.sched dl dd.rmnd-btn a {
  color: #0084ff;
}

table.sched dl dd.unlimited span.unlimited_label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  background-color: #d30348;
  width: 54px;
  height: 18px;
  margin-top: 4px;
  font-size: 9px;
  border-radius: 9999px;
}

.copy {
  color: rgba(255, 255, 255, 0.65);
}
