.gender-badge {
	display: inline-block;
	margin-top: 3px;
	padding: 1px 6px;
	border-radius: 9px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.gender-badge-m {
	background: #1f4f76;
	color: #d9f0ff;
}

.gender-badge-f {
	background: #6d2d53;
	color: #ffdff2;
}

.gender-badge-x {
	background: #3c4b3f;
	color: #dce6dd;
}
