.hide {
	display: none !important;
}

.loft-post-reorder-list-wrapper .loft-post-reorder-list {
	border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.loft-post-reorder-list-wrapper .loft-post-reorder-list li {
	position: relative;
	padding: 12px;
	margin-bottom: 0;
	background: #fff;
	cursor: move;
}

.loft-post-reorder-list-wrapper .loft-post-reorder-list li:nth-child(odd) {
    background-color: #f9f9f9;
}

.loft-post-reorder-list-wrapper .loft-post-reorder-list li:hover,
.loft-post-reorder-list-wrapper .loft-post-reorder-list li:focus {
	z-index: 99997;
	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}