*{box-sizing:border-box;margin:0;padding:0}html,body,#chart-container{position:relative;width:100%;height:100%;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px}svg{display:block}
#tabs{display:inline-flex;flex-wrap:wrap;overflow:hidden;margin-bottom:10px}#tabs .tab-buttons{padding:8px 16px;float:left;width:100px;border:0;display:block;outline:0;background:transparent;border:1px solid #ccc;}
#tabs .tab-buttons:hover{background:#eee}#tabs .tab-buttons.active-tab{background:#232858;color:#eba70e;border:1px solid #232858;}.loader{border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #232858;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;position:absolute;top:calc(50% - 12.5px);left:calc(50% - 12.5px)}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}
}#show-freq{display:flex;flex-wrap:wrap;padding:8px 0 8px 0}#show-freq>div{margin-right:10px}#show-net-time{display:flex;flex-direction:column;align-items:stretch}#net-time-header{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:bold;display:flex;justify-content:center;flex-direction:row}
#net-time-header div{text-align:center;width:33%}#net-time-values{margin-left:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;text-align:center}#net-time-values div{float:left;width:33%}
.chart-wrapper text{font-family:sans-serif;font-size:11px}.chart-wrapper p{font-size:16px;margin-top:5px;margin-bottom:40px}.chart-wrapper .axis path,.chart-wrapper .axis line{fill:none;stroke:#1f1f2e;stroke-opacity:.7;shape-rendering:crispEdges}
.chart-wrapper .axis path{stroke-width:1px}.chart-wrapper .base-line{fill:none;stroke:#eba70e;stroke-opacity:.3;shape-rendering:crispEdges}.chart-wrapper .line{fill:none;stroke:steelblue;stroke-width:1px}
.chart-wrapper .area{opacity:.4}.chart-wrapper .legend{min-width:200px;display:flex;justify-content:flex-start;flex-wrap:wrap;font-size:16px;padding:15px 0 0 8px}.chart-wrapper .legend>div{margin:0 25px 10px 0;flex-grow:0}
.chart-wrapper .legend p{display:inline;font-size:.8em;font-family:sans-serif;font-weight:600}.chart-wrapper .legend .series-marker{height:.6em;width:.6em;border-radius:35%;background-color:crimson;display:inline-block;margin-right:4px;margin-bottom:0}
.chart-wrapper .overlay{fill:none;pointer-events:all}.chart-wrapper .focus circle{fill:#eba70e;stroke:#eba70e;stroke-width:2px;fill-opacity:15%}.chart-wrapper .focus rect{fill:white;opacity:.8;border-radius:2px}
.chart-wrapper .focus.line{stroke:gray;stroke-dasharray:2,5;stroke-width:2;opacity:.5}@media(max-width:460px){.chart-wrapper .line{stroke-width:1px}.chart-wrapper .legend{font-size:14px}}
