.swListReorderer div.mark_inverter {
  width:  22px;
  height: 22px;
  cursor: pointer;
}
.swListReorderer div.mark_inverter::before {
  display: block;
	position: absolute;
	width: 22px;
	line-height: 22px;
	font-family: Siteswift;
	text-align: center;
	font-size: 19px;
  font-weight: normal;
  content: "\e913"; /* ion-arrow-move */
  color: #000000;
  opacity: 0.9;
}

.swListReorderer .select_handle,
.swListReorderer .drag_handle {
  cursor: pointer;
}
.swListReorderer .select_handle div,
.swListReorderer .drag_handle div {
  width:  22px;
  height: 22px;
}
.swListReorderer .select_handle div::before,
.swListReorderer .drag_handle div::before {
  display: block;
	position: absolute;
	width: 22px;
	line-height: 22px;
	font-family: Siteswift;
	text-align: center;
	font-size: 19px;
  font-weight: normal;
  content: "\e913"; /* ion-arrow-move */
  color: #000000;
  opacity: 0.9;
}

.swListReorderer .select_handle.disabled div,
.swListReorderer .drag_handle.disabled div {
  background-image: none;
}
