/**
 * CSS stylesheet for OnlineStatus extension
 */

.online-status-js {
	overflow: auto; 
	overflow-x: hidden; 
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white; 
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
	z-index: 99;
	font-size: 120%;
}
