.ds-page{font-family:"Open Sans",Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.54;padding:24px;color:#2f3542;flex:1;width:100%;min-height:100%;max-width:none;box-sizing:border-box;overflow:hidden}.ds-page--fixed{max-width:1200px}.ds-page--full{padding:0;margin:0}.ds-page .ds-row{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row}.ds-page .ds-row>section,.ds-page .ds-row>div:not(.ds-row){flex:1}.ds-page .ds-col{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.ds-page h1{font-size:31px;line-height:1.54;margin:0 0 24px;font-weight:600;color:#2f3542}.ds-page h2{font-size:25px;line-height:1.54;margin:0 0 24px;font-weight:400;color:#2f3542}.ds-page h3{font-size:19px;line-height:1.54;margin:0 0 16px;font-weight:400;color:#2f3542}.ds-page h4{font-size:15px;line-height:1.54;margin:0 0 16px;font-weight:600;color:#2f3542}.ds-page h5{font-size:13px;line-height:1.54;margin:0 0 16px;text-transform:uppercase;font-weight:600;color:#475470}.ds-page p,.ds-page span{font-size:13px;line-height:1.54;margin:0 0 16px;font-weight:400}.ds-page span{margin:0}.ds-page a,.ds-page a:active,.ds-page a:focus,.ds-page a:visited{font-size:inherit;font-weight:600;color:#0a75e3;text-decoration:none}.ds-page a:hover{text-decoration:underline}.ds-page h1 a,.ds-page h2 a,.ds-page h3 a,.ds-page h4 a,.ds-page h5 a,.ds-page h1 a:hover,.ds-page h2 a:hover,.ds-page h3 a:hover,.ds-page h4 a:hover,.ds-page h5 a:hover,.ds-page h1 a:focus,.ds-page h2 a:focus,.ds-page h3 a:focus,.ds-page h4 a:focus,.ds-page h5 a:focus,.ds-page h1 a:active,.ds-page h2 a:active,.ds-page h3 a:active,.ds-page h4 a:active,.ds-page h5 a:active,.ds-page h1 a:visited,.ds-page h2 a:visited,.ds-page h3 a:visited,.ds-page h4 a:visited,.ds-page h5 a:visited{color:inherit;font-weight:inherit;text-decoration:none}.ds-page ul,.ds-page ol{margin:0 0 16px}.ds-page small{font-size:11px;line-height:1.54}.ds-page h4+p{margin-top:-8px}.ds-button,.ds-button--primary,.ds-button--secondary{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:3px;cursor:pointer;font-family:"Open Sans",Arial,sans-serif;font-size:.8125rem;font-weight:600;line-height:1;padding:.75rem 1.5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-button:disabled,.ds-button--primary:disabled,.ds-button--secondary:disabled{cursor:not-allowed;opacity:.3}.ds-button--primary{background-color:#ec0041;color:#fff}.ds-button--primary:not(:disabled):hover{background-color:#bd0034}.ds-button--primary:active{background-color:#a5002e}.ds-button--secondary{background-color:transparent;border-color:#2f3542;border-style:solid;border-width:1px;color:#2f3542}.ds-is-dark .ds-button--secondary{background-color:transparent;border-color:#fff;color:#fff}.ds-button--secondary:not(:disabled):hover{background-color:#2f3542;color:#fff}.ds-is-dark .ds-button--secondary:not(:disabled):hover{background-color:#fff;color:#2f3542}.ds-button--secondary:active{background-color:#262a35}.ds-is-dark .ds-button--secondary:active{background-color:#d8dde6}.ds-radioinput{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border-color:#a0acc2;border-radius:100%;border-width:1px;border-style:solid;box-sizing:border-box;color:#fff;cursor:pointer;height:16px;margin:0;vertical-align:middle;width:16px}.ds-radioinput:checked{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:radial-gradient(circle at center,#fff 3px,currentColor 3px);border-color:currentColor;color:#0a75e3}.ds-radioinput:disabled{color:#d8dde6;cursor:not-allowed}.ds-radioinput:disabled:not(:checked){background:#d8dde6}.ds-radioinput:hover:not(:disabled){border-color:#2f3542}.ds-radioinput:focus{outline:0}.ds-radioinput::-ms-check{display:none}.ds-radioinput-field{align-items:center;display:flex;margin-bottom:16px}.ds-radioinput-label{cursor:pointer;font-family:"Open Sans",Arial,sans-serif;font-size:13px;line-height:1.4;padding:0 16px 0 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.ds-radioinput:disabled+.ds-radioinput-label{color:#d8dde6;cursor:not-allowed}.ds-switchinput{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute}.ds-switchinput::-ms-check{display:none}.ds-switchinput-field{align-items:center;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-switchinput-helper{background-color:#a0acc2;border-radius:10px;cursor:pointer;display:inline-block;font-family:"Open Sans",Arial,sans-serif;font-size:11px;font-weight:600;height:20px;line-height:1;margin:0;overflow:hidden;position:relative;text-indent:100%;width:45px;transition:background-color 150ms cubic-bezier(0,.25,.25,1)}.ds-switchinput-helper::before,.ds-switchinput-helper::after{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;position:absolute;left:0;top:0;transition:150ms cubic-bezier(0,.25,.25,1);transition-property:border-color,transform}.ds-switchinput-helper::before{background-color:#fff;border-radius:50%;border:1px solid #a0acc2;content:"OFF";height:20px;text-indent:40px;transform:translate(0,0);width:20px;z-index:1}.ds-switchinput-helper::after{content:"ON";text-indent:0;transform:translate(-100%,0);z-index:0}.ds-switchinput:checked+.ds-switchinput-helper{background-color:#0a75e3}.ds-switchinput:checked+.ds-switchinput-helper::before{border-color:#0a75e3;transform:translate(45px,0) translate(-100%,0)}.ds-switchinput:checked+.ds-switchinput-helper::after{transform:translate(5px,0)}.ds-switchinput:disabled+.ds-switchinput-helper{background-color:#d8dde6;cursor:not-allowed}.ds-switchinput:disabled+.ds-switchinput-helper::before,.ds-switchinput:disabled+.ds-switchinput-helper::after{color:#a0acc2}.ds-switchinput:disabled+.ds-switchinput-helper::before{background-color:#a0acc2;border-color:#d8dde6}.ds-switchinput-label{color:#2f3542;cursor:pointer;font:13px "Open Sans",Arial,sans-serif;padding:8px}.ds-switchinput:disabled~.ds-switchinput-label{color:#a0acc2;cursor:not-allowed}.ds-textinput{border-width:1px;border-color:#a0acc2;border-radius:3px;border-style:solid;font-family:"Open Sans",Arial,sans-serif;font-size:13px;margin:8px 0;padding:8px;width:240px}.ds-textinput::-webkit-input-placeholder{color:#a0acc2}.ds-textinput:-ms-input-placeholder{color:#a0acc2}.ds-textinput::-ms-input-placeholder{color:#a0acc2}.ds-textinput::placeholder{color:#a0acc2}.ds-textinput:hover:not(:disabled){border-color:#0a75e3}.ds-textinput:focus{border-color:#0a75e3;outline:0}.ds-textinput:focus::-webkit-input-placeholder{color:#d8dde6}.ds-textinput:focus:-ms-input-placeholder{color:#d8dde6}.ds-textinput:focus::-ms-input-placeholder{color:#d8dde6}.ds-textinput:focus::placeholder{color:#d8dde6}.ds-textinput:disabled{background-color:rgba(216,221,230,.3)}.ds-textinput-field:not(:focus-within) .ds-textinput:invalid{border-color:red;color:red}.ds-textinput-label+.ds-textinput:last-child,.ds-textinput-hint[hidden]+.ds-textinput:last-child{margin-bottom:8.6875px}.ds-textinput-field{display:inline-flex;flex-flow:column wrap}.ds-textinput-field.ds-is-horizontal{display:inline-grid;grid-template-columns:auto auto}.ds-textinput-label{font-family:"Open Sans",Arial,sans-serif;line-height:1;font-size:15px;margin-right:8px;max-width:240px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-textinput-field.ds-is-horizontal .ds-textinput-label{grid-area:1 / 1 / span 3;margin:20px 8px auto 0}:not(.ds-textinput-field)>.ds-textinput-label+.ds-textinput{display:block}.ds-textinput-hint{color:#a0acc2;font-family:"Open Sans",Arial,sans-serif;font-size:.6875rem;font-weight:400;max-width:240px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-textinput-field.ds-is-horizontal .ds-textinput-hint{grid-column-start:2}:not(.ds-textinput-field)>.ds-textinput+.ds-textinput-hint{display:block}.ds-textinput-field:not(:focus-within) .ds-textinput:invalid:not(:placeholder-shown)+.ds-textinput-hint{color:red;font-weight:600}.no-focuswithin .ds-textinput:invalid:not(:focus){border-color:red;color:red}.no-focuswithin .ds-textinput:invalid+.ds-textinput-hint{color:red;font-weight:600}.jwdeveloper-header{border-bottom:1px solid #d8dde6;padding:0 20px;margin:0 auto;width:100%;font-family:Lato,"Open Sans",Arial,sans-serif;font-weight:400;font-size:18px;box-shadow:0 2px 3px #d8dde6}@media screen and (max-width:960px){.jwdeveloper-header{font-size:15px;padding:0}}.jwdeveloper-header .header-inner{max-width:1510px;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (max-width:720px){.jwdeveloper-header .header-inner{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}}.jwdeveloper-header .logo svg{width:128px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:720px){.jwdeveloper-header .logo svg{padding:10px 0}}.jwdeveloper-header .header-item{width:100%;padding:30px 0;text-align:center;text-decoration:none;color:#000;border-top:1px solid #d8dde6}@media screen and (max-width:720px){.jwdeveloper-header .header-item{text-align:left;padding:10px 20px;background-color:#f3f5f8}}.jwdeveloper-header .header-item:hover{text-decoration:underline}@media screen and (max-width:720px){.jwdeveloper-header .header-item:hover{text-decoration:none;background-color:rgba(216,221,230,.5)}}html,body{box-sizing:border-box;margin:0;padding:0}html *,html ::before,html ::after{box-sizing:inherit}.tools{margin:0 auto}.tools-header{padding:20px;position:relative;text-align:center;border-bottom:1px solid #d8dde6;margin-bottom:40px}.tools-header p{font-size:15px;max-width:640px;margin:0 auto;padding-bottom:20px}.tools-index{margin:0 auto;padding:0 100px}.tools-index-item{margin:20px;padding:20px;border:1px solid #d8dde6}.tools-index-item a{color:#475470}.tools-index-item a:hover,.tools-index-item a:visited{text-decoration:none;color:#475470}.tools-index-item p{font-size:15px}.tools .ds-col:last-of-type{padding:0 20px}.tools .tool-settings{border:1px solid #d8dde6;padding:0 20px 20px}.tools .tool-settings .configuration{margin-bottom:20px}.tools .tool-settings .configuration.library h2{margin-top:10px}.tools .tool-settings .form-element-row{display:-ms-flexbox;display:flex;padding:5px 0}.tools .tool-settings h4{margin-top:20px}.tools .tool-settings small{font-size:12px;margin-top:20px;display:block}.tools .tool-settings label{margin:0 10px 0 0;color:#2f3542}.tools .tool-settings .test-output pre{overflow:auto;background:#2f3542;color:#fff;padding:10px;font-size:14px;line-height:25px;-webkit-font-smoothing:antialiased}.tools .tool-settings .test-output pre code{overflow-x:scroll;white-space:pre}.tools .tool-settings .ds-textinput{width:96%}.tools .tool-settings .tooltip-content{background-color:#1f2532;border:0;border-radius:4px;color:#fff;font-size:13px;line-height:1.3;width:200px}.tools .tool-settings .tooltip-content::before{border-top-color:#1f2532}.tools .tool-settings .tooltip-content::after{border-top-color:#1f2532}.tools .player-placeholder{height:200px}.tools .player-preview{background-color:#000;color:#fff;padding:10px 0;text-align:center;width:100%}.tools .modal-overlay{position:fixed;top:0;left:0;background:rgba(192,192,192,.5);width:100%;height:100%}.tools .modal-overlay .modal{background:#fff;max-width:95%;margin:5em auto;padding:1em;border:1px solid #ccc}.tools .modal-overlay .modal textarea{width:100%;height:10em;margin:1em 0 0;padding:0;border:1px solid;font-weight:300}#test-harness{font-family:"Open Sans",Arial,sans-serif}#test-harness h4{margin-top:40px}#test-harness label{cursor:inherit}#test-harness textarea{height:240px;width:100%;background-color:#f3f5f8;margin-top:20px;padding:20px;font-family:monospace;box-sizing:border-box}#test-harness #setup-method{margin:0;display:block;position:relative;height:50%}#test-harness #setup-method_config{width:100%}#test-harness .block{display:inline-block;margin:15px 5px 0 0;height:33px}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){#test-harness .block{height:auto}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:1){#test-harness .block{height:auto}}#test-harness #getters .block,#test-harness #jw7-events .block,#test-harness #related-plugin-events .block,#test-harness #sharing-plugin-events .block,#test-harness #misc .block,#test-harness #utils .block{width:280px;background-color:rgba(160,172,194,.25)}@media only screen and (min-device-width:768px) and (-webkit-min-device-pixel-ratio:1){#test-harness #getters .block.active:hover,#test-harness #jw7-events .block.active:hover,#test-harness #related-plugin-events .block.active:hover,#test-harness #sharing-plugin-events .block.active:hover,#test-harness #misc .block.active:hover,#test-harness #utils .block.active:hover{background-color:#a0acc2;transition:.5s all ease-in-out}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){#test-harness #getters .block,#test-harness #jw7-events .block,#test-harness #related-plugin-events .block,#test-harness #sharing-plugin-events .block,#test-harness #misc .block,#test-harness #utils .block{min-width:100%}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:1){#test-harness #getters .block,#test-harness #jw7-events .block,#test-harness #related-plugin-events .block,#test-harness #sharing-plugin-events .block,#test-harness #misc .block,#test-harness #utils .block{min-width:100%}#test-harness #getters .block.active.tooltip-open,#test-harness #jw7-events .block.active.tooltip-open,#test-harness #related-plugin-events .block.active.tooltip-open,#test-harness #sharing-plugin-events .block.active.tooltip-open,#test-harness #misc .block.active.tooltip-open,#test-harness #utils .block.active.tooltip-open{background-color:#a0acc2}}#test-harness .block label{line-height:30px;padding-left:10px;color:#475470;font-size:13px;font-weight:600}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){#test-harness .block label{line-height:38px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:1){#test-harness .block label{line-height:38px}}#test-harness .counter{margin-left:5px;background-color:#8797b2;padding:5px;color:#fff;float:right;position:relative}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){#test-harness .counter{padding:16px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:1){#test-harness .counter{padding:16px}}#test-harness .active{cursor:pointer}#test-harness .counter .count{display:block}#test-harness .close-tooltip{display:none;min-width:100%;position:fixed;z-index:100;top:0;left:0;padding:10px;text-transform:uppercase;text-align:left;background-color:#2f3542;margin:0 auto;text-align:right;font-weight:500}#test-harness .counter .history{font-family:Monaco,'Lucida Sans Typewriter',Consolas,'Lucida Console','Courier New',monospace;font-size:12px;z-index:1;position:absolute;right:0;top:20px;color:#fff;background-color:#475470;box-shadow:0 0 7px #8797b2;padding:10px;margin:0;list-style:decimal;list-style-position:inside;text-align:left;white-space:pre;max-height:480px;max-width:320px;overflow-y:auto}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){#test-harness .counter .history{margin:0 auto;min-width:100%;float:left;top:37px;position:fixed;font-size:15px;padding:20px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){#test-harness .counter .history{margin:0 auto;min-width:100%;float:left;top:37px;position:fixed;font-size:15px}}#test-harness .counter .tooltip-container{display:none}#test-harness .active.tooltip-open .counter .tooltip-container{display:block}#test-harness .active.tooltip-open .counter .tooltip-container::before{content:'';z-index:1;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.15);cursor:auto}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){#test-harness .active.tooltip-open .counter .close-tooltip{display:block}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){#test-harness .active.tooltip-open .counter .close-tooltip{display:block}}#test-harness #getters .counter,#test-harness #utils .counter,#test-harness #misc .counter{min-width:50px;min-height:32px;text-align:right;max-width:100px;font-size:13px}#test-harness .active .counter,#test-harness #utils .counter:not(:empty),#test-harness #misc .counter:not(:empty){background-color:rgba(10,172,41,.7)}.ad-tester h3+p{margin-bottom:40px}.ad-tester .companion-ad{width:300px;height:250px;margin-top:20px;font-size:15px;font-weight:400;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#2f3542;background:#f3f5f8;border:1px solid #a0acc2}.ad-tester .tool-settings .preloading-container{display:block;margin:20px 0 0}.ad-tester .tool-settings .preloading-container .ad-preloading-label{display:inline}.ad-tester .tool-settings .preloading-container.hide{display:none}.ad-tester .instructions{margin-top:40px}.ad-tester .instructions ol li{padding:10px 0}.stream-tester .tool-settings{max-width:654px}.stream-tester .drm-not-supported h2 span{display:none}.stream-tester .drm-not-supported h2::after{color:#2f3542;font-size:15px;margin-top:10px;font-weight:400;text-transform:none;display:block;content:'DRM options are not available in Flash Mode. Please select HTML5.'}.stream-tester .drm-item{background-color:transparent;border-radius:2px;padding:10px;display:none}.stream-tester .drm-item label{display:block;margin:0}.stream-tester .drm-item input{margin-right:5px}.stream-tester .drm-not-supported .drm-item{display:none}.stream-tester .drm-not-supported label{color:#8797b2}.stream-tester .drm-not-supported label::after{content:'(not supported by this browser)';margin-left:3px}.stream-tester .drm-item-selected{background-color:#d8dde6}.stream-tester .drm-item-options{padding-bottom:5px}.stream-tester .drm-item-options label{margin-top:15px;font-size:13px;font-weight:600}.stream-tester .drm-item-options input[type=text]{display:block;margin-top:5px;padding:5px;width:100%;font-size:14px;font-weight:400}.stream-tester .drm-item-hidden,.stream-tester .drm-item-options,.stream-tester .drm-item-custom-data,.stream-tester .test-output,.stream-tester .u-hidden{display:none}.stream-tester .drm-item-selected .drm-item-options,.stream-tester .drm-item-options-visible,.stream-tester .drm-item-custom-data-visible,.stream-tester .test-output-visible{display:block}.stream-tester p{padding-top:10px;font-size:13px}.stream-tester p+p{padding-top:10px}.stream-tester .jw-error-msg:hover{color:#00f}.stream-tester .jw-error-msg:hover .jw-error-text{color:#00f;cursor:default}.stream-tester body{font-family:"Open Sans"}.stream-tester .tab{overflow:hidden;background-color:#fff}.stream-tester .tab button{background-color:inherit;float:left;border:0;outline:0;cursor:pointer;padding:15px 5px;margin:0 5px;line-height:16px;transition:.3s;color:#8797B2;font-size:15px;font-weight:600}.stream-tester .tab button:hover{background-color:#3c4049}.stream-tester .tab button.active{background-color:transparent;border-bottom:3px solid;border-color:#2F3542;color:#2F3542}.stream-tester .tabcontent{display:none;border-top:0;vertical-align:top}.stream-tester .tabcontent h4{padding-bottom:0}.stream-tester .switch{position:relative;display:inline-block;width:57px;height:25px}.stream-tester .switch input{opacity:1;width:17px;height:13px}.stream-tester .slider{float:right;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#A0ACC2;transition:.4s}.stream-tester .slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:3px;background-color:#fff;transition:.4s}.stream-tester input:checked+.slider{background-color:#0A75E3}.stream-tester input:focus+.slider{box-shadow:0 0 1px #0A75E3}.stream-tester input:checked+.slider:before{transform:translateX(33px)}.stream-tester .slider.round{border-radius:34px}.stream-tester .slider.round:before{border-radius:50%}.stream-tester .on{display:none}.stream-tester .off{left:43%;right:5%;top:5%;bottom:0;font-style:normal;font-weight:600;font-size:11px;line-height:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-transform:uppercase}.stream-tester .on,.stream-tester .off{color:#fff;position:absolute;font-size:11px;font-family:"Open Sans",Arial,sans-serif}.stream-tester input:checked+.slider .on{display:-ms-flexbox;display:flex;left:15.36%;right:47.73%;bottom:0;top:5%;-ms-flex-align:center;align-items:center;text-transform:uppercase}.stream-tester input:checked+.slider .off{display:none}.stream-tester table{table-layout:auto;border-collapse:collapse;border-radius:10px}.stream-tester td{width:450px;height:30px;padding-left:10px}.stream-tester td+td{width:auto;border-right:transparent}.stream-tester td h4{margin:10px!important;text-align:left;font-size:1.3em!important}.stream-tester label{white-space:nowrap}.stream-tester hr{color:#d8dde6;margin:0}.stream-tester .ds-textinput{width:100%!important;margin-top:0!important}.stream-tester .ds-col{display:block!important}.stream-tester #player-preview{max-width:48%;padding-right:0}.stream-tester .warning-panel table{background-color:#FFE6C8;color:#9A5719}.stream-tester .warning-panel td{width:auto;padding-left:10px;padding:10px}.stream-tester .warning-panel a{color:#9A5719}.stream-tester .warning-panel a:visited{color:#9A5719!important}.stream-tester .filter-orange{filter:invert(45%) sepia(67%) saturate(551%) hue-rotate(347deg) brightness(106%) contrast(92%)}.stream-tester #jwplatform .warning-panel{padding-top:10px}.stream-tester .tools-header{text-align:left!important}.stream-tester .tools-header h1{margin-bottom:10px!important}.stream-tester #config-buttons{display:-ms-flexbox;display:flex}.stream-tester #config-buttons .test-stream{-ms-flex:1;flex:1}.tooltip{position:relative;z-index:99999}.tooltip:hover:after{content:'';position:absolute}.tooltip-content{background-color:#000;border:solid 1px #666;border-radius:0;box-shadow:0 0 1px 0 rgba(0,0,0,.2);color:#fff;font-size:16px;list-style:none;opacity:0;padding:7px 10px;position:absolute;text-align:center;transition:opacity 100ms ease,transform 400ms ease;visibility:hidden;white-space:nowrap;z-index:99999}.tooltip-content:after,.tooltip-content:before{border:solid transparent;content:" ";height:0;pointer-events:none;position:absolute;width:0}.tooltip-content:after{border-width:8px}.tooltip-content:before{border-width:9px}.tooltip-content.wrap,.tooltip-content-wrap{white-space:normal}.tooltip-top-left:hover:after,.tooltip-top-center:hover:after,.tooltip-top-right:hover:after{left:0;top:-9px;height:9px;width:100%}.tooltip-top-left .tooltip-content,.tooltip-top-center .tooltip-content,.tooltip-top-right .tooltip-content{bottom:100%}.tooltip-top-left .tooltip-content:before,.tooltip-top-center .tooltip-content:before,.tooltip-top-right .tooltip-content:before{border-top-color:#666;top:100%}.tooltip-top-left .tooltip-content:after,.tooltip-top-center .tooltip-content:after,.tooltip-top-right .tooltip-content:after{border-top-color:#000;top:100%}.tooltip-top-left .tooltip-content{left:0;transform:translate(0,-5px)}.tooltip-top-left .tooltip-content:before{bottom:100%;left:9px}.tooltip-top-left .tooltip-content:after{bottom:100%;left:10px}.tooltip-top-center .tooltip-content{left:50%;transform:translate(-50%,-5px)}.tooltip-top-center .tooltip-content:before{left:50%;margin-left:-9px}.tooltip-top-center .tooltip-content:after{left:50%;margin-left:-8px}.tooltip-top-right .tooltip-content{right:0;transform:translate(0,-5px)}.tooltip-top-right .tooltip-content:before{bottom:100%;right:9px}.tooltip-top-right .tooltip-content:after{bottom:100%;right:10px}.tooltip-bottom-left:hover:after,.tooltip-bottom-center:hover:after,.tooltip-bottom-right:hover:after{left:0;bottom:-9px;height:9px;width:100%}.tooltip-bottom-left .tooltip-content,.tooltip-bottom-center .tooltip-content,.tooltip-bottom-right .tooltip-content{top:100%}.tooltip-bottom-left .tooltip-content:before,.tooltip-bottom-center .tooltip-content:before,.tooltip-bottom-right .tooltip-content:before{bottom:100%;border-bottom-color:#666}.tooltip-bottom-left .tooltip-content:after,.tooltip-bottom-center .tooltip-content:after,.tooltip-bottom-right .tooltip-content:after{bottom:100%;border-bottom-color:#fff}.tooltip-bottom-left .tooltip-content{left:0;transform:translate(0,5px)}.tooltip-bottom-left .tooltip-content:before{left:9px}.tooltip-bottom-left .tooltip-content:after{left:10px}.tooltip-bottom-center .tooltip-content{left:50%;transform:translate(-50%,5px)}.tooltip-bottom-center .tooltip-content:before{left:50%;margin-left:-9px}.tooltip-bottom-center .tooltip-content:after{left:50%;margin-left:-8px}.tooltip-bottom-right .tooltip-content{right:0;transform:translate(0,5px)}.tooltip-bottom-right .tooltip-content:before{right:9px}.tooltip-bottom-right .tooltip-content:after{right:10px}.tooltip-left-top:hover:after,.tooltip-left-center:hover:after,.tooltip-left-bottom:hover:after{height:100%;left:-9px;top:0;width:9px}.tooltip-left-top .tooltip-content,.tooltip-left-center .tooltip-content,.tooltip-left-bottom .tooltip-content{right:100%}.tooltip-left-top .tooltip-content:before,.tooltip-left-center .tooltip-content:before,.tooltip-left-bottom .tooltip-content:before{border-left-color:#666;left:100%}.tooltip-left-top .tooltip-content:after,.tooltip-left-center .tooltip-content:after,.tooltip-left-bottom .tooltip-content:after{border-left-color:#fff;left:100%}.tooltip-left-top .tooltip-content{transform:translate(-5px,0);top:0}.tooltip-left-top .tooltip-content:before{top:4px}.tooltip-left-top .tooltip-content:after{top:5px}.tooltip-left-center .tooltip-content{transform:translate(-5px,-50%);top:50%}.tooltip-left-center .tooltip-content:before{margin-top:-9px;top:50%}.tooltip-left-center .tooltip-content:after{margin-top:-8px;top:50%}.tooltip-left-bottom .tooltip-content{transform:translate(-5px,0);bottom:0}.tooltip-left-bottom .tooltip-content:before{bottom:9px}.tooltip-left-bottom .tooltip-content:after{bottom:10px}.tooltip-right-top:hover:after,.tooltip-right-center:hover:after,.tooltip-right-bottom:hover:after{height:100%;right:-9px;top:0;width:9px}.tooltip-right-top .tooltip-content,.tooltip-right-center .tooltip-content,.tooltip-right-bottom .tooltip-content{left:100%}.tooltip-right-top .tooltip-content:before,.tooltip-right-center .tooltip-content:before,.tooltip-right-bottom .tooltip-content:before{border-right-color:#666;right:100%}.tooltip-right-top .tooltip-content:after,.tooltip-right-center .tooltip-content:after,.tooltip-right-bottom .tooltip-content:after{border-right-color:#fff;right:100%}.tooltip-right-top .tooltip-content{transform:translate(5px,0);top:0}.tooltip-right-top .tooltip-content:before{top:9px}.tooltip-right-top .tooltip-content:after{top:10px}.tooltip-right-center .tooltip-content{transform:translate(5px,-50%);top:50%}.tooltip-right-center .tooltip-content:before{margin-top:-9px;top:50%}.tooltip-right-center .tooltip-content:after{margin-top:-8px;top:50%}.tooltip-right-bottom .tooltip-content{transform:translate(5px,0);bottom:0}.tooltip-right-bottom .tooltip-content:before{bottom:9px}.tooltip-right-bottom .tooltip-content:after{bottom:10px}.tooltip:hover .tooltip-content{opacity:1;visibility:visible}.tooltip-top-left:hover .tooltip-content,.tooltip-top-right:hover .tooltip-content{transform:translate(0,-9px)}.tooltip-top-center:hover .tooltip-content{transform:translate(-50%,-9px)}.tooltip-bottom-left:hover .tooltip-content,.tooltip-bottom-right:hover .tooltip-content{transform:translate(0,9px)}.tooltip-bottom-center:hover .tooltip-content{transform:translate(-50%,9px)}.tooltip-left-top:hover .tooltip-content,.tooltip-left-bottom:hover .tooltip-content{transform:translate(-9px,0)}.tooltip-left-center:hover .tooltip-content{transform:translate(-9px,-50%)}.tooltip-right-top:hover .tooltip-content,.tooltip-right-bottom:hover .tooltip-content{transform:translate(9px,0)}.tooltip-right-center:hover .tooltip-content{transform:translate(9px,-50%)}