.table-block{
  overflow-x: none;
}

@media (max-width:991px){
  .table-block{
    overflow-x: scroll;
  }
}

.table-block::-webkit-scrollbar { width: 0 !important }
.table-block { overflow: -moz-scrollbars-none; }
.table-block { -ms-overflow-style: none; }

.table-block table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dddddd;
}

.table-block table.head{
  margin-bottom: 0.5em;
}

.table-block table thead tr{
  background-color: #717173;
  color: #fff !important;
  /* font-family: 'Play', sans-serif; */
}

.table-block table thead tr th{
  padding: 0.6em 1em;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
}

.table-block table tbody{
  background: #eff0f0;
}

.table-block table tbody tr td{
  padding: 0.4em 1em;
  border: 1px solid #dddddd;
  font-size: 1em;
  font-weight: 700;
}

.table-block table tbody tr:nth-child(odd){
    background: #ffffff;
}

.table-block table tbody tr:first-child td{
  margin-top: 0.5em;
  padding: 0.6em 1em;
  border-top: 1px solid transparent;

}

.table-block table tbody tr td:first-child{
  padding: 0.6em;
  border-left: 1px solid transparent;
}

.table-block table tbody tr td:last-child{
  padding: 0.6em 1em;
  border-right: 1px solid transparent;
}

.table-block table tbody tr:last-child td{
  /* padding: 0.6em 1em; */
  /* border-bottom: 1px solid transparent; */
}

.table-block table.left_header tbody tr td:first-child{
  font-weight: 700;
  padding: 0.6em 1em;
  background: #929292;
  color:#fff;
  min-width: 160px;
}

.table-block table tbody tr:last-child{
  font-weight: unset;
}

.table-block table tr td a.btn{
  margin-top: 0;
}
