

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  /* min-height: 100vh; */
 

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.table-row {
  display: table-row;
  background: #fff;
}



@media screen and (max-width: 768px) {
  .table-row {
    display: block;
  }

  .table-row.header {
    padding: 0;
    height: 0px;
  }

  .table-row.header .cell {
    display: none;
  }

  .table-row .cell:before {
  
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.table-row .cell {

  font-size: 15px;
  /* color: #666666; */
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0D5C2F;
}

.table-row.header .cell {

  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.table-row .cell:nth-child(1) {
  width: 50px;
  padding-left: 40px;
  color:#0D5C2F;
  font-weight: bold;
  font-size:0.5cm;
}

.table-row .cell:nth-child(2) {
  width: 300px;
  
}

.table-row .cell:nth-child(3) {
  width: 250px;
}

.table-row .cell:nth-child(4) {
  width: 190px;
}


.table, .table-row {
  width: 100% !important;
}

/* .table-row:hover {
  background-color: #ececff;
  cursor: pointer;
} */

@media (max-width: 768px) {
  .table-row {
    padding-bottom: 18px;
    padding-top: 20px;
    padding-right: 15px;
    margin: 0;
  }
  
  .table-row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table-row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .table-row .cell {

    font-size: 18px;
    /* color: #555555; */
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .table-row, .cell {
    width: 100% !important;
  }
}