/* Topic Solved Image Indicators */

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

.icon_solved_head {
    height: 36px;
    width: 28px;
}

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

.icon_solved_post {
    height: 20px;
    width: 20px;
}

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

.icon_solved_list {
    height: 13px;
    width: 16px;
}

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