.meStar {
	position: absolute;
	z-index: 2;
}

.meStar .center {
	position: relative;
	left: -50px;
	top: -50px;

}
.meStar .svgContainer {
	position: absolute;
}
.meStar .halo {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #E8DA4B;
	opacity: 0.3;
}

.meStar .ring {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #E8DA4B;
}

.meStar .emoticon {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 90px;
	height: 90px;
	background-size: 90px;
	border-radius: 50%;
	background-color: #fff045;
}

