@charset "UTF-8";
/* CSS Document */

/* POWERED BY BLYNK BRANDED FOOTER */
.blynkHeader {
  background: #005C5D;
  padding: 1.5em;
	margin-bottom: 2em;
}

.blynkHeader img {
	height: 3em;
}

/* POWERED BY BLYNK BRANDED FOOTER */
.blynkFooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
  background: #373A36;
  height: 50px;
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
}

table td {
	text-align: left !important;
	vertical-align: middle !important;
}

table th {
	text-align: left !important;
	vertical-align: middle !important;
}

#playerIndicator {
	width: 1em;
	height: 1em;
	background: forestgreen;
	border-radius: 50%;
}

#websocketIndicator {
	width: 1em;
	height: 1em;
	background: forestgreen;
	border-radius: 50%;
}

.inactive {
	background: crimson !important;
}

#systemTitle {
	font-size: 3em;
}