.panel{ /* Styling the widget and the sliding panel at once */  background-color:#F9F9F9; border:2px solid #FFFFFF; height:16px; padding:4px 8px; position:relative; width:230px; cursor:pointer; /* CSS3 rules for rounded corners, box and text shadows: */ -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:0 0 3px #CCCCCC; -webkit-box-shadow:0 0 3px #CCCCCC; box-shadow:0 0 3px #CCCCCC; text-shadow:0 2px 0 white; }

.onlineWidget:hover{
}

.onlineWidget:hover .arrow{
	/* Changing the background image for the green arrow on hover: */
	background-position:bottom center;
}

.count, .VistorsCount{ margin-right: 0px; }

.label{ /* The online label */ float:right; font-size:10px; text-transform:uppercase; margin-right: 25px; line-height: 16px; }
.seperator{ float:right; margin: 0px 2px; line-height: 14px; }
.arrow{
	/* The green arrow on the right */
	
	background:url(img/arrow.png) no-repeat top center;
	position:absolute;
	right:6px;
	
	width:16px;
	height:16px;
}

.panel{ /* The slideout panel */
	position:absolute;
	cursor:default;
	bottom:26px;
	height:auto;
	display:none;
	margin:-2px;
	z-index:1000;
	left: 10px;
}

.preloader{
	/* The rotating gif preloader image */
	display:block;
	margin:10px auto;
}

.geoRow{
	/* The div that contains each country */
	
	height:16px;
	overflow:hidden;
	padding:2px 0;
}

.flag{
	float:left;
	margin:0 4px;
}

.country, .people{
	float:left;
	font-size:10px;
	padding:2px;
	color: #484848 !important;
}

.country{
	width:100px;
	overflow:hidden;
}

.people{
	font-weight:bold;
}

/* The styles below are only necessary for the styling of the demo page: */

.onlineWidget{ position: relative; }

.tutorial-check{
	margin:0 auto;
	display:block;
}

p.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	background-color:#011D2E;
	border-top:1px solid #011d2e;

	width:100%;
}