#phpbb_announcement {
	color: #2e5514;
	font-family: "Lobster", Helvetica, sans-serif;
}	

.zvan .profile-rank {
	font-weight: bold;
	color: #151719;
} 

.has-profile .postprofile .username-coloured, .has-profile .postprofile .username {
	position:relative;
}
 
.has-profile .postprofile .username-coloured::before, .has-profile .postprofile .username::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	bottom: 2px;
	right: -15px;
	font-size: 20px;
	border-radius: 10px;
}
 
.has-profile .postprofile .username-coloured::before, .has-profile .postprofile .username::before{
	background-color: #ff0000;
}
 
.online .postprofile .username-coloured::before, .online .postprofile .username::before {
	background-color: #3DBE00;
}