
/*main*/
.eco-table-section {
  /* width: 23.438rem;
    height: 41.563; */
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.123);
}

.title {
  color: #02c6b3;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.688rem;
  text-align: right;
  padding: 0.3rem 0.5rem 0rem;
}

.eco-table-section hr {
  margin: 0;
  padding: 0;
}

/*table*/
thead {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.688rem;
  text-align: right;
}

td {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.563rem;
  text-align: right;
  vertical-align: middle;
  text-align: right;
}

.percentage-up {
  color: #5bbb56;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.563rem;
  text-align: right;
  vertical-align: middle;
  text-align: center;
}

.percentage-down {
  color: #db1d11;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.563rem;
  text-align: right;
  vertical-align: middle;
  text-align: center;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.arrow-eco-icon {
  transform: rotate(90deg);
  margin-top: 0.3rem !important;
}
.arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.table>:not(caption)>*>*{
  padding: .4rem .4rem;
}