div
        {
            /*border: 2px dashed gray; */
        }
        span
        {
        }
        div.leftreadouts
        {
            position: absolute;
            top: 30px;
            width: 221px;
        }
        div.rightreadouts
        {
            position: absolute;
            top: 5px;
            left: 580px;
            width: 220px;
        }
        div.speedreadouts
        {
            position: absolute;
            top: 296px;
            left: 220px;
            width: 190px;
        }
        div.directionreadouts
        {
            position: absolute;
            top: 296px;
            left: 405px;
            width: 175px;
        }
        div.largereadout
        {
            border: 2px solid teal;
            color: Yellow;
            height: 80px;
            background-color: navy;
            font-family: Arial;
            font-size: 24pt;
            margin: 5px;
        }
        .label
        {
            font: 20px Arial, Helvetica, san-serif;
            color: aqua;
            padding-left: 4px;
            padding-top: 1px;
            text-decoration: none;
            font-weight: bold;
        }
        .largevalue
        {
            font: 36px Arial, Helvetica, sans-serif;
            color: Yellow;
            text-decoration: none;
            font-weight: Normal;
            padding-left: 15px;
            text-align: left;
        }
        .unit1
        {
            position: relative; /*float: right; */
            padding-right: 10px;
            padding-left: 4px;
            padding-top: 15px;
            font: 18px Arial, Helvetica, san-serif;
            color: Yellow;
            text-decoration: none;
            font-weight: normal;
            text-align: right;
        }
        .unit2
        {
            position: relative;
            padding-right: 10px;
            padding-left: 4px;
            padding-top: 15px;
            font: 14px Arial, Helvetica, san-serif;
            color: Yellow;
            text-decoration: none;
            font-weight: normal;
            text-align: right;
        }
	.timestamp
        {
            position: relative;
            padding-left: 10px;
	    padding-top: 10px;
            font: 16px Arial, Helvetica, san-serif;
            color: Yellow;
            text-decoration: none;
            font-weight: normal;
        }
        div.readout2
        {
            border: 2px solid teal;
            color: Yellow;
            height: 70px;
            background-color: navy;
            font-family: Arial;
            font-size: 24pt;
            margin: 3px;
        }
        .label2
        {
            font: 18px Arial, Helvetica, san-serif;
            color: aqua;
            padding-left: 4px;
            text-decoration: none;
            font-weight: bold;
        }
        .value2
        {
            font: 24px Arial, Helvetica, sans-serif;
            color: Yellow;
            text-decoration: none;
            font-weight: Normal;
            padding-left: 18px;
            text-align: left;
        }
       
        div.windrose
        {
            position: absolute;
            top: 5px;
            left: 245px;
            height: 289px;
            width: 305px;
        }
        div.valunit
        {
            /*border: 2px dashed gray; */
            margin-right: 1px;
            margin-left: auto;
            text-align: right;
        }
        div.rightvalunit
        {
	/*border: 2px dashed gray; */
            position: absolute;
	right: 1px;
	text-align: right;
	width: 90px;
        }
        div.leftvalunit
        {
	/*border: 2px dashed gray; */
            position: absolute;
	left: 1px;
	text-align: left;
	width: 134px;
        }
        div.tworeadoutcontainer
        {
            text-align: left;
        }
        div.buttonpanel
        {
            position: absolute;
            bottom: 0px;
            height: 70px;
            border: 2px dashed gray;
            margin-right: 1px;
            margin-left: auto;
            text-align: right;
            color: Silver;
        }
        div.menupopuppanel
        {
            position: absolute;
            bottom: 80px;
            visibility: hidden;
            width: 80px;
        }
