/* your styles go here */

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  /*word-break: keep-all;*/}
  
  table th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold; }
    
  tr:nth-child(even) {background-color: #f2f2f2;}
  
  table th,
  table td {
    padding: 0.5rem 0.5rem;
    border: 1px solid #e9ebec; }