@charset "utf-8";
/* CSS Document */
#OnlineStream {
	position: absolute;
	width: 300px;/*calc(100% - 10em);*/
	bottom:0;
	left: 0px;
	opacity: 0.8;
}
.meter {
	position: fixed;
	right: 30px;
	top: 76px;
	width: 220px; /*200px;*/
	height: 40px;
	border-left: 4px solid rgba(0, 128,128, 0.9);/*#999999;*/
	border-right: 4px solid rgba(0, 128,128, 0.9);/*#999999;*/
	border-bottom: 1px solid rgba(0, 128,128, 0.8);/*#999999;*/
	border-top: 1px solid rgba(0, 128,128, 0.8);/*#999999;*/
	overflow: hidden;
	/*border: 1px solid red;*/
}
.canvas {
   /*width: 100%; /*180px;*/
   /*height: 40px;*/
   position: relative; /*absolute;*/
   overflow: hidden;
   opacity: 0.8;
   background-color: #009900;/*#0057e3;*/
}
.Text {
	padding-top: 5px;
	text-align: center;
	font-style:italic;
	font-size: 1em;
	colour: black;
	background-color: #009900;
}
