.forms-details .sortable-item {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 0.8em;
  border: 1px solid #eeeeee;
  background-color: #f4f4f4;
}

.forms-details .sortable-item span {
  position: absolute;
  margin-left: -1.3em;
}

.separator {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.separator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #999999;
  width: 100%;
  transform: translateY(-50%);
}

.separator .text {
  position: relative;
  background-color: #ffffff;
  padding: 0px 10px;
  z-index: 2;
}
