@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);body{margin:0;padding:0;font-family:sans-serif}.btn{cursor:pointer;width:100%;height:100%;background:none;border:none;background:#f3efff;font-size:18px;font-weight:500;line-height:24px;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.btn:hover{background:#ebe5ff}.btn:active{-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.05);box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.05);padding-top:1px}.btn.darker{background:#ede7fb}.btn.darker:hover{background:#e6def9}.btn.blue{background:#1cbfff;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.1)}.btn.blue:hover{background:#00b6fd}.calculator-buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;width:100%;height:75%}.calculator-buttons .calculator-button-item{-ms-flex-preferred-size:25%;flex-basis:25%;height:20%;position:relative}.calculator-buttons .calculator-button-item:after,.calculator-buttons .calculator-button-item:before{content:"";position:absolute;top:0;left:0;background:rgba(0,0,0,.05)}.calculator-buttons .calculator-button-item:before{width:100%;height:1px}.calculator-buttons .calculator-button-item:after{width:1px;height:100%}.calculator-results{height:25%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px}.calculator-results .calculator-results-history{font-size:16px;color:#777}.calculator-results .calculator-result{font-size:36px;font-weight:500}#root,.App,.calculator{width:100vw;height:100vh;font-family:Roboto}
/*# sourceMappingURL=main.fa22b899.css.map*/