#onscreenboard{
  width:600px; height: 200px;
  background-color: #9dd2ea;
	margin: 0px auto;
  border-radius: 9px;
  padding: 30px;
  color: #eee;
  display: none;
  position: absolute;
  left: 104%;
  top: 24%;
  cursor: default;
}
#keyletter{
    width:40px;
    font-size:40px;
    cursor:pointer;
    padding-left: 8px;
  line-height: 29px;
  border-radius:2px;
  margin-bottom:5px;
  text-align:center;


}

#backspace{
    width:60px;
    font-size: 30px;
    cursor: pointer;
     border-radius:2px;
     height: auto;
    line-height: 29px;
}


#keyspace{
    width:363px;
    font-size: 25px;
    cursor: pointer;
     border-radius:2px;
}
