table, th, td { margin: 1rem auto 1rem auto;border: 1px solid #838b36;}


td{height: 0px !important;}
.users {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
  margin-top: 3em;

}
/* 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: #838b36;
  color: white;
  
}
.users td,
.users th {
  text-align: left;
  padding: 8px 10px;

}
.users tr:nth-child(even) {
    background: #424242;
    color: white;
}


@media print {
  	.users{
        page-break-inside: avoid;
    }
	
	#canvasHolder, #penToolBtn{
		display: none !important;
	}
  
}