
table, th, td { margin: auto auto 2rem auto;border: 1px solid #838b36;}

.users {
  table-layout: fixed;
  table-height: auto;
  height: auto;
  width: 100%;
  /*white-space: nowrap;*/

}
/* Column widths are based on these cells */
.row-ID {
  width: 50%;

}

.cell.rowspanned {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}

.row-name {
  width: 50%;
  
}


.users td {
 /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0px;  vertical-align: text-top;
}
.users th {
  background: #838b36;
  color: white;
  
}
.users td,
.users th {
  text-align: left;
  padding: 5px 10px;

}
.users tr:nth-child(even) {
  background: #424242;
    color: white;
}

.wrapper {
  overflow: hidden;
}
.eye {
	color: #838b36;
    font-size: x-large;
}
.eye:before {
  content:"";
  display: inline-block;
  position: relative;
  color: #838b36;
  left: 3px;

  /*border: 6px solid transparent;
  border-left-color: #000;*/
}

.eye.active:before {
    color: #838b36 ;
  left: 0;
  top: 0px;
  border-color: #838b36 transparent transparent;
}

.eye:hover {
  cursor: pointer;  color: #000;
  
}

.content {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.content.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.boxtext{

padding: 20px; border: 5px solid #838b36; margin-bottom: 20px;
}

#extract{margin-left: 20px; padding-top: 15px; }

.boxtext li{list-style-type:  disc !important;}

.text-right {
    float: right;
    min-height: 8em;
}

.credit {
    margin-left: 6em;
}