#customize-controls .control-section-eyepress .accordion-section-title:hover,
#customize-controls .control-section-eyepress .accordion-section-title:focus {
	background-color: #fff;
}
li#accordion-section-eyepress h3 {
    background: #14ab22 !important;
    color: #fff !important;
}
.control-section-eyepress .accordion-section-title .button {
    margin-top: -4px;
    font-weight: 400;
    margin-left: 0px;
    background: red;
    color: #fff;
}

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