#customize-controls .control-section-myself .accordion-section-title:hover,
#customize-controls .control-section-myself .accordion-section-title:focus {
	background-color: #0bb3e4;
	color: #fff;
}

.control-section-myself .accordion-section-title .button {
	margin-top:  -4px;
	font-weight: 400;
	margin-left: 8px;
	background-color: #ffbb44;
	border-color: #ffbb44;
	color: #fff;
}

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

li#accordion-section-myself h3.accordion-section-title {
    background-color: #0bb3e4;
    color: #fff;
}
