.offline {
	color: red;
	background: transparent;
}
.online {
	color: green;
	background: transparent;
}

