table, th, td { margin: 1rem auto 1rem auto;border: 1px solid #620100;}


td{height: 0px !important;}
.users {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;

}
/* Column widths are based on these cells */
.row-ID {
  width: 50%;

}
.row-name {
  width: 50%;
  
}


.users td {
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.users th {
  background: #620100;
  color: white;
  
}
.users td,
.users th {
  text-align: left;
  padding: 5px 10px;

}
.users tr:nth-child(even) {
  background: #eaa82e;
}


@media print {
    div{
        page-break-inside: avoid;
    }
  
}