#listWidgets {
	float: left;
	width: 46%;
	background: #eee;
	padding: 1.5em 1% 0; 
	margin: 0 1% 0 0;
}
#widgets > div {
	border: 1px solid #ccc;
	margin-bottom: .5em;
	background: #fff;
	min-height: 3em;
	padding: 0 0 4px 0;
}
#widgets .widget-name, #widgets .js-remove {
	background: #fff;
	margin-bottom: 0;
	padding: 4px 8px; 
}
#widgets .widget-name {
	min-height: 3em;
	padding-bottom: 0;
}
#listWidgets h3 {
	color: #333;
}

#sidebarsWidgets {
	float: left;
	width: 47%;
	margin: 0 0 0 1%;
	padding: 0 1%;
}
#sidebarsControl {
	clear: left;
}
.widgets.fieldset {
	margin-bottom: 2em;
}
#widgets, #dndnav, #dndextra, #dndcustom {
	padding: 1em 0;
}
#dndnav > div, #dndextra > div, #dndcustom > div {
	padding: O;
	border: 1px solid #999;
	margin-bottom: 1em;
}

.widget-name {
	background: #eef;
	color: #000;
	padding: 4px 6px;
	margin: 0;
	font-weight: bold;
}
.widget-name span {
	display: block;
	font-style: normal;
	font-size: 1.1rem;
}
.widget-name img {
	cursor: pointer;
	margin-bottom: -1px;
}
.removeWidget {
	padding: 8px 6px;
	margin: 0;
}

.widgetSettings {
	border-top: 1px solid #ddd;
	padding: 8px 6px;
	background: #f5f5f5;
}
#widgets .widgetSettings {
	display: none;
}
.hideControls .widgetSettings {
	display: none;
}
.hideControl {
	display: none;
}

#widgets-tpl dt {
	margin: 1em 0 0 0;
}
#widgets-tpl dd {
	margin: 0.2em 0 1em 0;
}