  .table-responsive {
    overflow: hidden;
    /* Hide scrollbars */
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    border-radius: 5px;
  }

  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  img {
    border-radius: 5px 5px 0 0;
  }

  .button {
    background-color: #31708f;
    border: none;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
  }

  .container {
    padding: 2px 16px;
  }
  .w3-panel {
    margin-top: 16px;    
    margin-left:15px;
    max-width:160px;
    min-height: 330px;
    max-height:330px;
    word-break: break-all;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w3-card {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    float:left;
    padding: 5px 5px 5px 5px;
}
.productImage{
  width:150px;
  height:150px;  
}
#pageGroup a {
    float: none;
    padding: 1px 3px;
    height: 25px;
    width: 25px;
    margin-right: 7px;
    border: 0.5px solid #000000;
    border-radius: 2px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    line-height: 20px;
}
.pagination-pages{  
    text-align: center;
}

.filterTable{
    padding: 5%;
    border: 1px solid #e5e5e5;
}

.filterTable td{
  padding:10px 10px 5px 5px;
}

.tableTitle{
  border-left: 3px solid #0088a1;
  padding-left: 15px;
}

.filterTable select{
  max-width: 250px;
}