.page-count .navigation span a.prev-post,
.page-count .navigation span a.next-post {
	display: none;
}

.sortable-chosen.sortable-helper {
	border: 2px grey dashed;
}

.sortable-chosen.sortable-helper > * {
	opacity: 0;
}

.sortable-chosen.sortable-drag {
	background-color: lightgrey;
}



.blog .page-count .navigation span a.next-post, .blog .page-count .navigation span a.prev-post {
  display: inline-block;
  font-size: 0;
}

.blog .page-count .navigation span a.next-post:before, .blog .page-count .navigation span a.prev-post:before {
  font-size: initial;
}

.blog .navigation .next-post:before, .blog .navigation .prev-post:before {
top: -5px;
}