.stopwatch__results{font-size:2.25rem;padding-bottom:1rem;color:#34495e;width:100%}.stopwatch__results,.stopwatch__results span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.stopwatch__results span{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stopwatch__results [data-size="2"]{width:2.5rem}.stopwatch__results [data-type=ms]{width:3rem;font-size:1.25rem}.stopwatch__results [data-content]{position:relative}.stopwatch__results [data-content]:after{display:inline-block;font-size:.875rem;width:1.25rem;position:absolute;right:calc(50% - .625rem);bottom:-.25rem}.stopwatch__results [data-content=d]:after{content:"d"}.stopwatch__results [data-content=h]:after{content:"h"}[lang=nl] .stopwatch__results [data-content=h]:after{content:"uur"}.stopwatch__results [data-content=m]:after{content:"m"}.stopwatch__results [data-content=s]:after{content:"s"}.stopwatch__results [data-content=ms]:after{content:"ms"}.stopwatch__settings{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem}.stopwatch__settings-item{width:100%;text-align:left}.stopwatch__settings-item:not(:last-child){padding-right:.5rem}.stopwatch__settings-row{display:-webkit-box;display:-ms-flexbox;display:flex}.stopwatch__settings-increase,.stopwatch__settings-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stopwatch__settings-increase{font-size:1.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;color:#34495e;background-color:#d3d3d3;height:2rem;width:2rem}.stopwatch__settings-select{padding:0 .5rem;color:#34495e;background-color:#fff;border:.0625rem solid #d3d3d3;min-width:3.5rem;height:2rem;width:100%}.stopwatch__settings-select:focus{outline:.0625rem dotted currentColor;outline-offset:.25rem}.stopwatch__settings-select-holder{position:relative;width:100%}.stopwatch__settings-select-holder svg{color:#34495e;pointer-events:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);height:auto;width:.5rem;position:absolute;top:calc(50% - .25rem);right:.75rem}.stopwatch__settings-label{color:#34495e;font-weight:700;font-size:.875rem}.stopwatch.hide-days.hide-hours .stopwatch__settings-days-hours{margin-bottom:0}.stopwatch.hide-days [data-type=days],.stopwatch.hide-hours [data-type=hours],.stopwatch.hide-ms [data-type=ms]{display:none}