	.latestpost {
		padding: 2px 10px;
	}
	.lp_button{
		float:right;
		border-radius: 3px;
		padding: 3px 6px;
		background: #007088;
		color: #fff;
		border: 1px solid #0d6477;
		cursor:pointer;
	}
	.thread_marked::before
	{
		content: 'Important';
	}
	.thread_marked
	{
		padding: 2px 4px;
		background: #007088;
		color: #fff;
		border-radius: 3px;
		font-size: 11px;
		font-weight: bold;
	}
	.latest-post-avatar
	{
		border-radius: 5px;
		height: 35px;
		width: 35px;
		float: left;
		margin-right: 6px;
	}
	.latest-post-uname
	{
		font-size: 12px;
	}
	.latest-replies
	{
		border-radius: 4px;
		background: #1a1919;
		float: right;
		padding: 4px 8px;
	}
		
		
		
		
		
		