
body, td, div, button, input
{
  font-family: Consolas;
  font-size: 10pt;
}

div.label, div.value
{
  font-family: Consolas;
  font-size: 18pt;
  color: green;
  padding: 3px;
  padding-right: 5px;
  display: inline-block;
  white-space: nowrap;
}

div.value
{
  color: black;
  display: inline-block;
  padding-bottom: 16px;
}

div.space
{
  display: block;
}

#main
{
  text-align: center;
  position: relative;
}

#clock
{
  font-size: 32px;
}

#NextBlinds
{
  font-size: 18px;
}

#timeout
{
  display: none;
}

#lastupdated, #label_lastupdated
{
  font-size: 10pt;
}