.color_a {
  background-color: #d9fbff;
}

.color_b {
  background-color: #e4ffec;
}

.color_c {
  background-color: #9cf5b7;
}

.color_d {
  background-color: #f1f7b4;
}

.color_e {
  background-color: #faf49c;
}

.color_f {
  background-color: #f7cec9;
}

.color_g {
  background-color: #f8c6e5;
}

.color_h {
  background-color: #f9c5f7;
}

.color_i {
  background-color: #f8a291;
}

.color_j {
  background-color: #ca8c95;
}

.color_k {
  background-color: #98d2fe;
}

.color_l {
  background-color: #c9bbf7;
}

.title_bar {
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #212121;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.table {
  width: 100%;
  margin-top: 30px;
}

.table-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  background: #212121;
  border: #fff 1px solid;
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.table-row:last-child {
  margin-bottom: 20px;
}

.table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
}

.table-cell.first {
  font-size: 1.2rem;
  font-weight: 500;
}

.table-img {
  height: auto;
}

.table-img img {
  display: block;
  max-width: 40px;
}

@media screen and (min-width: 1024px) {
  .table-wrap {
    width: 65%;
    margin: 0 auto;
    border: #fff 1px solid;
  }
  .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .table-cell {
    width: 15%;
    font-size: 1.6rem;
  }
  .table-cell.first {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .table-img img {
    max-width: 50px;
  }
}

.margin-top_none {
  margin-top: 0;
}
/*# sourceMappingURL=table_sort.css.map */