/*=======================================================
schedule update highlight
=======================================================*/
#schedule table tr.is_update:nth-of-type(odd) td {
  background: #fde7e7 !important;
}

#schedule table tr.is_update:nth-of-type(even) td {
  background: #f8d5d5 !important;
}

/*=======================================================
schedule legend
=======================================================*/
#schedule h2 + ul li:nth-of-type(2) span {
  background: url(/images/user/schedule_update_sample.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 25px;
}
