#simple-keypad{position:absolute;width:200px;background-color:#2a3440;border:2px solid #161d25;z-index:10001;display:none;top:0;right:0}#simple-keypad>button{height:50px;width:calc(33% - 1px);padding:0;background-color:whitesmoke;color:black;margin:1px 0 1px 0;font-size:16px}#simple-keypad>button:active{background-color:lightgrey}#simple-keypad>button:disabled{background-color:lightgrey;border:1px solid darkgray}#simple-keypad>button.double-width{width:66%}#simple-keypad>button.triple-width{width:100%}#simple-keypad>button.enter{background-color:#c4dc9f}#simple-keypad>button.close-keypad{background-color:#DA9595}
