body {color:black; background:#f6f6f6;}

#layout {
  margin:0 10%;
  border-left:1px solid silver;
  border-right:1px solid silver;
  color:black;
  background:white;
}
#inner {padding:2px 8px; text-align:center;}
input#left, input#clock {width:40px; color:#009; font-size:13px; font-weight:bold;}
.spacing {margin:0 40px;}

/* These are in script */
input.press {margin:2px; width:42px; height:42px; padding:0; color:#c00; font-size:21px;}
input.guess {width:30px; height:30px; padding:0; color:black; font-size:16px; font-weight:bold;}

