#scheduler {
	position: absolute;
	left: 210px;
	bottom: 20px;
	opacity: 0.8;
	width: 200px;
	white-space:nowrap;
	}
#scheduler .status {
	font-size: 10px;
	color: white;
	}
#scheduler .status span {
	display: inline-block;
	opacity: 1;
	width: 10px;
	height: 20px;
	border: 1px solid rgba(255,255,255,1);
	margin-right: 2px;
}
#scheduler .status-white {
	background-color: rgba(255,255,255,0.1);
	}
#scheduler .status-green {
	background-color: rgba(255,255,255,0.1);
	}
#scheduler .status-red {
	background-color: rgba(255,255,255,1);
	}
#scheduler .status-yellow {
	background-color: rgba(255,255,255,0.5);
	}