/* Start custom CSS */.responsive-table-container {
  overflow-x: auto;
  width: 100%;
}

.responsive-table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}/* End custom CSS */