.jq-jesse {
	margin: 0;
	padding: 0;
	position: relative;
}
.jq-jesse:after{
	content: "";
	display: block;
	clear: both;
}
.jq-jesse__item {
	list-style: none;
	width: 100px;
	height: 100px;
	background: #1ABC9C;
	float: left;
	margin: 0 20px 20px 0;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.jq-jesse__item._isDragged{
	cursor: move;
	position: absolute;
}

.jq-jesse__placeholder{
	width: 100px;
	height: 100px;
	list-style: none;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px dotted #ccc;
	background: #fff;
	margin: 0 20px 20px 0;
}