.hp-user-online{
	color: #81d742 !important;
	border-color: #81d742 !important;
	font-weight: normal !important;
	padding: 0 4px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	display: inline-block;
	line-height: 18px;
	font-size: smaller !important;
}
.hp-user-offline{
	color: #c5c5c5 !important;
	border-color: #c5c5c5 !important;
	font-weight: normal !important;
	padding: 0 4px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	display: inline-block;
	line-height: 18px;
	font-size: smaller !important;
}