#temperature{display:none}@media (min-width:48rem) and (min-height:550px){#temperature{display:initial}}#scr{position:absolute;top:64px;width:100%;height:calc(100vh - 64px);background-color:#000}@media (min-width:48rem){#scr{top:70px;height:calc(100vh - 70px)}}@media (min-width:80rem){#scr{top:86px;height:calc(100vh - 86px)}}#nodes circle{stroke-width:2px}#nodes .S0{fill:#0e65a3;stroke:#0e65a3ab}#nodes .S1{fill:#f79500;stroke:#f79400ab}#edges line{stroke:#ccc4}#temperature:hover{opacity:1}#temperature{font-size:1.2rem;width:22rem;padding:.5rem 1.5rem 1rem;opacity:.5;transition:opacity .7s;position:absolute;left:calc(100% - 28rem);top:calc(100% - 14rem);z-index:2;color:#eee;background-color:#555c;border-radius:.5rem}#temperature .fieldtext,#temperature .temptext{margin-bottom:5pt;margin-top:5pt}#temperature *,#temperature :after,#temperature :before{box-sizing:border-box}#temperature .range-slider__range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;border-radius:5px;background:#8888;outline:none;padding:0;margin:0}#temperature .range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#2c3e50;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#temperature .range-slider__range::-webkit-slider-thumb:hover,#temperature .range-slider__range:active::-webkit-slider-thumb{background:#1abc9c}#temperature .range-slider__range::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#676767;cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#temperature .range-slider__range::-moz-range-thumb:hover{background:#7c2d2d}#temperature .range-slider__range:active::-moz-range-thumb{background:#8c3232}#temperature .range-slider__range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #fff,0 0 0 6px #7c2d2d}#temperature .range-slider__value{display:inline-block;position:relative;width:60px;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#2c3e50;padding:5px 10px;margin-left:8px}#temperature .range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;border-top:7px solid transparent;border-right:7px solid #2c3e50;border-bottom:7px solid transparent;content:""}#temperature ::-moz-range-track{background:#d7dcdf;border:0}#temperature input::-moz-focus-inner,#temperature input::-moz-focus-outer{border:0}