.groupWrapper
{
	width: 49%;
	float: left;
	margin-right: 5px;;
	min-height: 200px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 5px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #DAFF9F;
	border: 1px solid black;
	color: #000;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a
{
	/*position: absolute;*/
	/*right: 10px;*/
	top: 0px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.sortHelper
{
	border: 2px dashed #666;
	width: auto !important;
}

.sortHelper:after {
	content: "Postavite blok ovde ...";
}