body{background-color:#fff}body #app{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}body #app,body #app .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body #app .header{height:80px}body #app .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100vw;height:calc(100vh - 100px);border-top:1px solid #000}body #app .wrapper #menu{min-width:470px;border-right:1px solid #000}body #app .wrapper #menu .section{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 0;padding-left:40px;border-bottom:1px solid #000}body #app .wrapper #menu .section .enter-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 15px;width:167px}body #app .wrapper #menu .section .enter-value .rangeDataInput{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body #app .wrapper #menu .section .enter-value .rangeDataInput input{max-width:80px}body #app .wrapper #menu .section .enter-value .input-value{width:100%}body #app .wrapper #menu .section .axis-selection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body #app .wrapper #menu .section .axis-selection:first-child{width:50px}body #app .wrapper #menu .isolines-amount{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body #app .wrapper #menu .isolines-amount input{width:100%}body #app .wrapper #menu .compute-btn{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body #app .wrapper #menu .compute-btn button{padding:15px}body #app .wrapper .chart{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body #app .wrapper input[type=number]::-webkit-inner-spin-button,body #app .wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}body #app .wrapper input[type=number]{-moz-appearance:textfield;-webkit-box-shadow:none;box-shadow:none}