body {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 5em;
}

.noscript-banner {
  background-color: #e00;
  margin-top: -1em;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1.2em 1.2em 0.6em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #600;
}

h1 {
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h2 {
  text-align: center;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 2em;
}

.description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.description ul, .description ol {
  padding-left: 1.5em;
}
.description ul li, .description ol li {
  margin-bottom: 5px;
}

#criteria {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 3em;
}
#criteria tr {
  display: block;
  border: solid 1px #ddd;
  margin-bottom: 1em;
}
#criteria td, #criteria th {
  display: block;
  vertical-align: top;
  padding: 10px;
}
#criteria th {
  text-align: left;
}

input[type=checkbox] {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: -0.1em;
}

input[type=range] {
  width: 100%;
  display: block;
}
input[type=range]:disabled {
  display: none;
}

.range-labels {
  position: relative;
  height: 1em;
  color: #777;
}
.range-labels .range-label {
  position: absolute;
  top: 0;
}
.range-labels .left {
  left: 0;
}
.range-labels .right {
  right: 0;
}
.range-labels .middle {
  left: 0;
  right: 0;
  text-align: center;
}

input[type=range]:disabled + .range-labels {
  display: none;
}

#submit {
  display: block;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  background-color: #eee;
  border: solid 1px #ccc;
  color: #000;
  padding: 0.4em 0.8em;
  cursor: pointer;
}
#submit:active {
  color: #000;
  background-color: #f6f6f6;
}
#submit:disabled {
  color: #999;
  background-color: #eee;
  cursor: default;
  cursor: not-allowed;
}

#output {
  list-style: none;
  display: block;
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0 0;
  position: relative;
}
#output li {
  display: block;
  border: solid 1px #ccc;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 10px;
}
#output li:first-child {
  background-color: #c3e8c6;
}
#output li:nth-child(2) {
  background-color: #c1e2cb;
}
#output li:nth-child(3) {
  background-color: #cbdecc;
}
#output li:nth-child(4) {
  background-color: #e0ece2;
}
#output li:nth-child(5) {
  background-color: #eff9ef;
}
#output::before {
  content: "Why not try...";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: -3em;
}
#output:empty {
  padding: 0;
}
#output:empty::before {
  content: "";
}

@media all and (min-width: 680px) {
  #criteria {
    display: table;
  }
  #criteria tr {
    display: table-row;
    margin-bottom: 0;
  }
  #criteria td, #criteria th {
    display: table-cell;
  }
  #criteria th {
    width: 230px;
  }

  #output {
    display: flex;
  }
  #output li {
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
