
.onlineWidget,.open-panel{
	
	/* Styling the widget and the sliding panel at once */
	
	background:url("../images/onlineuser.png") no-repeat;
	width:100px;
	height:211px;
	position:fixed;
	left: 95%;	
	margin-top: 30% auto;
	top: 30%;
	z-index:200;
	text-shadow:0 2px 0 white;
}

/*.posloucha{
	
	background:url("../images/posloucha.png") no-repeat;
	width:45px;
	height:150px;
	position:fixed;
	left: 96.5%;	
	margin-top: 42% auto;
	top: 42%;
	z-index:50;
}*/

.count{
	/* The total number of people online div */
	
	color:#484848;
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-top:1px;
	text-align:center;
	padding:2px 0px 0px 10px;
}

.label{
	/* The online label */
	
	float:left;
	color:#484848;
	font-size:10px;
	padding:2px 0 0 7px;
	text-transform:uppercase;
}

.arrow{
	/* The green arrow on the right */
	
	background:url(img/arrow.png) no-repeat top center;
	position:absolute;
	right:6px;
	top:4px;
	
	width:21px;
	height:21px;
}

.open-panel{
	/* The slideout panel */
	
	position:absolute;
	cursor:default;
	
	color:#484848;
	bottom:50px;
	left:0;
	height:auto;
	display:none;
	margin:-2px;
	z-index:1000;
}

.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:0px 5px;
}

.country, .people{
	float:left;
	font-size:10px;
	padding:0px;
}

.country{
	width:85px;
	overflow:hidden;
}

.people{
	font-weight:bold;
}

.onlineWidget{
	margin:40px auto 0;
}
