input {
  -webkit-appearance: none;
}
#layout {
  display: inline-block;
  background: #eee;
  transform-origin: top center;
  position: relative;
  font-size: 14px;
  width: 195px;
  padding: 5px 5px 10px 5px;
  text-align: center;
}
#menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#count, #btnStart, #btnHamburger {
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 5px 5px 0 5px;
}
#btnHamburger {
  float: left;
}
#count {
  background: #666666;
  border: solid #333333 1px;
  color: white;
}
#avatar {
  font-size: 90px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
#message {
  height: 30px;
  text-align: center;
}
#guess {
  background: white;
  border: solid 1px black;
  border-radius: 5px;
  margin-bottom: 5px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
#numPad {
  float: left;
}
.numButton {
  float: left;
  text-align: center;
  border: solid 1px #f9f9f9;
  background: #ffffff;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  margin: 5px 0 0 5px;
}
.clearl {
  clear: left;
  margin-left: 0;
}
