.container-table100 {
  width: 100%;
}
.container-table100 .wrap-table100 table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container-table100 .wrap-table100 table * {
  position: relative;
}
.container-table100 .wrap-table100 table td,
.container-table100 .wrap-table100 table th {
  padding-left: 8px;
}
.container-table100 .wrap-table100 table thead tr {
  height: 35px;
  background: #2980b9;
}
.container-table100 .wrap-table100 table tbody tr {
  height: 30px;
}
.container-table100 .wrap-table100 table tbody tr:last-child {
  border: 0;
}
.container-table100 .wrap-table100 table td,
.container-table100 .wrap-table100 table th {
  text-align: left;
}
.container-table100 .wrap-table100 table td.l,
.container-table100 .wrap-table100 table th.l {
  text-align: right;
}
.container-table100 .wrap-table100 table td.c,
.container-table100 .wrap-table100 table th.c {
  text-align: center;
}
.container-table100 .wrap-table100 table td.r,
.container-table100 .wrap-table100 table th.r {
  text-align: center;
}
.container-table100 .wrap-table100 .table100-head th {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
.container-table100 .wrap-table100 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.container-table100 .wrap-table100 tbody tr {
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  font-weight: unset;
}
.container-table100 .wrap-table100 tbody tr:hover {
  color: #555;
  background-color: #f5f5f5;
  cursor: pointer;
}
.column6 {
  width: 110px;
  text-align: right;
}
.column5 {
  width: 160px;
}
.column4 {
  width: 170px;
  text-align: right;
}
.column3 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}
.column2 {
  width: 245px;
}
.column1 {
  width: 260px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .container-table100 table {
    display: block;
  }
  .container-table100 table > *,
  .container-table100 table tr,
  .container-table100 table td,
  .container-table100 table th {
    display: block;
  }
  .container-table100 table thead {
    display: none;
  }
  .container-table100 table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  .container-table100 table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  .container-table100 table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .container-table100 table tbody tr td:before {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  .container-table100 .column4,
  .container-table100 .column5,
  .container-table100 .column6 {
    text-align: left;
  }
  .container-table100 .column4,
  .container-table100 .column5,
  .container-table100 .column6,
  .container-table100 .column1,
  .container-table100 .column2,
  .container-table100 .column3 {
    width: 100%;
  }
  .container-table100 tbody tr {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
