#customize-controls .control-section-code-manas .accordion-section-title:hover,
#customize-controls .control-section-code-manas .accordion-section-title:focus {
	background-color: #fff;
}

.control-section-code-manas .accordion-section-title .button {
	margin-top:  -4px;
	font-weight: 400;
	margin-left: 8px;
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
    color: #fff;
}

.rtl .control-section-code-manas .accordion-section-title .button {
	margin-left:  0;
	margin-right: 8px;
}

.control-section-code-manas .accordion-section-title .button:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}