//
// Header sections
//
.convert-control-section-header {
	background: #fff;
	padding: 10px 12px;
	margin: 0 -15px 0;
	border-radius: 3px;
	border-left: solid 3px #0073aa;
	box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}

.convert-control-section-header-label  {
	margin: 0;
}

.convert-control-section-header-description {
	margin: 5px 0 0;
}
