



/* ------------- 
content start - username_fix
------------- */

<style>
#users #w7-container .table th:first-child,
#users #w7-container .table td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
}

#users #w7-container .table th:nth-child(2),
#users #w7-container .table td:nth-child(2) {
  position: sticky;
  left: 77px;
  background-color: white;
  z-index: 1;  
  box-shadow: inset -1px 0 1px -1px black;
  transform-origin: top left;
  transform: scale(99%);
}
</style>

/* ------------- 
content finish - username_fix
------------- */
