.eblot-table {
  min-width: 1700px;
}
@media only screen and (max-width: 1000px) {
  .eblot-table {
    min-width: auto;
  }
}
