i.bronze-medal {
	font-weight: bold;
	color: #965A38;
}

i.silver-medal {
	font-weight: bold;
	color: #A8A8A8;
}

i.gold-medal {
	font-weight: bold;
	color: #D9A441;
}

i.diamond-medal {
	font-weight: bold;
	color: #9AC5DB;
}

div.clear {
	display: block;
	height: 20px;
	width: 100%;
}

.fa.form-control-feedback {
	font-size: 16px;
	top: 9px;
}

.has-feedback label ~ .form-control-feedback {
	top: 32px;
}