
			body { 
				background-color:black;
				color:#02b902;

			height: 96%;
			width: 95%;
			position: absolute;
			}
			div {
				display: inline;
				color: #02b902;
			}

			div.logo {
				overflow: auto;
				white-space: nowrap;
			}
			#dbg { visibility:hidden; }

			table {
				left: 90px;
				top: 43px;
				z-index: 0;
				position: relative;
				margin-bottom: 366px;
				width:600px;
			}
div#mesg {
    left: 240px;
    position: relative;
    z-index: 0;
    top: -308px;
}
			img.screen {
				width: 800px;
				height: auto;
				background: none;
				position: absolute;
				pointer-events: none;
				display: block;
				z-index: 1;
			}
			img {
				transform: translateZ(0px);
				border-style: none;
				background: #02b902;
				width: 8px;
				height: 22px;
			}
			.batt {
				width: 24px!important;
			}



			div#sttus {
				left: 140px;
				position: relative;
				display: inline-block;
				top: 153px;
				z-index: 0;
			}
			img.beelogo, img.microbeelogo {
				width: unset;
				height: unset;
				display: inline;
			}

			table a:hover {
				background: rgba(0, 0, 0, 0)!important;
			}

@media only screen and (max-height: 800px) {
    #showme {
        display: none;
    }
    table{
	margin-bottom: 132px;
    }
}

			/*span.beecontent {
				transform: scale(.5);
				transform-origin: top left;
				position: relative;
				width: fit-content;
				left: 0px;
				z-index: 2;
			}*/


