.dnd-region {
   min-height: 32px;
   height: auto !important;
   height: 32px;
}

.dnd-handle {
   cursor: move;
   min-height: 21px;
   position: absolute;
   top: 10px;
   width: 70%;
   z-index: 1;
   height: auto !important;
   height: 21px;
}

.dyna-decoration {
   position: relative;
}

.dnd-droppable {
   border: green 1px dashed;
   background-color: Transparent;
}