/* Responsive wrapper */
.wcls-responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* Table styling */
.shop_table, .wcls-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.shop_table th, .shop_table td {
  border: 1px solid #ececec;
  padding: 12px;
}
.shop_table th {
  background-color: #f4f4f4;
  font-weight: 600;
  text-transform: uppercase;
}
.shop_table tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}


/* Responsive Table Wrapper for Mobile View */
@media screen and (max-width: 768px) {
  .wcls-license-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wcls-license-table {
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
  }
}
