
.server-status {
	min-width: 15px;
	max-width: 15px;
	min-height: 15px;
	max-height: 15px;
	border: 1px solid #444;
	display: inline;	
}

.active-server {
	background-color: #4c4;	
}

.slow-server {
	background-color: #cc4;	
}

.offline-server {
	background-color: #c44;	
}

.web-server-status-item {
	font-size: 8pt;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	float: right;
}
