
.forum_icon {
	background: transparent;
	color: #d58831;
	float: left;
	position: relative;
	text-align: center;
	margin-right: 15px;
}

.forum_icon:before {
	color: #e41d1d;
	content: "\f086";
	
	font-size: 14px;
}

.forum_icon.q_reply:before {
	color: #80f110;
	content: "\f040";
}


		

		
		
		