.scc_top_to_bottom{
  writing-mode: vertical-rl;
  /*text-orientation: upright;*/
}

.scc_date_border td{
  border: 0;
  background-color: pink;
}

.scc-pc-past{
  border: 0;
  background-color: #ffcc80;
}

.scc-pc-normal{
  border: 0;
}

.scc-pc-none{
  border: 0;
  background-color: #f5c8f2; 
}

.scc-pc-square-div{
  width: 50%;
}
.scc-pc-past-square {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 15px;
  width: 15px;
  background-color: #ffcc80;
}

.scc-pc-none-square {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 15px;
  width: 15px;
  background-color: #f5c8f2;
}

.scc-leg-div-text {
  margin-left: 5px;
  vertical-align: right;
  width: 50%;
  /* float:right; */
}
