#ajax_form input[type="text"] {
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center right 10px;
}

.sex-dictionary-abc {
	font-family: "Montserrat Light";
}

.sex-dictionary-abc input[type="radio"] {
	visibility: hidden;
}

.sex-dictionary-abc label {
	cursor: pointer;
	font-size: 20px;
}

.sex-dictionary-abc input:checked+label {
	color: #ed8245;
}

.sex-dictionary-abc label:hover {
	color: #ed8245;
}