.dataTableNew {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eaeaea;
  background-size: cover;
  padding-top: 0;
  width: 100%;
}
.dataTableNew .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper {
  padding-top: 30px;
  width: 100%;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper .tableTitle {
  padding-bottom: 20px;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper #table {
  background-color: white;
  border-radius: 12px;
  padding: 50px;
  padding-top: 20px;
  width: 100%;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper #table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper #table table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper td,
.dataTableNew .container .row .col-lg-10.specstable .tWrapper th {
  width: 100%;
  padding: 6px 20px;
  text-align: left;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper td a {
  text-decoration: underline;
  transition: 250ms ease;
}
.dataTableNew .container .row .col-lg-10.specstable .tWrapper td a:hover {
  color: #09B4E7;
}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}