.securekeypad-wrapper { display: inline-block; position: absolute; width: auto; display: none; background-color: #2c3854; box-shadow: 0 0 0px 1px #8089a5; padding: 2px; z-index: 250; }
.securekeypad { width: 3em; height: 3em; float: left; margin: 0px; background: white; border: 1px solid gray; user-select:none; }
.securekeypad_rows { display: table; }
.securekeypad-number-text { font-size: 1.3em; font-weight: bold; }
.securekeypad-blank-key { background-color: lightgray; padding: 0px; text-align: center; }
.securekeypad-backspace, .securekeypad-clearall, .securekeypad-close { background-color: darkgray; }
.securekeypad-close span { font-size: 1.4em; }