* {
  margin: 0;
  padding: 0;
}
div {
  display: inline-block;
}
#Container {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#Keypad {
  width: 500px;
  height: 361px;
  overflow: hidden;
}
#Behind {
  background-color: rgb(186,186,186);
  width: 500px;
  height: 361px;
}
#Speaker {
  width: 170px;
  height: 170px;
}
#F1 {
  width: 80px;
  height: 40px;
}
#K1, #K2 {
  width: 60px;
  height: 40px;
}
#K3 {
  width: 130px;
  height: 40px;
}
#Image {
  position: relative;
  top: -361px;
}
#Buttons {
  width: 244px;
  height: 144px;
  position: relative;
  top: -550px;
  left: 187px;
  z-index: 100;
}
.a {
  width: 15px;
  height: 29px;
}
.b {
  width: 49px;
  height: 29px;
}
#Screen {
  width: 256px;
  height: 60px;
  background-color: rgb(139, 188, 62);
  position: relative;
  top: -819px;
  left: 180px;
}
#Chars {
  display: none;
}
#Log, #Inspect, #Scripts {
  background-color: white;
  width: 100%;
  height: 100%;  
  display: none;
}
#Menu {
  position: fixed;
  left: 10px;
  top: 10px;
  height: 100%;
}
#TMenu {
  width: 680px;
  color: blue;
}
#TMenu td {
  text-align: center;
  width: 10%;
}
#TMenu td:active {
  background-color: tan;
}
#Splash {
  background-color: white;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#LockS {
  background-color: black;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#Unlock {
  font-size: 20px;
  color: white;
  z-index: 150;
}
#Blank {
  background-color: black;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  display: none;
}
@media screen and (orientation: landscape) {
}
@media screen and (orientation: portrait) {
}
