.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  width: 100%;
}
.table-scroll table {
  width: 100%;
  min-width: 500px;
}

:host {
    margin: 0px !important;
}