.tb-culup,
.tb-dash {}
table.tb-culup > thead > tr > th,
table.tb-culup > tbody > tr > td,
table.tb-dash > thead > tr > th,
table.tb-dash > tbody > tr > td {
  text-align:center;
  vertical-align:middle
}
.tb-culup > tbody > tr > td,
.tb-dash > tbody > tr > td {
  font-size:1.1em;
  color: #000;
  width:20%;
}

.tb-dash > tbody > tr > td:nth-child(1),
.tb-dash > tbody > tr > td:last-child {
  width:20%;
}
.tb-dash > tbody > tr > td.rise,
.tb-dash > tbody > tr > td.fall {
  font-size:1.3em;
  color:#000;
}
.tb-dash > tbody > tr > td.rise span,
.tb-dash > tbody > tr > td.fall span {
  font-size:0.6em;
  display:block;
}


.tb-culup > tbody > tr > td.tb-arrow-rise:before,
.tb-dash > tbody > tr > td.tb-arrow-rise:before {
  content:"\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2px;
    font-size: 1.1em;
}
.tb-culup > tbody > tr > td.tb-arrow-fall:before,
.tb-dash > tbody > tr > td.tb-arrow-fall:before {
  content:"\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2px;
    font-size: 1.1em;
}
.tb-culup > tbody > tr > td.tb-arrow-rise,
.tb-dash > tbody > tr > td.tb-arrow-rise {
  font-size:1.2em;
}
.tb-culup > tbody > tr > td.tb-arrow-fall,
.tb-dash > tbody > tr > td.tb-arrow-fall {
  font-size:1.2em;
}
.tb-dashper {
  font-size:0.6em;
  display:block;
}
.tb-culup > tbody > tr.tb-focus td,
.tb-dash > tbody > tr.tb-focus td {
  opacity:1;
}
.tb-culup > tbody > tr > td,
.tb-dash > tbody > tr > td {
  opacity:0.2;
}
.tb-culup > tbody > tr > td.tb-bg-riseall,
.tb-dash > tbody > tr > td.tb-bg-riseall {
  background-color: #ec6c72;
}
.tb-culup > tbody > tr > td.tb-bg-rise60,
.tb-dash > tbody > tr > td.tb-bg-rise60 {
  background-color: #f0bfc4;
}
.tb-culup > tbody > tr > td.tb-bg-rise55,
.tb-dash > tbody > tr > td.tb-bg-rise55 {
  background-color: #fcf4f4;
}
.tb-culup > tbody > tr > td.tb-bg-fall45,
.tb-dash > tbody > tr > td.tb-bg-fall45 {
  background-color: #e2f6e8;
}
.tb-culup > tbody > tr > td.tb-bg-fall40,
.tb-dash > tbody > tr > td.tb-bg-fall40 {
  background-color: #9fdaa1;
}
.tb-culup > tbody > tr > td.tb-bg-fallall,
.tb-dash > tbody > tr > td.tb-bg-fallall {
  background-color: #009c31;
}


table.tb-culup > tbody > tr.cul_display {
  border-top: 1px solid #666 !important;
}
table.tb-culup > tbody > tr.cul_display > td {
  color: #333;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  font-weight:600;
}