#lvl-content {
	width: 450px;
	color: white;
	height: 250px;
	background-color: rgb(41,41,41);
	padding: 5px;
	margin: -11px 0 0 450px;
	position: absolute;
	z-index: 999;
	border-bottom: 2px solid rgb(251,107,12);
	border-left: 2px solid rgb(251,107,12);
	border-right: 2px solid rgb(251,107,12);
	display: none;
}

.lvl-circle {
		width: 150px;
		height: 245px;
		float: left;
}

.lvl-info {
		width: 270px;
		height: 245px;
		float: right;
		text-align: left;
		padding: 5px 10px 0 10px;
		border-left: 2px solid rgb(47,47,47);
}

#circle {
	width: 150px;
	height: 150px;
	z-index: 2;
	position: absolute;
	margin: 95px 0 0 0;
}

#circle-shadow {
	width: 150px;
	height: 150px;
	margin-top: 95px;
	z-index: 1;
	position: absolute;
}

#circle-procent {
	width: 150px;
	margin-top: 160px;
	text-align: center;
}

.lvl-header {
		position: absolute;
		width: 150px;
		text-align: center;
}

.lvl-now {
	width: 150px;
	color: rgb(251,107,12);
	position: absolute;
	margin-top: 22px;
	text-align: center;
	
	font-size: 25px;
	font-weight: bold;
}

.lvl-progress {
		position: absolute;
		width: 150px;
		margin-top: 95px;
		text-align: center;
}

.lvl-info-header {
		color: rgb(251,107,12);
}

.lvl-bar {
	width: 270px;
	height: 15px;
	background-color: rgb(30,30,30);
	border: 1px solid rgb(18,18,18);
	margin-top: 3px;
	overflow: hidden;
}

.lvl-bar div {
		height: 15px;
		background-color: rgb(251,107,12);
}

.lvl-quets {
	text-align: center;
margin-top: 110px;
}

.lvl-quets span {

}

