.apiCreateUser {
  background-color: #68dff0;
  float:right;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-top: -0.4em;
  margin-left: 82.3em;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.apiCreateUser:before {
   content: '+';
   color: #333;
   position: absolute;
   text-align: center;
   margin: 11px;
   margin-top: 6px;
   font-size: 1.5em;
   font-weight: 400;
}
.apiEditUser {
  background-color: #68dff0;
  float:right;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-top: -0.4em;
  margin-left: 0.7em;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.apiEditUser:before {
   color: #333;
   position: absolute;
   text-align: center;
   margin: 11px;
   margin-top: 6px;
   font-size: 1.5em;
   font-weight: 400;
}