.ief-entity-table .ief-row-form .ief-form {
  background-color: white;
  box-shadow: 0 0 1000px 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 1;
  position: relative;
}
.ief-entity-table tr.odd .form-item, .ief-entity-table tr.even .form-item {
  margin-top: 20px;
}
.ief-entity-table .ief-entity-submit {
  margin-top: 10px;
}