.apw-widget-form { margin-bottom: 15px; }

.apw-section { margin: 5px 0; }

.apw-section-top { 
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #ddd;
	cursor: pointer;
	}	
	
.apw-section-top.apw-active,
.apw-section-top:hover {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #ccc;
}

.apw-section-top.apw-active {
	background: rgba(0, 0, 0, 0.1);
}

.apw-top-action {
	float: right;
	position: relative;
}

.apw-action-indicator {
	box-shadow: none;
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

a.apw-action-indicator:focus,
a.apw-action-indicator:focus::after {
	border: 0 none;
	box-shadow: 0 0 0 0 !important;
}

a.apw-action-indicator:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 0 none;
	background: none;
	content: "\f140";
	display: block;
	font: normal 20px/1 dashicons;
	margin-top: 10px;
	margin-right: 10px;
	padding: 1px 2px 1px 0px;
	position: relative;
	right: 0;	
	speak: none;
	text-align: center;
	text-decoration: none !important;
	text-indent: 0;
}

.apw-section-top.apw-active a.apw-action-indicator:after {
	content: "\f142";
}

.apw-section-heading {
	font-size: 1em;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 15px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.apw-fieldset {
	background-color: #fafafa;
	border-width: 0 1px 1px 1px;
	border-color: #e5e5e5;
	border-style: solid;
	padding: 0 10px 10px;
}

.apw-preview-container {
	max-width: 378px;
	overflow: hidden;
	width: 100%;
	display: block;
	margin: 1em 0 13px;
	overflow-x: auto;
	overflow-y: hidden !important;
	width: 100%;				
}

#customize-controls .apw-preview-container { max-width: 210px; }

.apw-avatar-preview {
	background-color: #eee;
	border: 1px solid #ddd;
	display: block;
	padding: 5px;
	text-align: center;
}
.apw-avatar-preview .dashicons {
	color: #ccc; 
	font-size: inherit; 
	height: 100%; 
	width: 100%; 
	}
	
.apw-excerpt-preview {
	background-color: #fafafa;
	display: block;
	font-style: italic;
	padding: 6px;
}

.apw-excerpt { opacity: 0.8; }

.apw-thumbsize { display: inline-block; min-width: 50px;}

.apw-preview-l { display: block; margin-top: 1em; }

.apw-description { margin-bottom: 1em !important; padding-bottom: 0 !important; }

.apw-radio-block {
    display: block !important;
    margin: 3px 0;
    padding: 2px;
}

.apw-date-time-text {
    display: inline-block;
    margin-right: 10px;
    min-width: 80px;
}

.apw-fieldset label {
    display: inline-block;
    margin-bottom: 1px;
    padding: 1px 0;
}