﻿
/* preferred font */



body {
    margin: 0px;
    padding:0px;
    font: 20px consolas, arial, verdana;
    color: blue;
	background-color: #000000;
    overflow: hidden;
    font-size:13px;
    text-align:center;
    text-align:center;
	}
    canvas {
    width: 100%;
    height: 100%
}

input, textarea {
    font: 20px consolas, arial, verdana;
    color: black;
}


/* cellpadding */
th, td {padding: 5px;}

.error {color: #FF0000;}

#result {color:green;}

.P {width:150px; height:150px;} /* images in h refs */

#info {
    position: absolute;
    /* top: 15px;  */
    width: 100%; left: 0%;
    color: #ffffff;
    padding: 5px;
    font-family: consolas;
    font-size: 13px;
    text-align: center;
    /*background-color: aqua;*/
}
#infoB {
    position: absolute;
    width: 60%; left: 20%;
    /*color: #000000;*/
    /* padding: 5px; */
    font-family: consolas;
    font-size: 14px;
    text-align: left;
    /* background-color: aqua; */
}

#picture {
    position: absolute;
    /* top: 15px;  */
    width: 15%; left: 85%; 
    padding: 5px;
    text-align: left;
    background-color: white;
}

#status {
    color: black;
    position: absolute;
    width: 25%; left: 75%; 
    height: 30%; top:70%;
    padding: 5px;
    text-align: left;
    background-color: white;
}
#statusBalls {
    color: black;
    position: absolute;
    width: 20%; left: 80%; 
    height: 15%; top:85%;
    padding: 5px;
    text-align: left;
    background-color: white;
}

.black {
    color:#000000;
}

a {
    color:#ffffff;
}

#footer { position: absolute; bottom: 10px; width: 100%; }

.h { color: #fb0 }
.c { display: inline; margin-left: 1em }

.garden {
    position: absolute;
    left:100px; top:100px;
    width : 200px;
    height: 200px;
    border: 5px solid #CCC;
    border-radius: 10px;
  }
  
  .ball {
    position: relative;
    top   : 90px;
    left  : 90px;
    width : 20px;
    height: 20px;
    background: green;
    border-radius: 100%;
  }

  #output{
      font-family: consolas, arial, verdana;
      font-size:40px;
      color: white ;
  }