.mMove {
  opacity: 0;
  white-space: nowrap;
}

.mWrap.mIni .mMove {
  opacity: 1
}

.mWrap,
.mWrap * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.grab {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing {
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.strTools *,
.strTools *:after,
.strTools *:before {
  box-sizing: border-box !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.mWrap img {
  max-width: none !important;
}

.mWrap {
  width: 100%;
  font-size: 24px;
  line-height: 60px;
  background: none;
  text-transform: uppercase;
  text-align: left;
}

.str_move {
  cursor: move;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}