/* Online image */
.online {background-image: url("./fawkes.png");
	z-index: 1000;
	background-repeat: no-repeat;
}
.online2 {
	background-image: url("./icon_user_online.png");
	z-index: 1;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
	width: 58px;
	height: 58px;
}