#customize-outer-theme-controls .accordion-section-content, 
#customize-theme-controls .accordion-section-content {
	color: #555d66;
	background: #fff;
}

#customize-controls .control-section-example-1 .accordion-section-title:hover,
#customize-controls .control-section-example-1 .accordion-section-title:focus {
	background-color: #fff;
}

.accordion-section-title .button {
	margin-top:  -4px;
	font-weight: 400;
	margin-left: 8px;
}

.rtl .accordion-section-title .button {
	margin-left:  0;
	margin-right: 8px;
}

.accordion-section-title .button.btn-upgrade {
	background-color: #FF0000;
	color: #fff;
}