table {
    display: block;
    width: 50em;
    max-width: 100%;
    position: relative;
}

/* activate the scrollbar on the table */
#fixed-headers {
  border-collapse: collapse;
  height: 800px; 
  display: block; 
  overflow: auto; 
}
/* force the cells to be at the same size*/
#fixed-headers td {
   /* z-index: 10;
  padding: 0 4em !important; 
  border: 1px solid #eee  !important;
  */
}
#fixed-headers thead {
  /*transform: translateZ(0);*/
}
#fixed-headers thead td {
 z-index: 10;
 background: #ffffff;
   /*    text-align: center;
    */
}
#fixed-headers tbody td {
   /* min-width: 300px !important;*/
    z-index: 10;
    /*
    text-align: right;
    transform: translateZ(0);
    background: #ddd;
     */   
}

tbody tr > :first-child {
    position: sticky;
    z-index: -10;
    left: 0;
   /* border: 1px solid #ffffff  !important;*/
   
    /*background-color: rgba(153, 153, 153, 0.15);*/
    background: #ffffff;
    
}

a.text-edit.small{
    color: red !important;
}
