.profile-medals strong { display: none; }
/* Icon images */
.approve-icon, 
.approve-icon a {
	background: url("./images/icon_post_approve.gif") top left no-repeat;
}

ul.approve-icons, 
li.approve-icon { 
	width: 20px;
	height: 20px; 
}

.icon-medal a {
    position: relative;
}

.icon-medal a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-color: black; 
    mask-image: url("./images/awards.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    transform: translateY(-50%);
}


.reason {
	font-size: 1.2em;
}

fieldset.fields3 dt {
	width: 45em;
	border-right-width: 0;
}
