/* Topic Solved Image Indicators */

.imageset {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    width: 20px;
}

.icon_solved_head:before {
    content: "\f00c";
	font-family: FontAwesome;
	color: #71d398;
}

.icon_solved_post:before {
    content: "\f00c";
	font-family: FontAwesome;
	color: #71d398;
}

.icon_solved_list:before {
    content: "\f00c";
	font-family: FontAwesome;
	color: #71d398;
}
