div.show-online-user-count-total {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px #C0C0C0 solid;
	margin-bottom: 10px;
	height: 20px;
	background-image: url(images/users-icon.png);
	background-repeat: no-repeat;
    background-position: right;
	padding: 10px 10px 10px 10px;
}

.show-online-user-count-data {
	font-weight: bold;
	color: #e74c3c;
}
.show-online-user-count-info {
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
}
div.show-online-user-list {
background-color: #F1F1F1;
padding: 5px 15px 8px 15px;
}
.show-online-user-list_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 3px;
}
.show-online-user-count-widget {
padding: 0 0 10px 0;
margin-bottom: 10px;
margin-top: 10px;
background: white;
border-radius: 5px;
-webkit-border-radius: 5px;
}
