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

a{
  color: #000;
}

.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: 10px 30px;
}

.wrap-table100 {
  width: 2000px;
  /* 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;
}

.table-row.header {
  color: #ffffff;
  
}

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

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

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

  .table-row .cell:before {
 
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    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: #000;
  line-height: 1.2;
  font-weight: unset !important;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
   border-style: ridge; border-width:thin; border-color: black; 
   padding: 5px;  
 
}

.table-row.header .cell {

  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
background: #0F5C2F;
  padding-top: 5px;
  padding-bottom: 5px;
  
  
  

}

.table-row .cell:nth-child(1) {
  width: 5px;
  padding-left: 12px;

  
  

}

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

  padding: 12px;
  
}

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

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


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

.table-row:hover {
  background-color: #ececff;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .table-row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 15px;
    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;
  }
}