/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

body{font-family:sans-serif;color:#fff}#compare-app,.app,body,html{height:100%}.app{display:flex;flex-direction:column;background-color:#000}.middle{flex-grow:1}.bottom-bar,.top-bar{height:50px;background-color:#212121;padding-left:10px;padding-right:10px;display:flex;align-items:center;flex-shrink:0;overflow-y:auto}.bottom-bar{justify-content:space-between}.select-container{display:flex;align-items:center;position:relative;margin-right:20px}.select-container-icon{position:absolute;right:0;pointer-events:none}.select-container svg *{fill:#fff}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;font-size:16px;color:#fff;height:30px;background-color:#212121;padding-right:30px;padding-left:10px;cursor:pointer}select::-ms-expand{display:none}.middle{overflow:auto;display:flex}.middle img{margin:auto}.middle img.pixelate{image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated}.button{border:none;margin:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;padding:0 10px;opacity:.5;height:50px;cursor:pointer;white-space:nowrap}.button-active{opacity:1}.js-focus-visible :focus:not(.focus-visible){outline:none}.labels{display:flex}.label,.labels:last-child .label{margin-right:20px}.label{display:flex}.label-key{margin-right:10px;opacity:.5;white-space:nowrap}.label-value{display:flex;font-weight:700;white-space:nowrap}.bottom-bar-left{display:flex;margin-right:20px}.bottom-bar-right{display:flex}.bottom-bar::-webkit-scrollbar{height:8px;-webkit-appearance:none}.bottom-bar::-webkit-scrollbar-thumb{border-radius:4px;background-color:hsla(0,0%,100%,.25)}

/*# sourceMappingURL=style.css.map?ver=9862c52774391096026a*/