/* leaders.css */

.b3p-online {
	width: 16px;
	height: 16px;
	background-image: url("./images/online.png");
	background-repeat: no-repeat;
	background-size: 13px;
	margin-right: 2px;
	float: right;
}

.b3p-offline {
	width: 16px;
	height: 16px;
	background-image: url("./images/offline.png");
	background-repeat: no-repeat;
	background-size: 13px;
	margin-right: 2px;
	float: right;
}

.username{
	margin-top: 4px;
}