body div[data-container="snc-items"] {
  background-color: #f9f9fa;
  border-radius: 3px;
  border: 1px dashed #e1e1e1;
  width: 100%;
  min-height: 200px;
  margin: 5px;
}
body div[data-container="snc-items"] div[data-rule="snc-item"] {
  margin: 5px;
  width: calc(100% - 10px);
  min-height: 100px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  padding-top: 25px;
  height: auto;
}
body div[data-container="snc-items"] div[data-rule="snc-item"]:after {
  clear: both;
  display: table;
  content: " ";
}
body div[data-container="snc-items"] div[data-rule="snc-item"] button {
  top: 0;
  right: 0;
  position: absolute;
}
body div[data-container="snc-items"] div[data-rule="snc-item"] .form-control {
  width: calc(100% - 5px);
}
body div[data-container="snc-items"] div[data-rule="snc-item"] .control-label {
  text-align: left !important;
}
