#main { width: 100%; 
        right: 200px;
        background-color: #fff;
      }

#readout_left { border: 3px solid #000; 
                position: relative;
                padding: 10px;
                background-color: #ddd;
              }

#statustable { padding: 20px; 
               position: relative;
             }

#readout_left table { background-color: #efe; 
                      bottom: 20px;
                      border: 1px solid #73AD21; 
                    }

#readout_left th { background-color: #000; 
                   font-size: 120%;
                   color: #fff;
                 }

#readout_left td { 
                   font-size: 110%;
                   color: #000;
                 }

#readout_left .red { background-color: #ecc; }
#readout_left .green { background-color: #9c9; }
#readout_left .purple { background-color: #ece; }
