body {
  font-family: sans-serif;
}

a {
  color: blue;
  text-decoration: none;
}

#left {
  width: 400px;
  float: left;
}

#right {
  width: 320px;
  float: left;
}

#bottom {
  clear: left;
}

#status {
  width: 210px;
  height: 30px;
  display: inline-block;
  position: static;
  padding: 0;
}

#clock, #points {
  width: 60px;
  height: 30px;
  display: inline-block;
  position: static;
}

.score {
  border: 3px solid black;
  border-radius: 7px;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  font-weight: bolder;
  font-size: larger;
}

.boxbox {
  width: 372px;
}

.gamebox div {
  text-align: center;
  vertical-align: middle;
  font-weight: bolder;
  font-size: larger;
  line-height: 50px;
}

.found {
  text-align: left;
  line-height: 25px;
}

.box {
  width: 50px;
  height: 50px;
  padding: 4px;
  border-radius: 50%;
  display: inline-block;
  position: static;
}

#leftbox {
  background-color: white;
  border 3px solid white;
  border-radius: 7px;
  padding: 4px;
}

#rightbox {
  background-color: lightgreen;
  border: 3px solid lightgreen;
  border-radius: 9px;
  padding: 7px;
  display: inline-block;
  position: static;
}

#threes, #fours, #fives, #sixes {
  width: 50%;
  float: left;
}

.target {
  border: 3px solid black;
  margin: 5px 0;
  padding: 1px;
}

.letter { 
  background-color: lightgreen;
  border-radius: 50%;
  box-shadow: inset -5px -5px 8px rgba(0,0,0,.4);
  background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
  background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
}

.action {
  background-color: lightgreen;
  border: 3px solid black;
  border-radius: 7px;
  padding: 0 5px;
  margin: 5px 0;
  box-shadow: inset -3px -3px 6px rgba(0,0,0,.4);
  width: 72px;
  height: 50px;
  display: inline-block;
  position: static;
}

.inactive {
  background-color: green;
}

.empty {
  visibility: hidden;
}

.pressed {
  box-shadow: inset 3px 3px 6px rgba(0,0,0,.4);
}

.title {
  font-weight: bolder;
  padding: 9px 0 5px 0;
}
