@media only screen and (max-width: 768px) {
  .e-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.e-table {
   margin-bottom: 50px;
}

.e-table {
   max-width: 100%;
   overflow-x: auto;
}

.e-table {
    margin-bottom: 50px;
    border-collapse: collapse;
    width: 100%;
}

.e-table th,
.e-table td {
    text-align: left;
    padding: 8px;
}

.e-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.e-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
