#greeting {
  background-color: #F8F8F8;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin: 15px;
}
.keys{
  min-width:10px;
  min-height:30px;
  background-color:black;
  padding-right:2px;
  padding-left:2px;
  display:inline-block;
}
#console {
    padding: 140px 80px 80px;
    background: #2F2F2F;
    width:1000px;
    border-radius: 4px;
    z-index: 2;;
}
.controlrow{
    padding-bottom:20px;
    padding-top:20px;
    background:#333;
    color:#FCFCFC;
    box-shadow:0px 5px 6px 5px #373737 inset, 0px -5px 6px 5px #373737 inset;
}
.controlrow.top{
    border-top-right-radius:5px;
    border-top-left-radius:5px;
     box-shadow:0px -5px 6px 5px #373737 inset!important;
    
}
.controlrow.bottom{
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
   box-shadow:0px 5px 6px 5px #373737 inset!important;
}
[disabled]{
  opacity: 0.5;
}