 .fullTable {
  width: 100%;
 }
 
 .fullTable select {
    width: 488px;
  }
  
 .fullTable input[type=text], .fullTable textarea {
    width: 480px;
  }
  
.fullTable .first {
    width: 130px;
  }
  
.inactiveUser {
  color: lightgray;
}

.inactiveUser:after {
  color: lightgray;
  content:" (inactive user)";
}  