@font-face{font-family:courier-prime-sans;src:url(/static/fonts/courier-prime-sans.regular.76f1c07.ttf)}html{width:100%;overflow:hidden}body,html{height:100%}body{padding:0;overflow:auto;margin:0;-webkit-overflow-scrolling:touch}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}.Calculator{font-family:courier-prime-sans}.numericDisplay{width:100%;text-align:right;height:110px;vertical-align:middle;line-height:80px}.numericDisplay .container{padding:15px 10px;font-size:10.5833mm}.keypad{width:100%;height:calc(100vh - 110px);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.keypad button{text-align:center;width:25vw;height:20%;padding:0;margin:0;display:inline-block;background:#fff;border:none;color:#d9853f;font-size:15pt;font-weight:600;outline:none;-webkit-transition:-webkit-filter .08s ease-in-out,-webkit-box-shadow .1s ease-in-out;transition:-webkit-filter .08s ease-in-out,-webkit-box-shadow .1s ease-in-out;transition:filter .08s ease-in-out,box-shadow .1s ease-in-out;transition:filter .08s ease-in-out,box-shadow .1s ease-in-out,-webkit-filter .08s ease-in-out,-webkit-box-shadow .1s ease-in-out}.keypad button.focus{-webkit-filter:brightness(1.5);filter:brightness(1.5);-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.8);box-shadow:0 0 6px 0 rgba(0,0,0,.8)}.keypad button.active,.keypad button:active{-webkit-filter:brightness(.9);filter:brightness(.9);-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,.8);box-shadow:inset 0 0 3px 0 rgba(0,0,0,.8)}.keypad button.row1{background:#e5e5e5;color:#666}.keypad button.last{background:#c9c9c9;color:#666}.keypad button.equals{background:#d9853f;background:linear-gradient(45deg,#d9853f,#e4ab77);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9853f",endColorstr="#e4ab77",GradientType=1);color:#fff}.Settings .settingsContainer{height:calc(100vh - 45px);max-height:calc(100vh - 45px);overflow-y:scroll}.Settings .settingsContainer .formGroup{padding:10px;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Settings .settingsContainer .formGroup input{border:1px solid #aaa;padding:5px}.Settings .settingsContainer .formGroup:nth-child(2n){background:#eee}.Settings .dataView{min-height:50vh;font-size:20pt}.Settings .close{padding:10px;border:1px solid #000;width:100%;font-size:15pt}