.table-tpl table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-tpl table thead {
  font-size: 14px;
}

.table-tpl table thead th {
  border-bottom-width: 1px;
}

.table-tpl table th,
.table-tpl table td{
  padding: 5px;
  text-align: left;
}

@media(max-width:767px) {
  .table-tpl {
    width: 100%;
    margin-bottom: 30px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-tpl table {
    margin-bottom: 0;
  }
}
