From d8b9c356557c25d32ccb712a2594bb0328a21d6a Mon Sep 17 00:00:00 2001 From: Ian Gray Date: Mon, 31 Jan 2022 22:06:54 +0000 Subject: [PATCH] Add active styles to Pad to give click feedback --- data/css/style.css | 8 ++++++++ data/css/style.min.css | 2 +- src/dataControlsJS.h | 2 +- src/dataStyleCSS.h | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/data/css/style.css b/data/css/style.css index bf59d12..e67e0e1 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -587,6 +587,14 @@ hr { background-color: #eee; } +.control a.confirm:active { + background-color: #777; +} + +.control li:active { + background-color: #777; +} + /* Switch –––––––––––––––––––––––––––––––––––––––––––––––––– */ diff --git a/data/css/style.min.css b/data/css/style.min.css index 90046f4..0db37eb 100644 --- a/data/css/style.min.css +++ b/data/css/style.min.css @@ -1 +1 @@ -.container{position:relative;width:79%;margin:20px;box-sizing:border-box}.column,.columns{width:100%;float:left}.card{min-height:100px;border-radius:6px;box-shadow:0 4px 4px rgba(204,197,185,0.5);padding-left:20px;padding-right:20px;margin-bottom:40px;min-width:500px;color:#fff}@media(min-width:1205px){.wide.card{min-width:1075px}}@media(min-width:1790px){.wide.card{min-width:1650px}}@media(max-width:630px){.card{min-width:98%}}.sectionbreak.columns{color:black}.sectionbreak.columns hr{border:0;height:2px;background-color:#666}.turquoise{background:#1abc9c;border-bottom:#16a085 3px solid}.emerald{background:#2ecc71;border-bottom:#27ae60 3px solid}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.dark{background:#444857;border-bottom:#444857 3px solid}.label{box-sizing:border-box;white-space:nowrap;border-radius:.2em;padding:.12em .4em .14em;text-align:center;color:#fff;font-weight:700;line-height:1.3;margin-bottom:5px;display:inline-block;white-space:nowrap;vertical-align:baseline;position:relative;top:-.15em;background-color:#999;margin-bottom:10px}.label-wrap{width:90%;white-space:pre-wrap;word-wrap:break-word}.label.color-blue{background-color:#6f9ad1}.label.color-red{background-color:#d37c7c}.label.color-green{background-color:#9bc268}.label.color-orange{background-color:#dea154}.label.color-yellow{background-color:#e9d641}.label.color-purple{background-color:#9f83d1}@media(min-width:400px){.container{width:84%}}@media(min-width:630px){.container{width:98%}.column,.columns{margin-right:35px}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{margin:0;font-size:1.5em;line-height:1;font-weight:400;font-family:"Open Sans",sans-serif;color:#222;background-color:#ecf0f1}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:300}h1{font-size:4rem;line-height:1.2;letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25;letter-spacing:-.1rem}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media(min-width:630px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1eaedb}a:hover{color:#0fa0ce}button{display:inline-block;padding:10px;border-radius:3px;color:#fff;background-color:#999}button:enabled:active{background-color:#666;transform:translateX(4px) translateY(4px)}#mainHeader{display:inline-block}#conStatus{position:inherit;font-size:.75em}button,.button{margin-bottom:1rem;margin-left:.3rem;margin-right:.3rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}.tcenter{text-align:center}hr{margin-top:.5rem;margin-bottom:1.2rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.control{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.1),hsla(0,0%,100%,0.1));border-radius:50%;box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.75),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.75);height:9em;margin:3em auto;position:relative;width:9em}.control ul{height:100%;padding:0;transform:rotate(45deg)}.control li{border-radius:100% 0 0 0;box-shadow:inset -1px -1px 1px hsla(0,0%,100%,0.5),0 0 1px hsla(0,0%,0%,0.75);display:inline-block;height:50%;overflow:hidden;width:50%}.control ul li:nth-child(2){transform:rotate(90deg)}.control ul li:nth-child(3){transform:rotate(-90deg)}.control ul li:nth-child(4){transform:rotate(180deg)}.control ul a{height:200%;position:relative;transform:rotate(-45deg);width:200%}.control a:hover,.control a:focus{background-color:hsla(0,0%,100%,0.25)}.control a{border-radius:50%;color:#333;display:block;font:bold 1em/3 sans-serif;text-align:center;text-decoration:none;text-shadow:0 1px 1px hsla(0,0%,100%,0.4);transition:.15s}.control .confirm{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.15),hsla(0,0%,100%,0.25));box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.25),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.85);left:50%;line-height:3;margin:-1.5em;position:absolute;top:50%;width:3em}.control .confirm:hover,.control .confirm:focus{background-color:#eee}.switch{display:inline-block !important;background-color:#bebebe;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);color:#fff;cursor:pointer;display:block;font-size:14px;height:26px;margin-left:.3rem;margin-right:.3rem;position:relative;width:60px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.switch.checked{background-color:#76d21d}.switch input[type="checkbox"]{display:none;cursor:pointer;height:10px;left:12px;position:absolute;top:8px;width:10px}.in{position:absolute;top:8px;left:12px;-webkit-transition:left .08s ease-in-out;-moz-transition:left .08s ease-in-out;-o-transition:left .08s ease-in-out;-ms-transition:left .08s ease-in-out;transition:left .08s ease-in-out}.switch.checked div{left:38px}.switch .in:before{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f0f0f0));background:-webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-o-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-ms-linear-gradient(top,#fff 0,#f0f0f0 100%);background:linear-gradient(to bottom,#fff 0,#f0f0f0 100%);border:1px solid #fff;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,0.3);content:"";height:18px;position:absolute;top:-5px;left:-9px;width:26px}.switch .in:after{background:#f0f0f0;background:-moz-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-o-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-ms-linear-gradient(top,#f0f0f0 0,#fff 100%);background:linear-gradient(to bottom,#f0f0f0 0,#fff 100%);border-radius:10px;content:"";height:12px;margin:-1px 0 0 -1px;position:absolute;width:12px}.rkmd-slider{display:block;position:relative;font-size:16px;font-family:"Roboto",sans-serif}.rkmd-slider input[type="range"]{overflow:hidden;position:absolute;width:1px;height:1px;opacity:0}.rkmd-slider input[type="range"]+.slider{display:block;position:relative;width:100%;height:27px;border-radius:13px;background-color:#bebebe}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider{height:4px;border-radius:0}}.rkmd-slider input[type="range"]+.slider .slider-fill{display:block;position:absolute;width:0;height:100%;user-select:none;z-index:1}.rkmd-slider input[type="range"]+.slider .slider-handle{cursor:pointer;position:absolute;top:12px;left:0;width:15px;height:15px;margin-left:-8px;border-radius:50%;transition:all .2s ease;user-select:none;z-index:2}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider .slider-handle{top:-5.5px}}.rkmd-slider input[type="range"]:disabled+.slider{background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle{cursor:default !important;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle .slider-label{display:none;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active{top:-5.5px;width:15px;height:15px;margin-left:-8px}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active .slider-label{display:none;border-radius:50%;transform:none}.rkmd-slider input[type="range"]:disabled+.slider .slider-handle:active{box-shadow:none !important;transform:scale(1) !important}.rkmd-slider.slider-discrete .slider .slider-handle{position:relative;z-index:1}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{position:absolute;top:-17.5px;left:4px;width:30px;height:30px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;border-radius:50%;-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg);-webkit-transition:all .2s ease;transition:all .2s ease}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{left:-2px;-webkit-transform:scale(0.5) rotate(-45deg);transform:scale(0.5) rotate(-45deg)}}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{position:absolute;top:7px;left:0;width:100%;color:#fff;font-size:16px;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{font-size:12px}}.rkmd-slider.slider-discrete .slider .slider-handle.is-active{top:0;margin-left:-2px;width:4px;height:4px}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label{top:-15px;left:-2px;border-radius:15px 15px 15px 0;-webkit-transform:rotate(-45deg) translate(23px,-25px);transform:rotate(-45deg) translate(23px,-25px)}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label span{opacity:1}.rkmd-slider.slider-discrete.slider-turquoise .slider-label{background-color:#16a085}.rkmd-slider.slider-discrete.slider-emerald .slider-label{background-color:#27ae60}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.rkmd-slider.slider-discrete.slider-peterriver .slider-label{background-color:#2980b9}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.rkmd-slider.slider-discrete.slider-wetasphalt .slider-label{background-color:#2c3e50}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.rkmd-slider.slider-discrete.slider-sunflower .slider-label{background-color:#e6bb0f}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.rkmd-slider.slider-discrete.slider-carrot .slider-label{background-color:#d35400}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.rkmd-slider.slider-discrete.slider-alizarin .slider-label{background-color:#c0392b}input{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}select{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}input[id^="num"]{max-width:6em;width:auto;text-align:right;font-weight:bold;font-size:115%}body div>ul.navigation{margin:0;margin-bottom:30px;padding:0;border-bottom:3px solid #666;overflow:hidden}ul.navigation li{list-style:none;float:left;margin-right:4px}ul.navigation li.controls{float:right}ul.navigation li a{font-weight:bold;display:inline-block;padding:6px 12px;color:#888;outline:0;text-decoration:none;background:#f3f3f3;background:-webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));background:-moz-linear-gradient(#eee,#e4e4e4);background:linear-gradient(#eee,#e4e4e4);-pie-background:linear-gradient(#eee,#e4e4e4)}ul.navigation li.active a{pointer-events:none;color:white;background:#666;background:-webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));background:-moz-linear-gradient(#888,#666);background:linear-gradient(#888,#666);-pie-background:linear-gradient(#888,#666)}div.tabscontent>div{padding:0 15px}#tabsnav:empty{display:none}.range-slider{margin:0}.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (45px));height:10px;border-radius:5px;outline:0;padding:0;margin:0}.range-slider__value{display:inline-block;position:relative;width:30px;color:#fff;line-height:20px;text-align:center;border-radius:3px;padding:5px 5px;margin-left:2px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;content:""}::-moz-range-track{border:0}input::-moz-focus-inner,input::-moz-focus-outer{border:0}svg{display:block;width:100%;height:100%}.y-axis path,.x-axis path{stroke:gray;stroke-width:1;fill:none}.series{stroke:steelblue;stroke-width:3;fill:none}.data-points circle{stroke:steelblue;stroke-width:2;fill:white}.data-points text{display:none}.data-points circle:hover{fill:steelblue;stroke-width:6}.data-points circle:hover+text{display:inline-block}text{text-anchor:end}.vert-switcher{transform:rotate(270deg);margin-top:15px;margin-bottom:25px}.vert-slider{width:150px;transform:rotate(270deg);display:inline-block;margin:50px -42px 70px -42px}.vert-slider span{transform:rotate(90deg)}button:disabled{color:#333;background-color:#999}select:disabled{color:#333;background-color:#999}input:disabled{color:#333;background-color:#999}.range-slider__range:disabled{background-color:#999}.range-slider__range:disabled::-webkit-slider-thumb{background-color:#aaa}.range-slider__range:disabled::-moz-range-thumb{background-color:#aaa}.switch.disabled .in::before{background:#bbb;border:1px solid #ddd}.switch.disabled .in::after{background:#bbb}.switch.checked.disabled{background:#b1d092} \ No newline at end of file +.container{position:relative;width:79%;margin:20px;box-sizing:border-box}.column,.columns{width:100%;float:left}.card{min-height:100px;border-radius:6px;box-shadow:0 4px 4px rgba(204,197,185,0.5);padding-left:20px;padding-right:20px;margin-bottom:40px;min-width:500px;color:#fff}@media(min-width:1205px){.wide.card{min-width:1075px}}@media(min-width:1790px){.wide.card{min-width:1650px}}@media(max-width:630px){.card{min-width:98%}}.sectionbreak.columns{color:black}.sectionbreak.columns hr{border:0;height:2px;background-color:#666}.turquoise{background:#1abc9c;border-bottom:#16a085 3px solid}.emerald{background:#2ecc71;border-bottom:#27ae60 3px solid}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.dark{background:#444857;border-bottom:#444857 3px solid}.label{box-sizing:border-box;white-space:nowrap;border-radius:.2em;padding:.12em .4em .14em;text-align:center;color:#fff;font-weight:700;line-height:1.3;margin-bottom:5px;display:inline-block;white-space:nowrap;vertical-align:baseline;position:relative;top:-.15em;background-color:#999;margin-bottom:10px}.label-wrap{width:90%;white-space:pre-wrap;word-wrap:break-word}.label.color-blue{background-color:#6f9ad1}.label.color-red{background-color:#d37c7c}.label.color-green{background-color:#9bc268}.label.color-orange{background-color:#dea154}.label.color-yellow{background-color:#e9d641}.label.color-purple{background-color:#9f83d1}@media(min-width:400px){.container{width:84%}}@media(min-width:630px){.container{width:98%}.column,.columns{margin-right:35px}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{margin:0;font-size:1.5em;line-height:1;font-weight:400;font-family:"Open Sans",sans-serif;color:#222;background-color:#ecf0f1}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:300}h1{font-size:4rem;line-height:1.2;letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25;letter-spacing:-.1rem}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media(min-width:630px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1eaedb}a:hover{color:#0fa0ce}button{display:inline-block;padding:10px;border-radius:3px;color:#fff;background-color:#999}button:enabled:active{background-color:#666;transform:translateX(4px) translateY(4px)}#mainHeader{display:inline-block}#conStatus{position:inherit;font-size:.75em}button,.button{margin-bottom:1rem;margin-left:.3rem;margin-right:.3rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}.tcenter{text-align:center}hr{margin-top:.5rem;margin-bottom:1.2rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.control{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.1),hsla(0,0%,100%,0.1));border-radius:50%;box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.75),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.75);height:9em;margin:3em auto;position:relative;width:9em}.control ul{height:100%;padding:0;transform:rotate(45deg)}.control li{border-radius:100% 0 0 0;box-shadow:inset -1px -1px 1px hsla(0,0%,100%,0.5),0 0 1px hsla(0,0%,0%,0.75);display:inline-block;height:50%;overflow:hidden;width:50%}.control ul li:nth-child(2){transform:rotate(90deg)}.control ul li:nth-child(3){transform:rotate(-90deg)}.control ul li:nth-child(4){transform:rotate(180deg)}.control ul a{height:200%;position:relative;transform:rotate(-45deg);width:200%}.control a:hover,.control a:focus{background-color:hsla(0,0%,100%,0.25)}.control a{border-radius:50%;color:#333;display:block;font:bold 1em/3 sans-serif;text-align:center;text-decoration:none;text-shadow:0 1px 1px hsla(0,0%,100%,0.4);transition:.15s}.control .confirm{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.15),hsla(0,0%,100%,0.25));box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.25),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.85);left:50%;line-height:3;margin:-1.5em;position:absolute;top:50%;width:3em}.control .confirm:hover,.control .confirm:focus{background-color:#eee}.control a.confirm:active{background-color:#777}.control li:active{background-color:#777}.switch{display:inline-block !important;background-color:#bebebe;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);color:#fff;cursor:pointer;display:block;font-size:14px;height:26px;margin-left:.3rem;margin-right:.3rem;position:relative;width:60px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.switch.checked{background-color:#76d21d}.switch input[type="checkbox"]{display:none;cursor:pointer;height:10px;left:12px;position:absolute;top:8px;width:10px}.in{position:absolute;top:8px;left:12px;-webkit-transition:left .08s ease-in-out;-moz-transition:left .08s ease-in-out;-o-transition:left .08s ease-in-out;-ms-transition:left .08s ease-in-out;transition:left .08s ease-in-out}.switch.checked div{left:38px}.switch .in:before{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f0f0f0));background:-webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-o-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-ms-linear-gradient(top,#fff 0,#f0f0f0 100%);background:linear-gradient(to bottom,#fff 0,#f0f0f0 100%);border:1px solid #fff;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,0.3);content:"";height:18px;position:absolute;top:-5px;left:-9px;width:26px}.switch .in:after{background:#f0f0f0;background:-moz-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-o-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-ms-linear-gradient(top,#f0f0f0 0,#fff 100%);background:linear-gradient(to bottom,#f0f0f0 0,#fff 100%);border-radius:10px;content:"";height:12px;margin:-1px 0 0 -1px;position:absolute;width:12px}.rkmd-slider{display:block;position:relative;font-size:16px;font-family:"Roboto",sans-serif}.rkmd-slider input[type="range"]{overflow:hidden;position:absolute;width:1px;height:1px;opacity:0}.rkmd-slider input[type="range"]+.slider{display:block;position:relative;width:100%;height:27px;border-radius:13px;background-color:#bebebe}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider{height:4px;border-radius:0}}.rkmd-slider input[type="range"]+.slider .slider-fill{display:block;position:absolute;width:0;height:100%;user-select:none;z-index:1}.rkmd-slider input[type="range"]+.slider .slider-handle{cursor:pointer;position:absolute;top:12px;left:0;width:15px;height:15px;margin-left:-8px;border-radius:50%;transition:all .2s ease;user-select:none;z-index:2}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider .slider-handle{top:-5.5px}}.rkmd-slider input[type="range"]:disabled+.slider{background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle{cursor:default !important;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle .slider-label{display:none;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active{top:-5.5px;width:15px;height:15px;margin-left:-8px}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active .slider-label{display:none;border-radius:50%;transform:none}.rkmd-slider input[type="range"]:disabled+.slider .slider-handle:active{box-shadow:none !important;transform:scale(1) !important}.rkmd-slider.slider-discrete .slider .slider-handle{position:relative;z-index:1}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{position:absolute;top:-17.5px;left:4px;width:30px;height:30px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;border-radius:50%;-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg);-webkit-transition:all .2s ease;transition:all .2s ease}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{left:-2px;-webkit-transform:scale(0.5) rotate(-45deg);transform:scale(0.5) rotate(-45deg)}}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{position:absolute;top:7px;left:0;width:100%;color:#fff;font-size:16px;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{font-size:12px}}.rkmd-slider.slider-discrete .slider .slider-handle.is-active{top:0;margin-left:-2px;width:4px;height:4px}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label{top:-15px;left:-2px;border-radius:15px 15px 15px 0;-webkit-transform:rotate(-45deg) translate(23px,-25px);transform:rotate(-45deg) translate(23px,-25px)}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label span{opacity:1}.rkmd-slider.slider-discrete.slider-turquoise .slider-label{background-color:#16a085}.rkmd-slider.slider-discrete.slider-emerald .slider-label{background-color:#27ae60}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.rkmd-slider.slider-discrete.slider-peterriver .slider-label{background-color:#2980b9}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.rkmd-slider.slider-discrete.slider-wetasphalt .slider-label{background-color:#2c3e50}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.rkmd-slider.slider-discrete.slider-sunflower .slider-label{background-color:#e6bb0f}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.rkmd-slider.slider-discrete.slider-carrot .slider-label{background-color:#d35400}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.rkmd-slider.slider-discrete.slider-alizarin .slider-label{background-color:#c0392b}input{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}select{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}input[id^="num"]{max-width:6em;width:auto;text-align:right;font-weight:bold;font-size:115%}body div>ul.navigation{margin:0;margin-bottom:30px;padding:0;border-bottom:3px solid #666;overflow:hidden}ul.navigation li{list-style:none;float:left;margin-right:4px}ul.navigation li.controls{float:right}ul.navigation li a{font-weight:bold;display:inline-block;padding:6px 12px;color:#888;outline:0;text-decoration:none;background:#f3f3f3;background:-webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));background:-moz-linear-gradient(#eee,#e4e4e4);background:linear-gradient(#eee,#e4e4e4);-pie-background:linear-gradient(#eee,#e4e4e4)}ul.navigation li.active a{pointer-events:none;color:white;background:#666;background:-webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));background:-moz-linear-gradient(#888,#666);background:linear-gradient(#888,#666);-pie-background:linear-gradient(#888,#666)}div.tabscontent>div{padding:0 15px}#tabsnav:empty{display:none}.range-slider{margin:0}.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (45px));height:10px;border-radius:5px;outline:0;padding:0;margin:0}.range-slider__value{display:inline-block;position:relative;width:30px;color:#fff;line-height:20px;text-align:center;border-radius:3px;padding:5px 5px;margin-left:2px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;content:""}::-moz-range-track{border:0}input::-moz-focus-inner,input::-moz-focus-outer{border:0}svg{display:block;width:100%;height:100%}.y-axis path,.x-axis path{stroke:gray;stroke-width:1;fill:none}.series{stroke:steelblue;stroke-width:3;fill:none}.data-points circle{stroke:steelblue;stroke-width:2;fill:white}.data-points text{display:none}.data-points circle:hover{fill:steelblue;stroke-width:6}.data-points circle:hover+text{display:inline-block}text{text-anchor:end}.vert-switcher{transform:rotate(270deg);margin-top:15px;margin-bottom:25px}.vert-slider{width:150px;transform:rotate(270deg);display:inline-block;margin:50px -42px 70px -42px}.vert-slider span{transform:rotate(90deg)}button:disabled{color:#333;background-color:#999}select:disabled{color:#333;background-color:#999}input:disabled{color:#333;background-color:#999}.range-slider__range:disabled{background-color:#999}.range-slider__range:disabled::-webkit-slider-thumb{background-color:#aaa}.range-slider__range:disabled::-moz-range-thumb{background-color:#aaa}.switch.disabled .in::before{background:#bbb;border:1px solid #ddd}.switch.disabled .in::after{background:#bbb}.switch.checked.disabled{background:#b1d092} \ No newline at end of file diff --git a/src/dataControlsJS.h b/src/dataControlsJS.h index 4ffa5a2..8b11a17 100644 --- a/src/dataControlsJS.h +++ b/src/dataControlsJS.h @@ -102,4 +102,4 @@ var processEnabled=function(data){switch(data.type){case UI_SWITCHER:case UPDATE break;case UI_SLIDER:case UPDATE_SLIDER:$("#sl"+data.id).prop("disabled",!data.enabled);break;case UI_NUMBER:case UPDATE_NUMBER:$("#num"+data.id).prop("disabled",!data.enabled);break;case UI_TEXT_INPUT:case UPDATE_TEXT_INPUT:$("#text"+data.id).prop("disabled",!data.enabled);break;case UI_SELECT:case UPDATE_SELECT:$("#select"+data.id).prop("disabled",!data.enabled);break;case UI_BUTTON:case UPDATE_BUTTON:$("#btn"+data.id).prop("disabled",!data.enabled);break;}} )====="; -const uint8_t JS_CONTROLS_GZIP[4099] PROGMEM = { 31,139,8,0,66,80,248,97,2,255,197,91,91,119,218,72,18,126,247,175,144,149,57,65,172,177,129,220,38,1,203,57,4,147,132,29,108,188,6,79,230,108,38,235,35,68,99,116,44,36,141,36,140,61,14,255,125,171,171,187,165,110,73,92,130,103,118,95,98,84,42,85,127,93,213,221,117,235,216,190,23,197,218,85,247,186,123,222,29,118,91,189,235,79,87,93,243,69,173,214,180,197,139,203,78,175,223,58,5,90,93,208,46,78,91,195,206,117,255,227,199,65,103,104,214,101,222,206,111,195,206,249,41,147,81,151,232,195,238,176,211,51,37,194,5,72,204,200,67,82,58,72,247,186,77,41,47,84,166,54,227,122,145,114,125,184,26,14,251,231,230,75,149,143,83,235,181,151,41,103,175,245,1,64,188,82,25,25,177,94,123,149,242,13,190,116,135,237,207,157,75,243,181,202,154,208,235,181,215,18,119,175,123,10,180,55,25,94,70,173,215,222,164,156,231,87,103,31,128,246,179,202,201,169,245,218,207,146,186,64,143,96,144,139,171,161,249,86,229,150,222,212,107,111,211,47,62,93,182,46,62,155,239,56,161,117,122,202,40,215,23,253,238,57,101,229,47,218,189,78,235,146,51,215,107,239,164,17,91,31,204,122,198,32,140,38,25,100,208,233,117,218,32,45,99,19,65,174,75,86,233,95,12,187,84,255,25,179,8,114,93,50,203,89,23,8,25,171,32,173,46,217,228,172,245,155,89,207,216,3,105,117,217,20,195,206,133,89,207,90,2,137,117,201,14,159,90,87,159,58,102,61,99,7,78,173,75,102,104,181,219,116,109,100,76,192,169,245,183,178,98,46,90,151,173,97,31,204,248,46,171,155,228,77,93,86,119,247,172,3,59,42,163,111,74,172,75,212,100,195,156,246,191,156,39,219,165,215,249,56,76,182,197,101,247,211,231,97,178,248,219,157,243,33,172,37,161,183,246,245,240,234,242,95,87,253,238,160,147,136,106,95,119,206,58,151,173,94,186,253,218,215,23,29,248,234,178,251,43,124,250,34,33,126,233,12,91,131,139,207,173,158,36,254,122,112,117,254,177,215,255,162,140,209,110,93,94,246,135,201,102,105,95,183,122,221,127,183,46,193,130,111,18,210,105,235,242,151,100,225,183,175,207,251,231,48,253,215,175,155,119,86,168,221,132,86,48,61,181,98,203,244,200,66,107,133,161,245,96,148,241,205,212,138,90,182,77,92,115,98,185,17,65,82,228,58,99,18,182,125,47,118,188,185,63,143,248,171,201,220,179,99,199,247,52,219,119,253,176,237,90,81,100,224,207,238,184,252,200,127,152,231,243,217,136,132,9,189,25,45,156,216,158,74,124,86,68,100,157,53,66,18,207,67,79,135,127,254,152,251,78,68,244,38,103,225,42,20,12,100,70,66,203,29,39,175,83,125,10,142,128,196,36,12,157,59,18,38,76,169,126,5,211,130,196,86,20,76,45,55,78,152,18,125,11,158,104,238,77,92,127,33,201,97,234,23,239,109,43,12,253,244,123,97,10,241,218,114,157,63,173,208,241,18,6,106,152,6,255,77,173,34,24,199,86,120,171,55,199,100,98,205,221,88,16,245,230,114,185,71,173,176,32,163,200,183,111,155,210,111,48,137,71,236,152,140,179,22,9,201,31,115,18,197,253,208,33,94,108,81,210,5,9,103,78,20,193,47,163,252,184,220,75,56,35,235,142,124,18,139,1,94,185,190,109,185,131,216,15,173,27,114,20,145,184,27,147,153,161,147,40,152,59,184,102,34,189,242,207,65,255,252,40,138,97,70,55,206,228,193,72,150,82,185,220,148,4,135,48,190,31,74,178,29,176,54,174,38,24,113,140,75,79,25,235,166,112,172,84,120,211,153,24,201,167,251,166,55,119,221,242,99,42,11,65,5,86,24,145,148,171,220,100,58,76,135,252,234,140,191,1,72,70,254,250,45,139,215,10,99,80,193,79,198,216,183,231,51,208,92,249,200,26,143,13,253,31,122,249,200,159,76,96,131,252,100,232,207,66,127,1,207,211,120,230,26,186,94,110,114,83,28,217,174,15,99,195,2,103,82,100,209,176,3,7,96,133,121,212,129,117,18,194,8,43,204,71,165,39,188,48,70,72,102,254,29,97,27,75,199,29,115,120,19,18,226,233,229,28,43,224,84,248,66,50,46,224,98,160,17,133,86,213,206,125,141,35,160,32,159,63,123,251,230,229,235,102,193,87,233,212,21,170,103,60,218,174,99,223,54,184,230,42,75,101,210,83,203,27,187,228,87,39,114,70,142,235,196,15,109,32,220,128,130,30,193,142,251,89,5,60,127,190,47,116,126,52,117,198,99,226,149,31,19,131,208,13,144,174,87,110,164,132,29,102,222,185,131,31,61,39,138,137,7,71,141,126,151,140,105,227,152,122,165,24,75,5,181,142,11,107,225,120,99,127,113,68,23,36,29,229,40,240,195,120,223,212,245,239,223,139,223,188,173,173,122,243,234,213,203,196,190,120,182,126,33,163,1,252,38,177,161,47,162,70,181,170,31,100,63,156,250,81,236,89,51,114,160,55,242,47,169,212,3,189,186,0,149,55,151,4,240,238,44,156,203,216,19,11,214,247,252,128,120,166,208,172,65,238,98,122,108,123,145,239,18,248,254,6,68,50,78,141,242,109,177,230,86,173,205,152,220,3,190,196,214,233,158,73,215,127,28,206,73,115,217,76,161,225,110,218,6,27,50,130,200,236,30,83,164,17,74,91,35,141,18,138,36,48,127,72,215,14,46,177,77,18,40,251,56,115,24,193,139,163,49,158,69,244,45,49,147,117,59,242,199,15,72,179,225,137,132,176,216,132,111,164,236,71,241,67,64,184,119,84,243,132,70,193,25,68,73,177,53,138,60,235,174,136,12,64,97,107,196,242,43,88,243,56,76,214,181,195,145,154,117,246,133,124,176,142,144,78,69,135,190,27,29,77,252,176,99,1,120,226,18,58,61,243,4,207,122,240,100,247,76,117,143,148,189,145,113,29,156,185,92,89,54,37,53,27,201,87,96,131,20,106,236,199,150,43,198,59,49,212,225,93,226,221,196,211,195,122,57,217,124,224,188,60,56,187,231,142,127,11,219,106,37,59,76,100,20,18,235,182,41,84,157,102,83,141,255,239,12,153,222,233,113,7,91,154,220,31,236,52,227,109,190,207,235,128,101,159,141,236,89,18,18,215,183,198,176,51,84,110,204,51,27,201,194,142,157,216,37,108,213,184,214,136,184,184,12,103,150,227,125,38,22,172,33,177,10,83,134,172,60,204,14,27,226,137,165,106,201,99,154,139,37,36,150,10,37,143,152,83,72,47,121,46,208,16,90,70,247,224,146,50,28,95,67,255,243,240,172,103,176,253,169,130,96,185,108,238,163,199,236,87,116,114,163,216,211,15,144,13,98,28,116,140,177,63,183,167,168,251,70,122,102,148,31,201,81,16,18,106,246,83,22,227,81,85,206,227,152,30,119,224,72,13,46,162,66,79,67,48,74,5,165,128,77,119,145,193,125,219,146,121,101,117,110,34,167,222,60,59,118,34,129,83,21,98,25,187,229,34,192,140,88,90,38,72,244,78,127,111,165,188,96,178,179,238,2,107,204,38,125,117,81,217,85,119,69,50,100,221,33,68,247,233,16,105,2,249,116,144,138,148,28,204,240,233,48,49,181,125,58,78,85,76,14,232,232,233,64,105,118,254,116,156,138,148,28,76,251,233,48,89,113,224,233,64,51,114,214,238,110,172,130,109,222,124,33,141,129,7,232,215,141,253,92,28,144,19,59,108,125,200,203,84,3,15,43,8,208,3,29,187,206,201,177,165,249,222,12,36,145,121,96,150,128,135,205,35,209,232,129,94,46,105,211,144,76,204,18,149,32,209,75,39,252,1,143,153,3,253,184,106,157,28,87,65,100,97,68,147,140,57,118,238,52,103,140,67,41,194,142,171,240,134,126,75,191,51,65,192,145,42,0,158,70,100,220,102,207,6,228,191,126,208,160,102,90,150,49,110,51,116,43,112,216,200,22,112,79,28,23,130,53,35,49,27,77,83,48,197,252,201,136,167,78,4,120,226,24,82,16,58,49,189,108,154,38,68,194,116,222,135,177,127,200,206,82,72,231,113,49,233,72,215,43,242,2,160,241,4,192,49,131,208,159,5,16,50,15,173,145,22,251,26,251,144,254,50,60,172,166,104,144,190,193,154,124,207,226,184,125,58,159,35,198,4,95,24,240,8,49,129,229,146,144,138,152,90,49,149,169,141,125,18,105,158,31,107,228,30,18,37,173,241,251,239,152,12,20,172,185,130,37,197,42,136,137,249,33,178,133,47,218,44,146,96,176,25,137,170,247,89,4,49,143,29,115,27,168,172,77,246,152,26,205,15,48,169,163,118,99,63,245,131,61,97,187,61,189,164,225,18,48,75,130,202,86,4,125,33,40,108,48,66,185,79,4,13,131,10,32,28,87,153,204,19,61,63,163,179,238,182,211,113,198,69,83,57,208,53,199,11,230,49,51,1,159,86,228,252,9,9,110,249,81,204,18,151,194,204,241,116,213,109,230,176,180,126,251,251,176,208,5,162,224,161,137,133,158,3,105,221,179,120,48,3,21,19,206,44,103,118,58,185,3,104,216,185,248,31,41,23,82,254,96,131,118,177,238,190,249,52,76,10,77,95,249,250,251,102,230,42,88,194,25,52,1,1,156,150,248,98,112,119,99,228,191,173,232,72,75,253,135,186,0,51,173,130,6,110,252,200,60,179,226,233,81,232,207,97,107,208,228,30,36,194,140,105,97,108,232,204,224,87,181,94,171,213,138,144,30,5,243,104,106,60,222,55,226,168,242,208,72,181,1,59,57,83,222,219,5,185,132,91,234,100,52,10,20,246,245,219,95,60,158,104,7,80,243,137,186,116,153,189,79,202,212,88,58,216,236,236,214,22,68,51,199,131,212,164,194,108,91,14,255,210,220,133,47,56,49,52,0,234,47,188,139,208,15,224,224,125,48,74,60,243,27,196,15,46,41,149,153,171,148,5,137,5,12,175,249,10,150,191,40,134,148,4,238,107,226,114,240,57,53,253,125,173,81,255,49,104,209,147,177,177,176,99,133,44,132,166,236,212,61,22,114,92,211,18,167,161,156,5,240,149,196,88,209,97,217,235,82,173,238,127,55,37,158,122,82,89,224,120,37,97,0,108,231,53,160,74,218,5,150,148,2,99,60,68,238,227,191,8,91,70,212,78,203,128,37,227,185,64,224,169,208,114,194,118,1,199,147,250,124,206,158,69,150,231,192,34,230,174,224,85,81,187,32,79,83,235,180,37,223,200,179,177,218,7,29,242,198,154,223,144,191,72,247,89,89,187,76,128,157,227,5,139,185,123,214,65,255,23,222,153,146,211,139,253,238,160,63,192,50,154,145,246,88,88,129,43,6,111,216,208,15,194,59,44,152,103,252,134,232,158,137,226,44,150,126,13,253,202,187,245,252,133,167,209,232,135,134,207,24,243,234,226,163,229,94,82,130,131,247,39,166,40,106,61,127,158,16,143,149,11,24,16,134,132,190,77,162,168,227,89,224,111,198,220,203,228,228,200,223,40,194,148,146,46,11,139,68,93,49,123,22,174,52,85,96,121,196,85,12,37,127,86,96,165,244,3,25,106,86,44,247,161,37,22,60,82,150,175,9,237,91,121,47,55,78,52,245,23,96,35,26,42,230,95,78,225,140,55,178,138,49,77,197,103,64,230,203,166,174,54,188,152,127,56,76,26,193,188,13,125,200,27,191,226,49,237,242,10,74,218,210,21,148,164,129,43,8,172,99,43,158,146,6,45,157,5,17,93,37,21,134,126,32,117,185,121,37,21,158,203,34,72,46,156,66,138,93,128,150,208,202,48,19,124,28,216,58,68,43,113,236,173,88,147,52,231,197,100,255,144,187,220,107,124,130,108,150,208,122,182,148,203,242,36,246,107,237,27,143,37,212,172,150,57,113,122,58,50,170,71,207,68,30,18,21,114,178,100,82,106,196,204,0,158,117,67,76,169,22,46,247,12,25,62,214,181,227,185,46,219,27,32,207,20,46,157,211,241,68,203,30,13,145,139,35,195,177,0,127,241,120,224,220,205,31,86,130,26,184,100,53,195,211,228,4,57,27,102,13,114,116,251,235,160,123,171,144,75,163,80,39,180,102,12,230,190,215,13,18,111,51,136,168,213,20,14,65,171,43,107,71,176,70,91,140,193,188,249,58,67,115,119,191,214,216,91,12,36,151,198,217,235,138,19,141,193,19,224,225,198,127,170,98,71,148,38,73,163,219,91,203,176,204,131,226,225,146,122,29,61,230,42,153,1,121,123,79,234,236,177,170,94,99,21,146,192,222,12,37,176,21,44,138,131,93,45,120,178,133,224,201,42,193,180,104,186,90,244,22,234,11,70,171,68,211,250,246,106,209,238,22,162,221,85,162,177,36,189,90,118,184,133,236,176,64,182,114,55,65,100,101,220,240,17,100,154,4,23,26,254,50,249,165,21,90,146,201,30,102,224,132,69,47,125,74,236,91,218,37,207,246,245,34,11,70,185,35,234,153,166,8,145,26,242,66,136,122,103,64,72,114,188,141,178,212,187,39,169,56,148,167,165,83,170,167,185,214,58,24,89,30,112,85,65,250,94,212,197,51,178,107,121,217,43,96,109,16,47,202,229,236,34,149,84,248,78,59,250,78,116,234,68,118,72,98,94,135,69,38,115,165,215,144,238,197,217,35,83,242,30,138,11,83,93,9,4,70,116,2,129,107,217,196,168,254,231,247,211,131,234,77,69,71,47,201,138,241,216,100,192,202,87,163,192,31,201,222,150,82,184,35,90,46,121,41,127,165,35,91,241,33,141,43,85,128,182,229,186,35,203,190,29,16,8,141,247,77,157,90,69,103,235,85,86,143,248,40,69,43,20,177,20,235,77,102,97,186,80,120,246,86,143,91,225,163,54,151,75,113,3,35,169,229,164,122,198,208,230,49,141,103,205,141,1,242,123,93,195,80,152,22,147,51,193,240,1,173,39,55,116,189,137,164,5,192,44,22,71,223,80,65,244,47,242,83,197,172,24,88,170,102,150,202,223,191,39,174,179,160,38,202,59,241,39,53,165,58,186,141,220,247,235,196,166,247,68,216,53,22,176,254,250,59,38,106,219,157,167,202,185,150,241,202,102,111,166,253,180,123,251,30,171,139,197,205,124,150,68,178,169,36,13,31,41,223,64,75,30,200,150,213,108,122,84,152,165,120,225,211,107,170,243,153,23,9,14,106,70,202,96,133,99,45,102,151,112,104,91,161,56,188,198,78,210,244,181,104,77,177,22,131,126,92,5,210,241,52,172,210,222,3,15,212,211,162,35,182,32,176,249,148,169,105,166,119,18,118,153,74,196,46,236,161,72,49,39,218,51,131,209,214,0,44,70,130,217,183,200,129,213,230,12,133,38,182,243,86,85,251,108,119,39,167,143,228,0,150,222,100,183,52,125,13,154,224,74,144,185,215,236,115,181,102,145,219,233,242,235,100,175,111,218,7,252,246,237,113,4,38,64,219,128,119,17,86,81,4,238,37,134,65,157,107,248,239,225,34,180,130,124,35,147,10,59,209,179,119,76,196,80,44,86,197,193,176,96,180,106,56,222,87,165,1,11,112,74,1,46,251,164,162,161,55,165,77,51,93,238,193,22,113,50,199,88,58,81,27,108,128,148,49,75,88,147,3,64,160,101,179,165,96,163,205,170,225,45,76,113,43,73,20,170,235,250,251,196,73,131,81,96,199,172,40,73,192,31,7,188,4,26,151,62,28,138,80,75,227,223,233,124,7,208,157,196,199,116,60,78,67,31,133,149,31,179,132,163,141,252,251,18,67,46,128,251,94,155,234,69,0,165,183,72,153,134,48,98,195,118,227,6,228,186,216,98,199,85,212,140,164,186,220,81,41,84,232,89,9,88,126,45,11,14,153,185,203,80,43,61,116,102,107,249,174,138,166,26,155,34,212,37,99,23,178,114,107,227,212,233,181,27,214,32,127,254,236,221,155,215,181,102,218,102,223,52,58,187,220,177,45,128,12,183,130,33,220,25,3,94,132,217,22,130,202,172,32,112,119,70,128,87,71,182,69,160,50,43,8,70,107,17,84,217,114,80,106,103,108,69,189,215,1,90,186,122,38,78,56,43,173,128,202,47,143,108,137,149,115,23,163,181,5,218,254,47,20,168,216,125,199,85,88,203,242,105,193,130,0,177,208,165,93,41,71,211,233,182,218,98,195,243,47,212,237,206,182,182,122,8,177,141,142,227,148,180,153,3,138,168,193,95,235,222,44,213,107,53,233,74,129,124,224,161,54,84,63,81,4,152,135,255,176,75,209,45,20,114,160,196,130,19,21,207,126,225,133,51,209,145,208,19,155,14,247,94,24,120,52,70,144,45,220,54,115,71,171,142,147,198,162,18,191,42,193,166,205,18,160,149,179,132,243,31,163,113,193,200,243,20,166,58,176,113,85,194,38,133,106,187,226,99,5,169,236,93,142,85,144,164,234,86,33,32,30,40,38,158,25,75,68,63,128,70,212,148,56,158,116,96,165,26,85,56,52,11,74,197,200,19,231,102,30,18,148,201,155,215,252,170,17,188,176,45,126,231,36,19,135,73,175,240,1,4,200,242,49,204,229,242,191,116,123,61,237,67,71,107,105,72,214,214,169,29,49,176,246,204,223,181,14,88,208,205,177,225,131,86,165,255,121,4,246,221,44,96,90,38,99,109,2,142,242,97,95,222,233,22,109,207,147,208,159,209,146,55,67,138,164,4,233,137,204,61,130,28,48,209,35,115,164,1,232,184,72,150,63,143,233,229,144,132,57,64,85,174,250,111,83,106,81,60,27,111,174,14,3,51,25,79,166,1,47,218,25,132,137,45,104,56,203,149,138,210,216,137,144,175,196,75,21,18,31,43,85,8,134,180,86,193,243,232,108,27,91,212,86,126,68,36,175,174,20,223,19,220,166,135,159,21,184,175,204,61,147,83,40,25,223,134,70,250,15,9,206,229,142,219,180,195,127,104,4,37,21,221,220,207,254,33,217,74,66,189,161,29,189,149,224,229,242,191,215,242,208,35,71,62,0,0 }; +const uint8_t JS_CONTROLS_GZIP[4099] PROGMEM = { 31,139,8,0,16,93,248,97,2,255,197,91,91,119,218,72,18,126,247,175,144,149,57,65,172,177,129,220,38,1,203,57,4,147,132,29,108,188,6,79,230,108,38,235,35,68,99,116,44,36,141,36,140,61,14,255,125,171,171,187,165,110,73,92,130,103,118,95,98,84,42,85,127,93,213,221,117,235,216,190,23,197,218,85,247,186,123,222,29,118,91,189,235,79,87,93,243,69,173,214,180,197,139,203,78,175,223,58,5,90,93,208,46,78,91,195,206,117,255,227,199,65,103,104,214,101,222,206,111,195,206,249,41,147,81,151,232,195,238,176,211,51,37,194,5,72,204,200,67,82,58,72,247,186,77,41,47,84,166,54,227,122,145,114,125,184,26,14,251,231,230,75,149,143,83,235,181,151,41,103,175,245,1,64,188,82,25,25,177,94,123,149,242,13,190,116,135,237,207,157,75,243,181,202,154,208,235,181,215,18,119,175,123,10,180,55,25,94,70,173,215,222,164,156,231,87,103,31,128,246,179,202,201,169,245,218,207,146,186,64,143,96,144,139,171,161,249,86,229,150,222,212,107,111,211,47,62,93,182,46,62,155,239,56,161,117,122,202,40,215,23,253,238,57,101,229,47,218,189,78,235,146,51,215,107,239,164,17,91,31,204,122,198,32,140,38,25,100,208,233,117,218,32,45,99,19,65,174,75,86,233,95,12,187,84,255,25,179,8,114,93,50,203,89,23,8,25,171,32,173,46,217,228,172,245,155,89,207,216,3,105,117,217,20,195,206,133,89,207,90,2,137,117,201,14,159,90,87,159,58,102,61,99,7,78,173,75,102,104,181,219,116,109,100,76,192,169,245,183,178,98,46,90,151,173,97,31,204,248,46,171,155,228,77,93,86,119,247,172,3,59,42,163,111,74,172,75,212,100,195,156,246,191,156,39,219,165,215,249,56,76,182,197,101,247,211,231,97,178,248,219,157,243,33,172,37,161,183,246,245,240,234,242,95,87,253,238,160,147,136,106,95,119,206,58,151,173,94,186,253,218,215,23,29,248,234,178,251,43,124,250,34,33,126,233,12,91,131,139,207,173,158,36,254,122,112,117,254,177,215,255,162,140,209,110,93,94,246,135,201,102,105,95,183,122,221,127,183,46,193,130,111,18,210,105,235,242,151,100,225,183,175,207,251,231,48,253,215,175,155,119,86,168,221,132,86,48,61,181,98,203,244,200,66,107,133,161,245,96,148,241,205,212,138,90,182,77,92,115,98,185,17,65,82,228,58,99,18,182,125,47,118,188,185,63,143,248,171,201,220,179,99,199,247,52,219,119,253,176,237,90,81,100,224,207,238,184,252,200,127,152,231,243,217,136,132,9,189,25,45,156,216,158,74,124,86,68,100,157,53,66,18,207,67,79,135,127,254,152,251,78,68,244,38,103,225,42,20,12,100,70,66,203,29,39,175,83,125,10,142,128,196,36,12,157,59,18,38,76,169,126,5,211,130,196,86,20,76,45,55,78,152,18,125,11,158,104,238,77,92,127,33,201,97,234,23,239,109,43,12,253,244,123,97,10,241,218,114,157,63,173,208,241,18,6,106,152,6,255,77,173,34,24,199,86,120,171,55,199,100,98,205,221,88,16,245,230,114,185,71,173,176,32,163,200,183,111,155,210,111,48,137,71,236,152,140,179,22,9,201,31,115,18,197,253,208,33,94,108,81,210,5,9,103,78,20,193,47,163,252,184,220,75,56,35,235,142,124,18,139,1,94,185,190,109,185,131,216,15,173,27,114,20,145,184,27,147,153,161,147,40,152,59,184,102,34,189,242,207,65,255,252,40,138,97,70,55,206,228,193,72,150,82,185,220,148,4,135,48,190,31,74,178,29,176,54,174,38,24,113,140,75,79,25,235,166,112,172,84,120,211,153,24,201,167,251,166,55,119,221,242,99,42,11,65,5,86,24,145,148,171,220,100,58,76,135,252,234,140,191,1,72,70,254,250,45,139,215,10,99,80,193,79,198,216,183,231,51,208,92,249,200,26,143,13,253,31,122,249,200,159,76,96,131,252,100,232,207,66,127,1,207,211,120,230,26,186,94,110,114,83,28,217,174,15,99,195,2,103,82,100,209,176,3,7,96,133,121,212,129,117,18,194,8,43,204,71,165,39,188,48,70,72,102,254,29,97,27,75,199,29,115,120,19,18,226,233,229,28,43,224,84,248,66,50,46,224,98,160,17,133,86,213,206,125,141,35,160,32,159,63,123,251,230,229,235,102,193,87,233,212,21,170,103,60,218,174,99,223,54,184,230,42,75,101,210,83,203,27,187,228,87,39,114,70,142,235,196,15,109,32,220,128,130,30,193,142,251,89,5,60,127,190,47,116,126,52,117,198,99,226,149,31,19,131,208,13,144,174,87,110,164,132,29,102,222,185,131,31,61,39,138,137,7,71,141,126,151,140,105,227,152,122,165,24,75,5,181,142,11,107,225,120,99,127,113,68,23,36,29,229,40,240,195,120,223,212,245,239,223,139,223,188,173,173,122,243,234,213,203,196,190,120,182,126,33,163,1,252,38,177,161,47,162,70,181,170,31,100,63,156,250,81,236,89,51,114,160,55,242,47,169,212,3,189,186,0,149,55,151,4,240,238,44,156,203,216,19,11,214,247,252,128,120,166,208,172,65,238,98,122,108,123,145,239,18,248,254,6,68,50,78,141,242,109,177,230,86,173,205,152,220,3,190,196,214,233,158,73,215,127,28,206,73,115,217,76,161,225,110,218,6,27,50,130,200,236,30,83,164,17,74,91,35,141,18,138,36,48,127,72,215,14,46,177,77,18,40,251,56,115,24,193,139,163,49,158,69,244,45,49,147,117,59,242,199,15,72,179,225,137,132,176,216,132,111,164,236,71,241,67,64,184,119,84,243,132,70,193,25,68,73,177,53,138,60,235,174,136,12,64,97,107,196,242,43,88,243,56,76,214,181,195,145,154,117,246,133,124,176,142,144,78,69,135,190,27,29,77,252,176,99,1,120,226,18,58,61,243,4,207,122,240,100,247,76,117,143,148,189,145,113,29,156,185,92,89,54,37,53,27,201,87,96,131,20,106,236,199,150,43,198,59,49,212,225,93,226,221,196,211,195,122,57,217,124,224,188,60,56,187,231,142,127,11,219,106,37,59,76,100,20,18,235,182,41,84,157,102,83,141,255,239,12,153,222,233,113,7,91,154,220,31,236,52,227,109,190,207,235,128,101,159,141,236,89,18,18,215,183,198,176,51,84,110,204,51,27,201,194,142,157,216,37,108,213,184,214,136,184,184,12,103,150,227,125,38,22,172,33,177,10,83,134,172,60,204,14,27,226,137,165,106,201,99,154,139,37,36,150,10,37,143,152,83,72,47,121,46,208,16,90,70,247,224,146,50,28,95,67,255,243,240,172,103,176,253,169,130,96,185,108,238,163,199,236,87,116,114,163,216,211,15,144,13,98,28,116,140,177,63,183,167,168,251,70,122,102,148,31,201,81,16,18,106,246,83,22,227,81,85,206,227,152,30,119,224,72,13,46,162,66,79,67,48,74,5,165,128,77,119,145,193,125,219,146,121,101,117,110,34,167,222,60,59,118,34,129,83,21,98,25,187,229,34,192,140,88,90,38,72,244,78,127,111,165,188,96,178,179,238,2,107,204,38,125,117,81,217,85,119,69,50,100,221,33,68,247,233,16,105,2,249,116,144,138,148,28,204,240,233,48,49,181,125,58,78,85,76,14,232,232,233,64,105,118,254,116,156,138,148,28,76,251,233,48,89,113,224,233,64,51,114,214,238,110,172,130,109,222,124,33,141,129,7,232,215,141,253,92,28,144,19,59,108,125,200,203,84,3,15,43,8,208,3,29,187,206,201,177,165,249,222,12,36,145,121,96,150,128,135,205,35,209,232,129,94,46,105,211,144,76,204,18,149,32,209,75,39,252,1,143,153,3,253,184,106,157,28,87,65,100,97,68,147,140,57,118,238,52,103,140,67,41,194,142,171,240,134,126,75,191,51,65,192,145,42,0,158,70,100,220,102,207,6,228,191,126,208,160,102,90,150,49,110,51,116,43,112,216,200,22,112,79,28,23,130,53,35,49,27,77,83,48,197,252,201,136,167,78,4,120,226,24,82,16,58,49,189,108,154,38,68,194,116,222,135,177,127,200,206,82,72,231,113,49,233,72,215,43,242,2,160,241,4,192,49,131,208,159,5,16,50,15,173,145,22,251,26,251,144,254,50,60,172,166,104,144,190,193,154,124,207,226,184,125,58,159,35,198,4,95,24,240,8,49,129,229,146,144,138,152,90,49,149,169,141,125,18,105,158,31,107,228,30,18,37,173,241,251,239,152,12,20,172,185,130,37,197,42,136,137,249,33,178,133,47,218,44,146,96,176,25,137,170,247,89,4,49,143,29,115,27,168,172,77,246,152,26,205,15,48,169,163,118,99,63,245,131,61,97,187,61,189,164,225,18,48,75,130,202,86,4,125,33,40,108,48,66,185,79,4,13,131,10,32,28,87,153,204,19,61,63,163,179,238,182,211,113,198,69,83,57,208,53,199,11,230,49,51,1,159,86,228,252,9,9,110,249,81,204,18,151,194,204,241,116,213,109,230,176,180,126,251,251,176,208,5,162,224,161,137,133,158,3,105,221,179,120,48,3,21,19,206,44,103,118,58,185,3,104,216,185,248,31,41,23,82,254,96,131,118,177,238,190,249,52,76,10,77,95,249,250,251,102,230,42,88,194,25,52,1,1,156,150,248,98,112,119,99,228,191,173,232,72,75,253,135,186,0,51,173,130,6,110,252,200,60,179,226,233,81,232,207,97,107,208,228,30,36,194,140,105,97,108,232,204,224,87,181,94,171,213,138,144,30,5,243,104,106,60,222,55,226,168,242,208,72,181,1,59,57,83,222,219,5,185,132,91,234,100,52,10,20,246,245,219,95,60,158,104,7,80,243,137,186,116,153,189,79,202,212,88,58,216,236,236,214,22,68,51,199,131,212,164,194,108,91,14,255,210,220,133,47,56,49,52,0,234,47,188,139,208,15,224,224,125,48,74,60,243,27,196,15,46,41,149,153,171,148,5,137,5,12,175,249,10,150,191,40,134,148,4,238,107,226,114,240,57,53,253,125,173,81,255,49,104,209,147,177,177,176,99,133,44,132,166,236,212,61,22,114,92,211,18,167,161,156,5,240,149,196,88,209,97,217,235,82,173,238,127,55,37,158,122,82,89,224,120,37,97,0,108,231,53,160,74,218,5,150,148,2,99,60,68,238,227,191,8,91,70,212,78,203,128,37,227,185,64,224,169,208,114,194,118,1,199,147,250,124,206,158,69,150,231,192,34,230,174,224,85,81,187,32,79,83,235,180,37,223,200,179,177,218,7,29,242,198,154,223,144,191,72,247,89,89,187,76,128,157,227,5,139,185,123,214,65,255,23,222,153,146,211,139,253,238,160,63,192,50,154,145,246,88,88,129,43,6,111,216,208,15,194,59,44,152,103,252,134,232,158,137,226,44,150,126,13,253,202,187,245,252,133,167,209,232,135,134,207,24,243,234,226,163,229,94,82,130,131,247,39,166,40,106,61,127,158,16,143,149,11,24,16,134,132,190,77,162,168,227,89,224,111,198,220,203,228,228,200,223,40,194,148,146,46,11,139,68,93,49,123,22,174,52,85,96,121,196,85,12,37,127,86,96,165,244,3,25,106,86,44,247,161,37,22,60,82,150,175,9,237,91,121,47,55,78,52,245,23,96,35,26,42,230,95,78,225,140,55,178,138,49,77,197,103,64,230,203,166,174,54,188,152,127,56,76,26,193,188,13,125,200,27,191,226,49,237,242,10,74,218,210,21,148,164,129,43,8,172,99,43,158,146,6,45,157,5,17,93,37,21,134,126,32,117,185,121,37,21,158,203,34,72,46,156,66,138,93,128,150,208,202,48,19,124,28,216,58,68,43,113,236,173,88,147,52,231,197,100,255,144,187,220,107,124,130,108,150,208,122,182,148,203,242,36,246,107,237,27,143,37,212,172,150,57,113,122,58,50,170,71,207,68,30,18,21,114,178,100,82,106,196,204,0,158,117,67,76,169,22,46,247,12,25,62,214,181,227,185,46,219,27,32,207,20,46,157,211,241,68,203,30,13,145,139,35,195,177,0,127,241,120,224,220,205,31,86,130,26,184,100,53,195,211,228,4,57,27,102,13,114,116,251,235,160,123,171,144,75,163,80,39,180,102,12,230,190,215,13,18,111,51,136,168,213,20,14,65,171,43,107,71,176,70,91,140,193,188,249,58,67,115,119,191,214,216,91,12,36,151,198,217,235,138,19,141,193,19,224,225,198,127,170,98,71,148,38,73,163,219,91,203,176,204,131,226,225,146,122,29,61,230,42,153,1,121,123,79,234,236,177,170,94,99,21,146,192,222,12,37,176,21,44,138,131,93,45,120,178,133,224,201,42,193,180,104,186,90,244,22,234,11,70,171,68,211,250,246,106,209,238,22,162,221,85,162,177,36,189,90,118,184,133,236,176,64,182,114,55,65,100,101,220,240,17,100,154,4,23,26,254,50,249,165,21,90,146,201,30,102,224,132,69,47,125,74,236,91,218,37,207,246,245,34,11,70,185,35,234,153,166,8,145,26,242,66,136,122,103,64,72,114,188,141,178,212,187,39,169,56,148,167,165,83,170,167,185,214,58,24,89,30,112,85,65,250,94,212,197,51,178,107,121,217,43,96,109,16,47,202,229,236,34,149,84,248,78,59,250,78,116,234,68,118,72,98,94,135,69,38,115,165,215,144,238,197,217,35,83,242,30,138,11,83,93,9,4,70,116,2,129,107,217,196,168,254,231,247,211,131,234,77,69,71,47,201,138,241,216,100,192,202,87,163,192,31,201,222,150,82,184,35,90,46,121,41,127,165,35,91,241,33,141,43,85,128,182,229,186,35,203,190,29,16,8,141,247,77,157,90,69,103,235,85,86,143,248,40,69,43,20,177,20,235,77,102,97,186,80,120,246,86,143,91,225,163,54,151,75,113,3,35,169,229,164,122,198,208,230,49,141,103,205,141,1,242,123,93,195,80,152,22,147,51,193,240,1,173,39,55,116,189,137,164,5,192,44,22,71,223,80,65,244,47,242,83,197,172,24,88,170,102,150,202,223,191,39,174,179,160,38,202,59,241,39,53,165,58,186,141,220,247,235,196,166,247,68,216,53,22,176,254,250,59,38,106,219,157,167,202,185,150,241,202,102,111,166,253,180,123,251,30,171,139,197,205,124,150,68,178,169,36,13,31,41,223,64,75,30,200,150,213,108,122,84,152,165,120,225,211,107,170,243,153,23,9,14,106,70,202,96,133,99,45,102,151,112,104,91,161,56,188,198,78,210,244,181,104,77,177,22,131,126,92,5,210,241,52,172,210,222,3,15,212,211,162,35,182,32,176,249,148,169,105,166,119,18,118,153,74,196,46,236,161,72,49,39,218,51,131,209,214,0,44,70,130,217,183,200,129,213,230,12,133,38,182,243,86,85,251,108,119,39,167,143,228,0,150,222,100,183,52,125,13,154,224,74,144,185,215,236,115,181,102,145,219,233,242,235,100,175,111,218,7,252,246,237,113,4,38,64,219,128,119,17,86,81,4,238,37,134,65,157,107,248,239,225,34,180,130,124,35,147,10,59,209,179,119,76,196,80,44,86,197,193,176,96,180,106,56,222,87,165,1,11,112,74,1,46,251,164,162,161,55,165,77,51,93,238,193,22,113,50,199,88,58,81,27,108,128,148,49,75,88,147,3,64,160,101,179,165,96,163,205,170,225,45,76,113,43,73,20,170,235,250,251,196,73,131,81,96,199,172,40,73,192,31,7,188,4,26,151,62,28,138,80,75,227,223,233,124,7,208,157,196,199,116,60,78,67,31,133,149,31,179,132,163,141,252,251,18,67,46,128,251,94,155,234,69,0,165,183,72,153,134,48,98,195,118,227,6,228,186,216,98,199,85,212,140,164,186,220,81,41,84,232,89,9,88,126,45,11,14,153,185,203,80,43,61,116,102,107,249,174,138,166,26,155,34,212,37,99,23,178,114,107,227,212,233,181,27,214,32,127,254,236,221,155,215,181,102,218,102,223,52,58,187,220,177,45,128,12,183,130,33,220,25,3,94,132,217,22,130,202,172,32,112,119,70,128,87,71,182,69,160,50,43,8,70,107,17,84,217,114,80,106,103,108,69,189,215,1,90,186,122,38,78,56,43,173,128,202,47,143,108,137,149,115,23,163,181,5,218,254,47,20,168,216,125,199,85,88,203,242,105,193,130,0,177,208,165,93,41,71,211,233,182,218,98,195,243,47,212,237,206,182,182,122,8,177,141,142,227,148,180,153,3,138,168,193,95,235,222,44,213,107,53,233,74,129,124,224,161,54,84,63,81,4,152,135,255,176,75,209,45,20,114,160,196,130,19,21,207,126,225,133,51,209,145,208,19,155,14,247,94,24,120,52,70,144,45,220,54,115,71,171,142,147,198,162,18,191,42,193,166,205,18,160,149,179,132,243,31,163,113,193,200,243,20,166,58,176,113,85,194,38,133,106,187,226,99,5,169,236,93,142,85,144,164,234,86,33,32,30,40,38,158,25,75,68,63,128,70,212,148,56,158,116,96,165,26,85,56,52,11,74,197,200,19,231,102,30,18,148,201,155,215,252,170,17,188,176,45,126,231,36,19,135,73,175,240,1,4,200,242,49,204,229,242,191,116,123,61,237,67,71,107,105,72,214,214,169,29,49,176,246,204,223,181,14,88,208,205,177,225,131,86,165,255,121,4,246,221,44,96,90,38,99,109,2,142,242,97,95,222,233,22,109,207,147,208,159,209,146,55,67,138,164,4,233,137,204,61,130,28,48,209,35,115,164,1,232,184,72,150,63,143,233,229,144,132,57,64,85,174,250,111,83,106,81,60,27,111,174,14,3,51,25,79,166,1,47,218,25,132,137,45,104,56,203,149,138,210,216,137,144,175,196,75,21,18,31,43,85,8,134,180,86,193,243,232,108,27,91,212,86,126,68,36,175,174,20,223,19,220,166,135,159,21,184,175,204,61,147,83,40,25,223,134,70,250,15,9,206,229,142,219,180,195,127,104,4,37,21,221,220,207,254,33,217,74,66,189,161,29,189,149,224,229,242,191,215,242,208,35,71,62,0,0 }; diff --git a/src/dataStyleCSS.h b/src/dataStyleCSS.h index 12aaf88..51ae60b 100644 --- a/src/dataStyleCSS.h +++ b/src/dataStyleCSS.h @@ -1,5 +1,5 @@ const char CSS_STYLE[] PROGMEM = R"=====( -.container{position:relative;width:79%;margin:20px;box-sizing:border-box}.column,.columns{width:100%;float:left}.card{min-height:100px;border-radius:6px;box-shadow:0 4px 4px rgba(204,197,185,0.5);padding-left:20px;padding-right:20px;margin-bottom:40px;min-width:500px;color:#fff}@media(min-width:1205px){.wide.card{min-width:1075px}}@media(min-width:1790px){.wide.card{min-width:1650px}}@media(max-width:630px){.card{min-width:98%}}.sectionbreak.columns{color:black}.sectionbreak.columns hr{border:0;height:2px;background-color:#666}.turquoise{background:#1abc9c;border-bottom:#16a085 3px solid}.emerald{background:#2ecc71;border-bottom:#27ae60 3px solid}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.dark{background:#444857;border-bottom:#444857 3px solid}.label{box-sizing:border-box;white-space:nowrap;border-radius:.2em;padding:.12em .4em .14em;text-align:center;color:#fff;font-weight:700;line-height:1.3;margin-bottom:5px;display:inline-block;white-space:nowrap;vertical-align:baseline;position:relative;top:-.15em;background-color:#999;margin-bottom:10px}.label-wrap{width:90%;white-space:pre-wrap;word-wrap:break-word}.label.color-blue{background-color:#6f9ad1}.label.color-red{background-color:#d37c7c}.label.color-green{background-color:#9bc268}.label.color-orange{background-color:#dea154}.label.color-yellow{background-color:#e9d641}.label.color-purple{background-color:#9f83d1}@media(min-width:400px){.container{width:84%}}@media(min-width:630px){.container{width:98%}.column,.columns{margin-right:35px}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{margin:0;font-size:1.5em;line-height:1;font-weight:400;font-family:"Open Sans",sans-serif;color:#222;background-color:#ecf0f1}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:300}h1{font-size:4rem;line-height:1.2;letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25;letter-spacing:-.1rem}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media(min-width:630px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1eaedb}a:hover{color:#0fa0ce}button{display:inline-block;padding:10px;border-radius:3px;color:#fff;background-color:#999}button:enabled:active{background-color:#666;transform:translateX(4px) translateY(4px)}#mainHeader{display:inline-block}#conStatus{position:inherit;font-size:.75em}button,.button{margin-bottom:1rem;margin-left:.3rem;margin-right:.3rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}.tcenter{text-align:center}hr{margin-top:.5rem;margin-bottom:1.2rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.control{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.1),hsla(0,0%,100%,0.1));border-radius:50%;box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.75),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.75);height:9em;margin:3em auto;position:relative;width:9em}.control ul{height:100%;padding:0;transform:rotate(45deg)}.control li{border-radius:100% 0 0 0;box-shadow:inset -1px -1px 1px hsla(0,0%,100%,0.5),0 0 1px hsla(0,0%,0%,0.75);display:inline-block;height:50%;overflow:hidden;width:50%}.control ul li:nth-child(2){transform:rotate(90deg)}.control ul li:nth-child(3){transform:rotate(-90deg)}.control ul li:nth-child(4){transform:rotate(180deg)}.control ul a{height:200%;position:relative;transform:rotate(-45deg);width:200%}.control a:hover,.control a:focus{background-color:hsla(0,0%,100%,0.25)}.control a{border-radius:50%;color:#333;display:block;font:bold 1em/3 sans-serif;text-align:center;text-decoration:none;text-shadow:0 1px 1px hsla(0,0%,100%,0.4);transition:.15s}.control .confirm{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.15),hsla(0,0%,100%,0.25));box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.25),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.85);left:50%;line-height:3;margin:-1.5em;position:absolute;top:50%;width:3em}.control .confirm:hover,.control .confirm:focus{background-color:#eee}.switch{display:inline-block !important;background-color:#bebebe;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);color:#fff;cursor:pointer;display:block;font-size:14px;height:26px;margin-left:.3rem;margin-right:.3rem;position:relative;width:60px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.switch.checked{background-color:#76d21d}.switch input[type="checkbox"]{display:none;cursor:pointer;height:10px;left:12px;position:absolute;top:8px;width:10px}.in{position:absolute;top:8px;left:12px;-webkit-transition:left .08s ease-in-out;-moz-transition:left .08s ease-in-out;-o-transition:left .08s ease-in-out;-ms-transition:left .08s ease-in-out;transition:left .08s ease-in-out}.switch.checked div{left:38px}.switch .in:before{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f0f0f0));background:-webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-o-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-ms-linear-gradient(top,#fff 0,#f0f0f0 100%);background:linear-gradient(to bottom,#fff 0,#f0f0f0 100%);border:1px solid #fff;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,0.3);content:"";height:18px;position:absolute;top:-5px;left:-9px;width:26px}.switch .in:after{background:#f0f0f0;background:-moz-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-o-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-ms-linear-gradient(top,#f0f0f0 0,#fff 100%);background:linear-gradient(to bottom,#f0f0f0 0,#fff 100%);border-radius:10px;content:"";height:12px;margin:-1px 0 0 -1px;position:absolute;width:12px}.rkmd-slider{display:block;position:relative;font-size:16px;font-family:"Roboto",sans-serif}.rkmd-slider input[type="range"]{overflow:hidden;position:absolute;width:1px;height:1px;opacity:0}.rkmd-slider input[type="range"]+.slider{display:block;position:relative;width:100%;height:27px;border-radius:13px;background-color:#bebebe}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider{height:4px;border-radius:0}}.rkmd-slider input[type="range"]+.slider .slider-fill{display:block;position:absolute;width:0;height:100%;user-select:none;z-index:1}.rkmd-slider input[type="range"]+.slider .slider-handle{cursor:pointer;position:absolute;top:12px;left:0;width:15px;height:15px;margin-left:-8px;border-radius:50%;transition:all .2s ease;user-select:none;z-index:2}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider .slider-handle{top:-5.5px}}.rkmd-slider input[type="range"]:disabled+.slider{background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle{cursor:default !important;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle .slider-label{display:none;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active{top:-5.5px;width:15px;height:15px;margin-left:-8px}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active .slider-label{display:none;border-radius:50%;transform:none}.rkmd-slider input[type="range"]:disabled+.slider .slider-handle:active{box-shadow:none !important;transform:scale(1) !important}.rkmd-slider.slider-discrete .slider .slider-handle{position:relative;z-index:1}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{position:absolute;top:-17.5px;left:4px;width:30px;height:30px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;border-radius:50%;-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg);-webkit-transition:all .2s ease;transition:all .2s ease}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{left:-2px;-webkit-transform:scale(0.5) rotate(-45deg);transform:scale(0.5) rotate(-45deg)}}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{position:absolute;top:7px;left:0;width:100%;color:#fff;font-size:16px;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{font-size:12px}}.rkmd-slider.slider-discrete .slider .slider-handle.is-active{top:0;margin-left:-2px;width:4px;height:4px}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label{top:-15px;left:-2px;border-radius:15px 15px 15px 0;-webkit-transform:rotate(-45deg) translate(23px,-25px);transform:rotate(-45deg) translate(23px,-25px)}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label span{opacity:1}.rkmd-slider.slider-discrete.slider-turquoise .slider-label{background-color:#16a085}.rkmd-slider.slider-discrete.slider-emerald .slider-label{background-color:#27ae60}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.rkmd-slider.slider-discrete.slider-peterriver .slider-label{background-color:#2980b9}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.rkmd-slider.slider-discrete.slider-wetasphalt .slider-label{background-color:#2c3e50}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.rkmd-slider.slider-discrete.slider-sunflower .slider-label{background-color:#e6bb0f}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.rkmd-slider.slider-discrete.slider-carrot .slider-label{background-color:#d35400}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.rkmd-slider.slider-discrete.slider-alizarin .slider-label{background-color:#c0392b}input{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}select{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}input[id^="num"]{max-width:6em;width:auto;text-align:right;font-weight:bold;font-size:115%}body div>ul.navigation{margin:0;margin-bottom:30px;padding:0;border-bottom:3px solid #666;overflow:hidden}ul.navigation li{list-style:none;float:left;margin-right:4px}ul.navigation li.controls{float:right}ul.navigation li a{font-weight:bold;display:inline-block;padding:6px 12px;color:#888;outline:0;text-decoration:none;background:#f3f3f3;background:-webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));background:-moz-linear-gradient(#eee,#e4e4e4);background:linear-gradient(#eee,#e4e4e4);-pie-background:linear-gradient(#eee,#e4e4e4)}ul.navigation li.active a{pointer-events:none;color:white;background:#666;background:-webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));background:-moz-linear-gradient(#888,#666);background:linear-gradient(#888,#666);-pie-background:linear-gradient(#888,#666)}div.tabscontent>div{padding:0 15px}#tabsnav:empty{display:none}.range-slider{margin:0}.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (45px));height:10px;border-radius:5px;outline:0;padding:0;margin:0}.range-slider__value{display:inline-block;position:relative;width:30px;color:#fff;line-height:20px;text-align:center;border-radius:3px;padding:5px 5px;margin-left:2px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;content:""}::-moz-range-track{border:0}input::-moz-focus-inner,input::-moz-focus-outer{border:0}svg{display:block;width:100%;height:100%}.y-axis path,.x-axis path{stroke:gray;stroke-width:1;fill:none}.series{stroke:steelblue;stroke-width:3;fill:none}.data-points circle{stroke:steelblue;stroke-width:2;fill:white}.data-points text{display:none}.data-points circle:hover{fill:steelblue;stroke-width:6}.data-points circle:hover+text{display:inline-block}text{text-anchor:end}.vert-switcher{transform:rotate(270deg);margin-top:15px;margin-bottom:25px}.vert-slider{width:150px;transform:rotate(270deg);display:inline-block;margin:50px -42px 70px -42px}.vert-slider span{transform:rotate(90deg)}button:disabled{color:#333;background-color:#999}select:disabled{color:#333;background-color:#999}input:disabled{color:#333;background-color:#999}.range-slider__range:disabled{background-color:#999}.range-slider__range:disabled::-webkit-slider-thumb{background-color:#aaa}.range-slider__range:disabled::-moz-range-thumb{background-color:#aaa}.switch.disabled .in::before{background:#bbb;border:1px solid #ddd}.switch.disabled .in::after{background:#bbb}.switch.checked.disabled{background:#b1d092} +.container{position:relative;width:79%;margin:20px;box-sizing:border-box}.column,.columns{width:100%;float:left}.card{min-height:100px;border-radius:6px;box-shadow:0 4px 4px rgba(204,197,185,0.5);padding-left:20px;padding-right:20px;margin-bottom:40px;min-width:500px;color:#fff}@media(min-width:1205px){.wide.card{min-width:1075px}}@media(min-width:1790px){.wide.card{min-width:1650px}}@media(max-width:630px){.card{min-width:98%}}.sectionbreak.columns{color:black}.sectionbreak.columns hr{border:0;height:2px;background-color:#666}.turquoise{background:#1abc9c;border-bottom:#16a085 3px solid}.emerald{background:#2ecc71;border-bottom:#27ae60 3px solid}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.dark{background:#444857;border-bottom:#444857 3px solid}.label{box-sizing:border-box;white-space:nowrap;border-radius:.2em;padding:.12em .4em .14em;text-align:center;color:#fff;font-weight:700;line-height:1.3;margin-bottom:5px;display:inline-block;white-space:nowrap;vertical-align:baseline;position:relative;top:-.15em;background-color:#999;margin-bottom:10px}.label-wrap{width:90%;white-space:pre-wrap;word-wrap:break-word}.label.color-blue{background-color:#6f9ad1}.label.color-red{background-color:#d37c7c}.label.color-green{background-color:#9bc268}.label.color-orange{background-color:#dea154}.label.color-yellow{background-color:#e9d641}.label.color-purple{background-color:#9f83d1}@media(min-width:400px){.container{width:84%}}@media(min-width:630px){.container{width:98%}.column,.columns{margin-right:35px}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{margin:0;font-size:1.5em;line-height:1;font-weight:400;font-family:"Open Sans",sans-serif;color:#222;background-color:#ecf0f1}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:300}h1{font-size:4rem;line-height:1.2;letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25;letter-spacing:-.1rem}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media(min-width:630px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1eaedb}a:hover{color:#0fa0ce}button{display:inline-block;padding:10px;border-radius:3px;color:#fff;background-color:#999}button:enabled:active{background-color:#666;transform:translateX(4px) translateY(4px)}#mainHeader{display:inline-block}#conStatus{position:inherit;font-size:.75em}button,.button{margin-bottom:1rem;margin-left:.3rem;margin-right:.3rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}.tcenter{text-align:center}hr{margin-top:.5rem;margin-bottom:1.2rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.control{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.1),hsla(0,0%,100%,0.1));border-radius:50%;box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.75),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.75);height:9em;margin:3em auto;position:relative;width:9em}.control ul{height:100%;padding:0;transform:rotate(45deg)}.control li{border-radius:100% 0 0 0;box-shadow:inset -1px -1px 1px hsla(0,0%,100%,0.5),0 0 1px hsla(0,0%,0%,0.75);display:inline-block;height:50%;overflow:hidden;width:50%}.control ul li:nth-child(2){transform:rotate(90deg)}.control ul li:nth-child(3){transform:rotate(-90deg)}.control ul li:nth-child(4){transform:rotate(180deg)}.control ul a{height:200%;position:relative;transform:rotate(-45deg);width:200%}.control a:hover,.control a:focus{background-color:hsla(0,0%,100%,0.25)}.control a{border-radius:50%;color:#333;display:block;font:bold 1em/3 sans-serif;text-align:center;text-decoration:none;text-shadow:0 1px 1px hsla(0,0%,100%,0.4);transition:.15s}.control .confirm{background-color:#ddd;background-image:linear-gradient(hsla(0,0%,0%,0.15),hsla(0,0%,100%,0.25));box-shadow:inset 0 1px 1px 1px hsla(0,0%,100%,0.5),0 0 1px 1px hsla(0,0%,100%,0.25),0 0 1px 2px hsla(0,0%,100%,0.25),0 0 1px 3px hsla(0,0%,100%,0.25),0 0 1px 4px hsla(0,0%,100%,0.25),0 0 1px 6px hsla(0,0%,0%,0.85);left:50%;line-height:3;margin:-1.5em;position:absolute;top:50%;width:3em}.control .confirm:hover,.control .confirm:focus{background-color:#eee}.control a.confirm:active{background-color:#777}.control li:active{background-color:#777}.switch{display:inline-block !important;background-color:#bebebe;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);color:#fff;cursor:pointer;display:block;font-size:14px;height:26px;margin-left:.3rem;margin-right:.3rem;position:relative;width:60px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.switch.checked{background-color:#76d21d}.switch input[type="checkbox"]{display:none;cursor:pointer;height:10px;left:12px;position:absolute;top:8px;width:10px}.in{position:absolute;top:8px;left:12px;-webkit-transition:left .08s ease-in-out;-moz-transition:left .08s ease-in-out;-o-transition:left .08s ease-in-out;-ms-transition:left .08s ease-in-out;transition:left .08s ease-in-out}.switch.checked div{left:38px}.switch .in:before{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f0f0f0));background:-webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-o-linear-gradient(top,#fff 0,#f0f0f0 100%);background:-ms-linear-gradient(top,#fff 0,#f0f0f0 100%);background:linear-gradient(to bottom,#fff 0,#f0f0f0 100%);border:1px solid #fff;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,0.3);content:"";height:18px;position:absolute;top:-5px;left:-9px;width:26px}.switch .in:after{background:#f0f0f0;background:-moz-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-o-linear-gradient(top,#f0f0f0 0,#fff 100%);background:-ms-linear-gradient(top,#f0f0f0 0,#fff 100%);background:linear-gradient(to bottom,#f0f0f0 0,#fff 100%);border-radius:10px;content:"";height:12px;margin:-1px 0 0 -1px;position:absolute;width:12px}.rkmd-slider{display:block;position:relative;font-size:16px;font-family:"Roboto",sans-serif}.rkmd-slider input[type="range"]{overflow:hidden;position:absolute;width:1px;height:1px;opacity:0}.rkmd-slider input[type="range"]+.slider{display:block;position:relative;width:100%;height:27px;border-radius:13px;background-color:#bebebe}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider{height:4px;border-radius:0}}.rkmd-slider input[type="range"]+.slider .slider-fill{display:block;position:absolute;width:0;height:100%;user-select:none;z-index:1}.rkmd-slider input[type="range"]+.slider .slider-handle{cursor:pointer;position:absolute;top:12px;left:0;width:15px;height:15px;margin-left:-8px;border-radius:50%;transition:all .2s ease;user-select:none;z-index:2}@media(pointer:fine){.rkmd-slider input[type="range"]+.slider .slider-handle{top:-5.5px}}.rkmd-slider input[type="range"]:disabled+.slider{background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle{cursor:default !important;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle .slider-label{display:none;background-color:#b0b0b0 !important}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active{top:-5.5px;width:15px;height:15px;margin-left:-8px}.rkmd-slider input[type="range"]:disabled+.slider .slider-fill.is-active .slider-label,.rkmd-slider input[type="range"]:disabled+.slider .slider-handle.is-active .slider-label{display:none;border-radius:50%;transform:none}.rkmd-slider input[type="range"]:disabled+.slider .slider-handle:active{box-shadow:none !important;transform:scale(1) !important}.rkmd-slider.slider-discrete .slider .slider-handle{position:relative;z-index:1}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{position:absolute;top:-17.5px;left:4px;width:30px;height:30px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;border-radius:50%;-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg);-webkit-transition:all .2s ease;transition:all .2s ease}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label{left:-2px;-webkit-transform:scale(0.5) rotate(-45deg);transform:scale(0.5) rotate(-45deg)}}.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{position:absolute;top:7px;left:0;width:100%;color:#fff;font-size:16px;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(pointer:fine){.rkmd-slider.slider-discrete .slider .slider-handle .slider-label span{font-size:12px}}.rkmd-slider.slider-discrete .slider .slider-handle.is-active{top:0;margin-left:-2px;width:4px;height:4px}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label{top:-15px;left:-2px;border-radius:15px 15px 15px 0;-webkit-transform:rotate(-45deg) translate(23px,-25px);transform:rotate(-45deg) translate(23px,-25px)}.rkmd-slider.slider-discrete .slider .slider-handle.is-active .slider-label span{opacity:1}.rkmd-slider.slider-discrete.slider-turquoise .slider-label{background-color:#16a085}.rkmd-slider.slider-discrete.slider-emerald .slider-label{background-color:#27ae60}.peterriver{background:#3498db;border-bottom:#2980b9 3px solid}.rkmd-slider.slider-discrete.slider-peterriver .slider-label{background-color:#2980b9}.wetasphalt{background:#34495e;border-bottom:#2c3e50 3px solid}.rkmd-slider.slider-discrete.slider-wetasphalt .slider-label{background-color:#2c3e50}.sunflower{background:#f1c40f;border-bottom:#e6bb0f 3px solid}.rkmd-slider.slider-discrete.slider-sunflower .slider-label{background-color:#e6bb0f}.carrot{background:#e67e22;border-bottom:#d35400 3px solid}.rkmd-slider.slider-discrete.slider-carrot .slider-label{background-color:#d35400}.alizarin{background:#e74c3c;border-bottom:#c0392b 3px solid}.rkmd-slider.slider-discrete.slider-alizarin .slider-label{background-color:#c0392b}input{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}select{margin:0 auto 1.2rem auto;padding:2px 5px;width:100%;box-sizing:border-box;border:0;border-radius:4px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background:rgba(255,255,255,0.8)}input[id^="num"]{max-width:6em;width:auto;text-align:right;font-weight:bold;font-size:115%}body div>ul.navigation{margin:0;margin-bottom:30px;padding:0;border-bottom:3px solid #666;overflow:hidden}ul.navigation li{list-style:none;float:left;margin-right:4px}ul.navigation li.controls{float:right}ul.navigation li a{font-weight:bold;display:inline-block;padding:6px 12px;color:#888;outline:0;text-decoration:none;background:#f3f3f3;background:-webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));background:-moz-linear-gradient(#eee,#e4e4e4);background:linear-gradient(#eee,#e4e4e4);-pie-background:linear-gradient(#eee,#e4e4e4)}ul.navigation li.active a{pointer-events:none;color:white;background:#666;background:-webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));background:-moz-linear-gradient(#888,#666);background:linear-gradient(#888,#666);-pie-background:linear-gradient(#888,#666)}div.tabscontent>div{padding:0 15px}#tabsnav:empty{display:none}.range-slider{margin:0}.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (45px));height:10px;border-radius:5px;outline:0;padding:0;margin:0}.range-slider__value{display:inline-block;position:relative;width:30px;color:#fff;line-height:20px;text-align:center;border-radius:3px;padding:5px 5px;margin-left:2px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;content:""}::-moz-range-track{border:0}input::-moz-focus-inner,input::-moz-focus-outer{border:0}svg{display:block;width:100%;height:100%}.y-axis path,.x-axis path{stroke:gray;stroke-width:1;fill:none}.series{stroke:steelblue;stroke-width:3;fill:none}.data-points circle{stroke:steelblue;stroke-width:2;fill:white}.data-points text{display:none}.data-points circle:hover{fill:steelblue;stroke-width:6}.data-points circle:hover+text{display:inline-block}text{text-anchor:end}.vert-switcher{transform:rotate(270deg);margin-top:15px;margin-bottom:25px}.vert-slider{width:150px;transform:rotate(270deg);display:inline-block;margin:50px -42px 70px -42px}.vert-slider span{transform:rotate(90deg)}button:disabled{color:#333;background-color:#999}select:disabled{color:#333;background-color:#999}input:disabled{color:#333;background-color:#999}.range-slider__range:disabled{background-color:#999}.range-slider__range:disabled::-webkit-slider-thumb{background-color:#aaa}.range-slider__range:disabled::-moz-range-thumb{background-color:#aaa}.switch.disabled .in::before{background:#bbb;border:1px solid #ddd}.switch.disabled .in::after{background:#bbb}.switch.checked.disabled{background:#b1d092} )====="; -const uint8_t CSS_STYLE_GZIP[3573] PROGMEM = { 31,139,8,0,66,80,248,97,2,255,213,27,219,110,235,184,241,87,212,4,1,98,172,164,234,110,91,198,46,250,216,183,2,221,151,22,197,246,128,146,168,72,136,44,185,146,124,146,172,161,127,239,144,212,133,55,197,78,114,22,69,143,79,18,155,154,25,206,157,195,33,109,167,77,221,163,178,198,237,229,212,116,101,95,54,117,220,226,10,245,229,119,124,120,41,179,190,136,183,251,135,195,17,181,79,101,29,123,206,233,245,144,52,175,86,87,254,94,214,79,113,210,180,25,110,45,24,25,236,180,169,206,199,218,28,255,118,23,134,236,58,206,195,33,175,26,212,199,21,206,123,0,67,109,118,57,150,181,85,224,242,169,232,9,0,165,73,9,181,40,43,207,93,28,77,179,20,40,107,94,98,199,8,78,175,244,167,125,74,208,163,231,4,166,187,223,154,238,46,52,29,59,220,28,78,40,203,128,27,139,76,192,88,156,70,90,58,5,29,98,18,0,171,125,223,28,227,128,14,193,103,198,101,72,153,0,206,155,54,190,207,243,124,248,203,17,103,37,122,92,32,92,207,9,79,175,155,139,13,31,241,34,196,36,228,22,30,14,26,172,237,222,89,199,138,66,135,199,66,175,227,131,200,103,72,18,252,126,247,48,12,118,135,83,98,164,164,197,232,121,214,53,227,60,169,80,250,172,135,48,138,246,194,116,28,59,135,81,243,30,209,50,96,60,181,205,185,206,172,81,250,40,138,6,187,63,183,255,57,55,101,135,47,11,64,124,239,162,36,221,167,135,217,232,84,147,247,110,132,156,93,104,248,96,158,174,169,202,108,176,241,17,183,168,202,4,92,15,167,233,214,149,113,189,45,194,145,195,227,158,112,143,219,22,156,175,21,208,253,96,191,203,18,5,125,191,115,146,61,143,254,130,123,212,157,10,84,245,18,122,176,15,177,130,158,250,56,20,102,239,206,53,248,234,139,52,121,238,166,129,147,203,216,56,74,18,39,231,177,193,94,109,35,78,140,163,45,246,60,25,53,243,195,192,17,38,70,85,249,59,106,203,90,68,222,6,169,175,232,59,117,252,189,151,240,200,25,106,159,5,196,32,8,118,225,86,70,100,163,60,98,133,18,92,93,180,241,124,120,41,202,30,91,221,9,165,56,174,155,151,22,157,164,32,181,61,124,156,2,45,182,93,248,100,216,1,249,229,194,239,67,143,95,123,11,164,122,170,227,20,215,96,83,46,186,14,57,228,28,235,133,121,225,214,113,14,21,228,159,57,31,216,190,20,171,16,90,135,172,236,78,21,122,139,203,154,194,38,85,147,62,235,88,4,191,233,203,20,85,227,212,9,234,48,65,56,168,185,173,111,78,177,101,187,33,240,170,6,193,126,191,151,152,112,73,168,50,133,89,100,166,49,189,237,33,187,241,108,156,90,76,31,31,94,64,87,244,93,76,227,208,34,159,71,124,155,78,2,50,156,249,240,154,227,47,223,163,204,21,65,91,156,105,32,51,127,155,110,83,17,242,169,197,184,214,192,238,147,212,139,118,34,108,211,162,250,73,199,66,134,145,27,6,34,240,27,174,32,48,52,192,120,159,69,129,196,239,233,220,158,42,29,229,125,190,243,65,56,37,79,6,206,152,241,230,197,136,141,239,130,7,77,86,157,243,163,4,77,18,164,178,12,141,102,100,43,129,79,210,244,248,40,206,203,182,235,173,180,40,171,108,6,231,7,39,84,186,172,56,131,221,212,120,166,190,188,159,22,186,192,142,230,127,91,224,163,127,105,228,165,208,183,253,249,31,129,40,192,88,18,140,231,193,131,188,57,183,210,184,239,216,2,245,28,92,88,6,217,139,228,187,242,85,102,145,232,167,195,223,113,45,61,8,35,145,58,141,68,9,38,10,69,242,117,169,168,96,27,16,169,20,234,59,79,162,94,105,88,216,187,146,114,94,112,165,136,72,139,9,213,42,86,95,148,109,54,194,174,40,12,204,193,192,58,17,78,22,139,144,131,229,35,23,161,168,230,154,60,239,112,111,37,111,150,224,9,154,209,78,112,157,157,228,25,11,198,226,35,166,118,84,164,227,110,37,86,23,12,206,147,204,149,113,145,150,23,9,4,56,143,51,245,195,34,186,31,216,43,34,113,142,105,234,135,69,74,129,191,38,212,226,191,166,118,84,164,19,122,34,50,231,98,230,202,184,72,32,114,214,68,226,163,193,92,25,151,104,237,215,132,226,162,198,212,15,139,148,182,162,227,245,90,161,250,21,145,118,209,170,72,213,138,126,164,216,228,169,237,195,53,161,228,16,52,223,121,118,171,31,41,241,106,190,247,240,86,245,75,209,109,174,63,82,189,107,40,250,99,117,161,165,11,84,75,56,142,60,59,124,24,146,38,123,27,65,161,178,94,158,186,54,169,44,132,194,70,40,123,96,197,99,159,115,116,44,171,183,248,238,111,39,92,27,191,162,186,187,51,59,248,13,158,218,150,249,84,52,121,164,134,84,151,222,52,119,114,119,40,92,179,240,204,194,55,139,192,44,66,179,136,38,214,73,137,227,72,117,140,29,182,192,23,207,137,239,56,64,130,19,44,104,101,206,109,239,80,225,30,138,56,90,229,144,122,15,42,39,128,26,10,143,195,243,237,72,131,25,174,161,250,60,170,138,232,175,225,5,28,158,103,107,152,245,53,83,58,59,138,27,94,120,11,237,84,92,29,106,72,81,35,1,53,84,81,35,25,213,89,173,92,4,117,135,138,34,3,219,83,53,68,149,43,74,239,43,50,121,43,172,14,195,73,112,138,1,141,91,198,123,23,35,156,37,3,138,139,134,236,185,198,81,39,71,78,138,135,228,12,62,83,95,180,197,247,84,249,187,234,246,221,23,246,210,250,242,122,164,29,227,26,37,21,206,98,148,146,170,252,162,221,143,30,122,168,84,187,188,105,143,49,125,7,21,60,254,199,99,0,154,52,230,207,255,164,159,135,251,35,20,132,127,197,8,184,209,178,61,220,67,209,248,107,143,250,115,183,244,59,202,186,128,96,235,185,232,181,183,16,189,35,139,166,61,170,65,218,16,16,15,224,115,132,237,115,35,172,220,164,67,131,125,182,242,115,85,49,23,224,43,153,149,70,202,217,34,173,0,14,101,233,12,188,143,118,34,40,116,230,11,235,184,208,247,243,19,194,229,133,111,197,244,108,103,118,81,246,106,67,209,242,238,194,188,93,18,159,250,232,100,120,198,157,51,125,36,72,238,180,205,52,238,177,75,94,195,82,175,199,40,135,89,76,187,109,94,166,183,103,43,205,47,4,0,24,136,239,238,230,13,95,79,220,227,144,86,24,181,32,109,95,48,42,109,83,233,246,45,89,198,59,91,121,68,79,56,38,182,71,100,99,4,190,9,180,31,11,112,151,71,199,116,30,232,127,219,221,152,203,8,81,47,29,219,72,30,29,78,106,103,13,169,178,134,69,195,112,12,34,227,244,163,80,9,55,166,195,193,40,207,183,28,128,167,3,240,56,0,255,26,64,112,13,32,18,0,38,14,166,94,208,126,54,112,236,195,30,30,157,251,230,176,214,15,220,19,159,30,173,96,156,171,203,210,200,123,152,179,130,195,197,108,219,64,188,225,199,32,204,240,211,102,193,172,202,139,168,100,66,192,32,236,58,170,174,45,34,130,117,139,174,53,50,106,243,215,200,53,177,44,201,124,164,237,19,23,101,150,225,250,48,245,4,31,120,49,129,223,184,238,11,182,53,124,244,54,23,69,192,189,35,10,40,227,248,26,28,235,26,82,160,65,114,119,42,18,154,204,224,81,51,168,237,14,101,102,102,143,81,88,130,181,208,27,87,3,147,27,200,155,20,82,166,18,115,58,151,227,232,92,212,48,26,99,21,42,179,217,46,204,32,36,251,66,136,87,153,225,226,227,159,125,131,171,130,212,102,18,29,201,112,218,180,136,202,89,67,249,198,6,231,158,241,170,179,4,27,166,13,166,33,219,13,187,133,99,242,38,47,219,227,143,202,46,161,38,189,128,138,54,63,60,155,120,255,243,108,178,131,72,99,197,50,88,153,47,141,166,126,94,108,177,162,120,118,78,148,192,2,113,238,89,47,142,96,141,91,119,62,191,76,6,145,61,114,30,95,113,204,123,140,241,96,119,47,101,159,22,218,74,192,248,83,121,60,53,109,143,234,94,83,161,36,152,188,164,85,32,16,143,37,38,187,57,84,27,244,104,2,180,65,94,182,191,225,11,160,244,220,118,240,254,212,148,212,119,85,183,31,75,53,66,127,138,226,104,57,178,120,183,186,88,205,210,17,169,203,160,198,79,158,203,222,226,252,93,150,213,176,189,206,192,168,195,22,16,110,206,253,193,58,54,191,127,12,161,249,32,253,238,67,240,31,128,157,12,110,167,5,78,159,181,77,211,109,148,121,110,54,1,26,101,125,58,247,255,234,223,78,248,231,59,138,4,246,189,251,109,118,24,154,86,36,243,205,203,29,232,151,245,101,200,65,138,222,169,119,240,100,170,220,72,231,177,172,47,235,128,11,49,141,217,200,67,3,182,49,239,219,106,5,170,185,133,82,119,29,232,26,128,172,127,35,43,191,95,216,70,127,71,196,31,149,14,106,136,19,12,139,145,120,188,36,238,21,98,42,155,156,95,65,87,38,1,52,28,248,227,144,151,65,178,211,70,64,28,181,55,35,49,34,38,101,153,16,160,111,88,29,107,178,134,117,7,195,143,14,165,188,225,135,104,230,27,39,218,104,39,249,20,131,205,231,208,192,68,159,193,83,113,38,225,245,152,236,152,144,171,223,169,97,132,76,232,201,7,180,206,114,60,43,228,192,185,158,159,162,102,183,26,43,86,56,197,128,181,159,195,134,228,65,193,111,232,118,65,116,27,202,252,141,158,195,4,101,150,254,177,158,195,124,68,227,60,224,82,31,240,156,43,12,54,159,67,91,245,156,247,241,222,243,28,29,166,84,206,211,54,128,226,1,222,188,178,197,180,160,39,206,67,222,104,220,98,58,122,39,62,208,62,31,51,171,3,127,228,118,246,99,39,66,89,1,185,53,149,172,163,66,159,237,239,13,136,208,240,77,54,129,182,176,34,208,3,50,88,14,228,13,194,42,167,203,2,78,222,54,164,17,212,191,145,83,138,43,51,252,100,223,40,25,215,6,152,42,133,173,210,127,113,125,237,201,62,171,105,166,166,212,184,156,197,57,216,120,115,185,153,193,113,214,64,153,212,25,110,150,210,24,255,90,121,89,85,107,34,75,170,117,14,252,54,243,220,145,62,27,174,112,218,179,53,250,119,88,129,50,252,26,187,31,103,162,64,117,86,225,139,180,202,235,115,20,117,94,118,242,52,153,34,228,108,30,74,69,155,181,83,212,68,202,92,110,25,69,85,53,23,49,235,82,121,95,51,154,44,42,203,182,54,189,178,114,141,70,12,230,161,29,186,217,3,52,142,229,144,23,87,80,127,156,170,224,18,230,231,209,69,99,102,56,71,231,170,191,82,234,255,96,238,231,15,244,68,252,203,178,136,228,196,202,244,143,23,198,46,59,139,181,102,191,44,200,66,138,115,192,91,163,232,135,137,241,131,173,179,70,88,178,147,62,5,208,118,12,1,24,190,202,198,220,62,95,106,50,66,151,119,252,101,198,46,69,21,126,116,55,107,94,50,145,134,57,211,22,247,179,100,114,144,169,171,147,62,11,223,72,79,82,224,74,145,232,110,237,185,78,12,102,255,33,199,42,147,255,248,202,198,151,72,109,53,176,105,134,146,3,148,79,171,149,195,250,19,213,90,10,181,69,135,82,55,237,58,132,102,111,39,44,2,43,227,215,87,128,207,169,153,69,152,167,83,217,40,2,233,61,93,19,83,3,51,124,221,7,140,238,132,214,54,204,91,101,33,118,150,230,226,124,199,108,169,1,213,22,162,42,175,208,168,94,107,96,47,85,221,76,65,89,183,233,6,68,51,218,169,131,242,192,31,100,103,166,74,78,39,158,188,248,223,72,86,202,226,142,152,169,189,57,34,185,94,86,32,165,239,15,207,36,185,44,203,3,203,110,209,83,11,224,144,180,73,231,95,206,186,173,71,103,93,206,17,31,61,40,158,77,203,35,151,125,15,31,3,255,145,66,50,123,77,174,246,126,62,157,62,207,151,118,37,125,169,85,2,187,178,123,19,209,241,46,239,85,146,236,38,239,151,239,239,222,192,209,50,195,117,166,40,253,47,223,10,190,129,169,101,134,235,76,81,250,95,189,107,124,3,79,243,4,87,89,98,228,191,116,129,249,6,126,24,245,171,204,48,218,95,188,18,125,3,59,19,253,171,12,49,234,3,45,203,230,171,62,244,136,212,96,167,224,227,113,233,120,244,73,78,95,184,202,118,245,196,254,48,223,199,255,194,41,3,167,27,246,221,136,48,52,167,31,199,222,109,6,182,180,252,223,177,205,106,224,50,251,247,207,119,245,249,120,247,27,119,7,34,194,199,145,73,202,63,183,176,211,99,17,225,110,19,57,78,228,43,1,119,188,177,69,26,211,191,156,43,187,70,223,203,39,122,130,184,220,225,18,239,57,248,220,215,73,22,153,167,135,75,143,148,92,83,145,218,68,131,48,1,57,239,174,202,14,56,233,223,42,204,22,255,229,50,134,120,178,67,86,76,25,121,58,249,234,132,187,29,50,148,129,46,138,252,239,94,223,33,214,161,93,141,209,217,119,187,221,161,57,247,4,146,28,226,235,142,89,133,116,229,147,215,45,61,84,210,43,116,166,246,97,222,54,199,71,114,68,183,49,251,6,222,4,228,37,181,73,117,77,92,130,98,78,224,239,117,42,69,64,235,84,130,220,55,66,171,154,31,23,104,116,25,139,50,139,220,145,236,187,241,116,136,234,141,126,7,64,208,12,113,136,207,169,5,76,192,212,2,36,110,209,9,192,155,20,246,93,133,44,80,87,181,49,131,14,16,38,118,15,117,247,216,198,253,133,156,231,204,193,64,139,171,225,158,60,7,125,197,248,120,234,223,132,125,47,164,97,178,125,157,186,182,83,132,73,195,75,194,17,31,124,251,198,190,159,48,105,14,157,78,192,38,170,211,49,120,24,30,108,63,82,218,105,55,44,3,42,116,40,195,54,194,9,157,180,153,35,93,217,217,187,151,176,214,179,246,237,219,119,68,190,164,161,15,160,149,222,172,47,126,147,76,56,9,167,95,68,83,119,34,234,237,185,137,179,112,76,202,194,213,109,90,78,171,108,142,71,35,87,206,23,173,237,156,227,231,150,170,195,181,233,135,152,121,25,155,0,234,220,244,121,254,226,24,203,202,35,0,61,119,135,253,126,141,91,83,29,7,37,227,229,27,103,67,247,253,73,234,243,170,141,108,230,1,111,22,122,45,59,227,132,250,194,180,95,151,15,151,14,146,223,51,142,193,75,223,14,236,253,116,39,238,64,58,60,163,195,145,134,62,238,38,224,174,199,184,34,223,179,17,49,124,30,35,67,61,178,104,96,119,70,90,182,105,133,175,96,123,12,155,70,188,136,78,44,43,5,128,74,125,188,104,73,105,172,204,16,173,227,253,36,204,33,220,108,164,79,152,115,213,105,1,238,135,107,40,132,200,23,162,44,118,126,70,110,250,201,27,26,111,75,175,18,29,184,219,126,124,255,109,92,231,60,250,181,25,70,74,8,218,144,58,244,26,81,109,220,140,161,70,48,13,43,32,85,199,118,126,43,204,193,182,64,107,183,172,198,235,163,83,95,236,194,93,43,210,223,55,29,247,216,183,35,48,167,190,29,94,151,188,22,244,79,224,196,243,162,49,109,240,138,243,49,209,80,66,8,93,165,196,197,244,123,84,198,243,251,9,145,30,185,234,206,234,147,36,209,28,20,103,89,182,66,66,61,182,5,10,242,117,1,91,163,45,0,116,51,103,239,13,255,5,246,244,59,225,169,60,0,0 }; +const uint8_t CSS_STYLE_GZIP[3586] PROGMEM = { 31,139,8,0,16,93,248,97,2,255,213,27,219,110,235,184,241,87,212,4,1,98,172,164,234,110,91,198,46,250,216,183,2,221,151,22,197,246,128,146,168,72,136,44,185,146,124,146,172,161,127,239,144,212,133,55,197,78,114,22,69,143,79,18,155,154,25,206,157,195,33,109,167,77,221,163,178,198,237,229,212,116,101,95,54,117,220,226,10,245,229,119,124,120,41,179,190,136,183,251,135,195,17,181,79,101,29,123,206,233,245,144,52,175,86,87,254,94,214,79,113,210,180,25,110,45,24,25,236,180,169,206,199,218,28,255,118,23,134,236,58,206,195,33,175,26,212,199,21,206,123,0,67,109,118,57,150,181,85,224,242,169,232,9,0,165,73,9,181,40,43,207,93,28,77,179,20,40,107,94,98,199,8,78,175,244,167,125,74,208,163,231,4,166,187,223,154,238,46,52,29,59,220,28,78,40,203,128,27,139,76,192,88,156,70,90,58,5,29,98,18,0,171,125,223,28,227,128,14,193,103,198,101,72,153,0,206,155,54,190,207,243,124,248,203,17,103,37,122,92,32,92,207,9,79,175,155,139,13,31,241,34,196,36,228,22,30,14,26,172,237,222,89,199,138,66,135,199,66,175,227,131,200,103,72,18,252,126,247,48,12,118,135,83,98,164,164,197,232,121,214,53,227,60,169,80,250,172,135,48,138,246,194,116,28,59,135,81,243,30,209,50,96,60,181,205,185,206,172,81,250,40,138,6,187,63,183,255,57,55,101,135,47,11,64,124,239,162,36,221,167,135,217,232,84,147,247,110,132,156,93,104,248,96,158,174,169,202,108,176,241,17,183,168,202,4,92,15,167,233,214,149,113,189,45,194,145,195,227,158,112,143,219,22,156,175,21,208,253,96,191,203,18,5,125,191,115,146,61,143,254,130,123,212,157,10,84,245,18,122,176,15,177,130,158,250,56,20,102,239,206,53,248,234,139,52,121,238,166,129,147,203,216,56,74,18,39,231,177,193,94,109,35,78,140,163,45,246,60,25,53,243,195,192,17,38,70,85,249,59,106,203,90,68,222,6,169,175,232,59,117,252,189,151,240,200,25,106,159,5,196,32,8,118,225,86,70,100,163,60,98,133,18,92,93,180,241,124,120,41,202,30,91,221,9,165,56,174,155,151,22,157,164,32,181,61,124,156,2,45,182,93,248,100,216,1,249,229,194,239,67,143,95,123,11,164,122,170,227,20,215,96,83,46,186,14,57,228,28,235,133,121,225,214,113,14,21,228,159,57,31,216,190,20,171,16,90,135,172,236,78,21,122,139,203,154,194,38,85,147,62,235,88,4,191,233,203,20,85,227,212,9,234,48,65,56,168,185,173,111,78,177,101,187,33,240,170,6,193,126,191,151,152,112,73,168,50,133,89,100,166,49,189,237,33,187,241,108,156,90,76,31,31,94,64,87,244,93,76,227,208,34,159,71,124,155,78,2,50,156,249,240,154,227,47,223,163,204,21,65,91,156,105,32,51,127,155,110,83,17,242,169,197,184,214,192,238,147,212,139,118,34,108,211,162,250,73,199,66,134,145,27,6,34,240,27,174,32,48,52,192,120,159,69,129,196,239,233,220,158,42,29,229,125,190,243,65,56,37,79,6,206,152,241,230,197,136,141,239,130,7,77,86,157,243,163,4,77,18,164,178,12,141,102,100,43,129,79,210,244,248,40,206,203,182,235,173,180,40,171,108,6,231,7,39,84,186,172,56,131,221,212,120,166,190,188,159,22,186,192,142,230,127,91,224,163,127,105,228,165,208,183,253,249,31,129,40,192,88,18,140,231,193,131,188,57,183,210,184,239,216,2,245,28,92,88,6,217,139,228,187,242,85,102,145,232,167,195,223,113,45,61,8,35,145,58,141,68,9,38,10,69,242,117,169,168,96,27,16,169,20,234,59,79,162,94,105,88,216,187,146,114,94,112,165,136,72,139,9,213,42,86,95,148,109,54,194,174,40,12,204,193,192,58,17,78,22,139,144,131,229,35,23,161,168,230,154,60,239,112,111,37,111,150,224,9,154,209,78,112,157,157,228,25,11,198,226,35,166,118,84,164,227,110,37,86,23,12,206,147,204,149,113,145,150,23,9,4,56,143,51,245,195,34,186,31,216,43,34,113,142,105,234,135,69,74,129,191,38,212,226,191,166,118,84,164,19,122,34,50,231,98,230,202,184,72,32,114,214,68,226,163,193,92,25,151,104,237,215,132,226,162,198,212,15,139,148,182,162,227,245,90,161,250,21,145,118,209,170,72,213,138,126,164,216,228,169,237,195,53,161,228,16,52,223,121,118,171,31,41,241,106,190,247,240,86,245,75,209,109,174,63,82,189,107,40,250,99,117,161,165,11,84,75,56,142,60,59,124,24,146,38,123,27,65,161,178,94,158,186,54,169,44,132,194,70,40,123,96,197,99,159,115,116,44,171,183,248,238,111,39,92,27,191,162,186,187,51,59,248,13,158,218,150,249,84,52,121,164,134,84,151,222,52,119,114,119,40,92,179,240,204,194,55,139,192,44,66,179,136,38,214,73,137,227,72,117,140,29,182,192,23,207,137,239,56,64,130,19,44,104,101,206,109,239,80,225,30,138,56,90,229,144,122,15,42,39,128,26,10,143,195,243,237,72,131,25,174,161,250,60,170,138,232,175,225,5,28,158,103,107,152,245,53,83,58,59,138,27,94,120,11,237,84,92,29,106,72,81,35,1,53,84,81,35,25,213,89,173,92,4,117,135,138,34,3,219,83,53,68,149,43,74,239,43,50,121,43,172,14,195,73,112,138,1,141,91,198,123,23,35,156,37,3,138,139,134,236,185,198,81,39,71,78,138,135,228,12,62,83,95,180,197,247,84,249,187,234,246,221,23,246,210,250,242,122,164,29,227,26,37,21,206,98,148,146,170,252,162,221,143,30,122,168,84,187,188,105,143,49,125,7,21,60,254,199,99,0,154,52,230,207,255,164,159,135,251,35,20,132,127,197,8,184,209,178,61,220,67,209,248,107,143,250,115,183,244,59,202,186,128,96,235,185,232,181,183,16,189,35,139,166,61,170,65,218,16,16,15,224,115,132,237,115,35,172,220,164,67,131,125,182,242,115,85,49,23,224,43,153,149,70,202,217,34,173,0,14,101,233,12,188,143,118,34,40,116,230,11,235,184,208,247,243,19,194,229,133,111,197,244,108,103,118,81,246,106,67,209,242,238,194,188,93,18,159,250,232,100,120,198,157,51,125,36,72,238,180,205,52,238,177,75,94,195,82,175,199,40,135,89,76,187,109,94,166,183,103,43,205,47,4,0,24,136,239,238,230,13,95,79,220,227,144,86,24,181,32,109,95,48,42,109,83,233,246,45,89,198,59,91,121,68,79,56,38,182,71,100,99,4,190,9,180,31,11,112,151,71,199,116,30,232,127,219,221,152,203,8,81,47,29,219,72,30,29,78,106,103,13,169,178,134,69,195,112,12,34,227,244,163,80,9,55,166,195,193,40,207,183,28,128,167,3,240,56,0,255,26,64,112,13,32,18,0,38,14,166,94,208,126,54,112,236,195,30,30,157,251,230,176,214,15,220,19,159,30,173,96,156,171,203,210,200,123,152,179,130,195,197,108,219,64,188,225,199,32,204,240,211,102,193,172,202,139,168,100,66,192,32,236,58,170,174,45,34,130,117,139,174,53,50,106,243,215,200,53,177,44,201,124,164,237,19,23,101,150,225,250,48,245,4,31,120,49,129,223,184,238,11,182,53,124,244,54,23,69,192,189,35,10,40,227,248,26,28,235,26,82,160,65,114,119,42,18,154,204,224,81,51,168,237,14,101,102,102,143,81,88,130,181,208,27,87,3,147,27,200,155,20,82,166,18,115,58,151,227,232,92,212,48,26,99,21,42,179,217,46,204,32,36,251,66,136,87,153,225,226,227,159,125,131,171,130,212,102,18,29,201,112,218,180,136,202,89,67,249,198,6,231,158,241,170,179,4,27,166,13,166,33,219,13,187,133,99,242,38,47,219,227,143,202,46,161,38,189,128,138,54,63,60,155,120,255,243,108,178,131,72,99,197,50,88,153,47,141,166,126,94,108,177,162,120,118,78,148,192,2,113,238,89,47,142,96,141,91,119,62,191,76,6,145,61,114,30,95,113,204,123,140,49,231,136,51,248,106,157,177,221,110,249,220,116,5,176,123,41,251,180,208,150,24,198,159,202,227,169,105,123,84,247,154,210,39,193,228,37,45,47,129,120,222,49,57,132,67,213,76,207,60,64,205,228,101,251,27,190,178,74,207,109,7,239,79,77,73,131,66,141,167,177,6,36,244,167,244,16,45,103,33,239,150,45,171,233,63,34,5,31,108,30,146,231,178,183,184,64,146,101,53,108,175,51,48,234,176,5,132,155,115,127,176,142,205,239,31,67,104,62,72,191,251,16,252,7,96,39,131,219,105,129,211,103,109,55,118,27,101,158,155,77,128,70,89,159,206,253,191,250,183,19,254,249,142,34,129,125,239,126,155,29,134,230,43,201,124,243,58,10,250,101,13,31,114,66,163,143,150,29,60,153,74,66,210,210,44,235,203,58,224,66,76,99,54,242,208,128,253,209,251,182,90,129,106,110,161,212,93,7,186,6,32,235,223,200,202,239,23,214,65,216,17,241,71,165,131,26,226,4,195,42,39,158,91,137,155,144,152,202,38,39,110,208,149,73,0,13,7,254,56,228,101,144,180,183,17,16,71,237,205,72,140,136,73,89,38,4,232,27,86,32,155,172,19,222,193,240,163,67,41,111,248,33,154,82,199,137,54,218,73,62,197,96,243,57,52,48,209,103,240,84,156,73,120,61,38,59,127,228,54,6,212,48,66,38,244,228,147,95,103,57,247,21,114,224,188,81,152,162,102,183,26,43,86,56,197,128,181,159,195,134,228,65,193,111,232,62,68,116,27,202,252,141,158,195,4,101,150,254,177,158,195,124,68,227,60,224,82,31,240,156,43,12,54,159,67,91,245,156,247,241,222,243,28,29,166,180,79,160,253,5,197,3,188,121,101,139,233,78,129,56,15,121,163,113,139,233,76,159,248,64,251,124,204,172,14,252,145,107,25,140,45,14,101,5,228,214,84,178,142,10,13,188,191,55,32,66,195,119,239,4,218,194,138,64,79,222,96,57,144,119,30,171,156,46,11,56,121,219,144,14,83,255,70,142,63,174,204,240,147,125,163,100,92,127,97,170,20,182,74,99,199,245,181,87,6,88,77,51,117,187,198,229,44,206,193,198,155,203,205,12,142,179,6,202,164,206,112,179,148,198,248,215,202,203,170,90,19,89,82,173,115,224,247,175,231,142,52,240,112,133,211,158,173,209,191,195,10,148,225,215,216,253,56,19,5,170,179,10,95,164,85,94,159,163,168,243,178,35,173,201,20,33,103,243,80,42,218,172,157,162,38,82,63,115,203,40,170,170,185,136,89,151,202,251,154,209,100,81,89,182,181,233,93,152,107,52,98,48,15,109,253,205,30,160,113,44,135,188,184,130,250,227,84,5,151,48,63,143,46,26,51,195,57,58,87,253,149,82,255,7,115,63,127,160,71,237,95,150,69,36,39,86,166,127,188,48,118,217,89,108,139,245,101,65,22,82,156,3,222,26,69,63,76,140,31,108,157,53,194,146,157,244,41,128,246,121,8,192,240,85,54,230,109,240,82,147,17,186,188,227,47,51,118,41,170,240,163,187,89,243,146,137,52,204,153,182,184,159,37,147,131,76,93,157,244,89,248,70,122,146,2,87,138,68,119,107,207,117,98,48,251,15,57,175,153,252,199,87,54,190,68,106,171,129,77,51,148,28,160,124,90,173,28,214,159,168,214,82,168,45,58,148,218,116,215,33,52,123,59,97,17,88,25,191,190,2,124,78,205,44,194,60,157,202,70,17,72,83,235,154,152,26,152,225,235,62,96,116,39,180,182,97,222,42,11,177,179,116,45,231,203,107,75,13,168,246,38,85,121,133,14,248,90,103,124,169,234,102,10,202,186,77,55,32,154,209,78,29,148,7,254,32,59,51,85,114,58,241,228,197,255,70,178,82,22,119,196,76,237,205,17,201,245,178,2,41,125,127,120,38,201,101,89,30,88,118,139,158,90,0,135,164,255,58,255,114,214,109,61,58,235,114,64,249,232,65,241,108,90,30,185,69,124,248,24,248,143,20,146,217,107,114,181,247,243,233,244,121,190,13,44,233,75,173,18,216,93,224,155,136,142,151,132,175,146,100,87,132,191,124,49,248,6,142,150,25,174,51,69,233,127,249,186,241,13,76,45,51,92,103,138,210,255,234,37,230,27,120,154,39,184,202,18,35,255,165,155,209,55,240,195,168,95,101,134,209,254,226,93,235,27,216,153,232,95,101,136,81,31,104,89,54,223,33,162,103,175,6,59,94,31,207,97,199,51,85,114,172,195,85,182,171,87,1,14,243,69,255,47,156,50,112,186,97,95,186,8,67,115,250,113,236,221,102,96,75,203,255,29,219,172,6,46,179,127,255,124,87,159,143,119,191,113,151,43,34,124,28,153,164,252,115,11,59,61,22,17,46,77,145,115,74,190,18,112,199,171,96,164,49,253,203,185,178,107,244,189,124,162,71,147,203,229,48,241,2,133,207,125,79,101,145,121,122,184,244,72,201,253,23,169,77,52,8,19,144,131,244,170,236,128,147,254,173,194,108,241,95,110,121,136,39,59,100,197,148,145,167,67,175,78,184,52,34,67,25,232,162,200,255,238,189,32,98,29,218,213,24,157,125,183,219,29,154,115,79,32,201,237,0,221,249,173,144,174,124,242,186,165,135,74,122,133,206,212,62,204,219,230,248,72,206,254,54,102,223,192,155,128,188,164,54,169,174,137,75,80,204,9,252,189,78,165,8,104,157,74,144,251,70,104,85,243,227,2,141,46,99,81,102,145,203,151,125,55,158,14,81,189,209,47,23,8,154,33,14,241,57,181,128,9,152,90,128,196,45,58,1,120,147,194,190,171,144,5,234,170,54,102,208,1,194,196,238,161,238,30,219,184,191,144,243,156,57,24,104,113,53,220,147,231,160,175,24,31,79,253,155,176,239,133,52,76,182,175,83,215,118,138,48,105,120,73,56,226,131,111,223,216,23,31,38,205,161,211,9,216,68,117,58,6,15,195,131,237,71,74,59,237,134,101,64,133,14,101,216,70,56,161,147,54,115,164,43,59,123,247,18,214,122,214,190,125,251,142,200,183,63,244,1,180,210,155,245,197,175,168,9,71,236,244,27,110,234,78,68,189,150,55,113,22,142,73,89,184,19,78,203,105,149,205,241,104,228,202,249,162,181,157,115,252,220,82,117,184,54,253,16,51,47,99,19,64,157,155,62,207,223,72,99,89,121,4,160,7,250,176,223,175,113,107,170,227,160,100,188,124,149,109,232,190,63,73,125,94,181,145,205,60,224,205,66,175,101,103,156,80,95,152,246,235,242,225,210,65,242,123,198,49,120,233,219,129,189,159,46,219,29,72,135,103,116,56,210,208,199,221,4,220,245,24,87,228,11,60,34,134,207,99,100,168,71,22,13,236,206,72,203,54,173,240,21,108,143,97,211,136,23,209,137,101,165,0,80,169,143,55,56,41,141,149,25,162,117,188,159,132,57,132,43,147,244,9,115,174,58,45,192,253,112,13,133,16,249,166,149,197,206,207,200,21,66,121,67,227,109,233,29,165,3,119,141,144,239,191,141,235,156,71,191,143,195,72,9,65,27,82,135,94,35,170,141,155,49,212,8,166,97,5,164,234,216,206,111,133,57,216,22,104,237,250,214,120,47,117,234,139,93,184,251,74,250,139,172,227,30,251,118,4,230,212,183,195,235,146,215,130,254,9,156,120,94,52,166,13,94,113,62,38,26,74,8,161,171,148,184,152,126,143,202,120,126,63,33,210,35,87,221,89,125,146,36,154,131,226,44,203,86,72,168,199,182,64,65,190,46,96,107,180,5,128,110,230,236,189,225,191,162,134,39,235,2,61,0,0 };