.nme_location_table tbody .dragging, .nme_location_table tbody .dragging * {
  cursor: move !important;
}

.nme_location_table tbody .dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.nme_location_table tbody tr.placeholder {
  position: relative;
  /** More li styles **/
}
.nme_location_table tbody tr.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
.icon-move {
    background-image: url("../images/ver-move.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
    cursor: pointer;
}