	/* 	header, section {
			display: block;
		}
		body {
			font-family: 'Droid Serif';
		}
		h1, h2 {
			text-align: center;
			font-weight: normal;
		}*/
		#features {
			/* margin: auto; */
			width: 100%;
			font-size: 0.9em; 
		}
		.connected, .sortable, .exclude, .handles {
			/* margin: auto; */
			/* padding: 0; */
			z-index: 300px;
			width: 100%;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		.sortable.grid {
			overflow: hidden;
		}
		 .connected li, .sortable li, .exclude li, .handles li {
			list-style: none;
			/*border: 1px solid #CCC;
			background: #F6F6F6;
			font-family: "Tahoma";
			color: #1C94C4;
			margin: 5px;
			padding: 5px;
			height: 22px;*/
		} 
		.handles span {
			margin-top: 0px;
			margin-bottom: 0px;
			cursor: move;
		} 		
		li.disabled {
			opacity: 0.5;
		}
		.sortable.grid li {
			/* line-height: 80px; */
			/* float: left; */
			width: 100%;
			/* height: 80px; */
			text-align: left;
		}
		li.highlight {
			background: #FEE25F;
		}
	#connected {
			width: 100%;
			overflow: hidden;
			margin: auto;
		} /* 	*/
		.connected {
			/* float: left; */
			width: 100%;
		}
		.connected.no2 {
			/* float: right; */
		}
		li.sortable-placeholder {
			width: 50px;
			border-style: solid;
			border-color: #00ff00;
			/*background: none;*/
		}  



.draggableHover:hover {
    border: 1px solid;
}
.draggableHover:hover span{
    font-size: 19px;
}