body {
  min-width: 300px; }

.slidecontainer {
  margin-bottom: 10px; }
  .slidecontainer h2, .slidecontainer h3 {
    padding-top: 15px;
    padding-bottom: 3px;
    font-size: 21px;
    line-height: 1.2;
    display: inline-block; }
  .slidecontainer span.big {
    font-size: 30px;
    color: #000;
    display: inline-block;
    vertical-align: middle; }
  .slidecontainer table {
    width: 100%;
    max-width: 500px; }
    .slidecontainer table tr {
      vertical-align: middle; }
    .slidecontainer table td {
      white-space: nowrap;
      text-align: left;
      padding-right: 10px; }

.textdisplay {
  padding-top: 10px;
  padding-bottom: 10px; }

.gray {
  background: #ddd; }

.yellow {
  background: #ffeeaa; }

.black {
  background: #000; }

.light {
  background: #fff; }

.dark {
  color: #fff; }

.shades .box,
.large.box {
  padding: 0px;
  border: none;
  font-size: 22px;
  width: auto;
  margin-right: 0px;
  text-align: center; }

.large.box {
  height: 30px; }

.compare .box {
  line-height: 30px;
  height: 30px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px; }

.boxy table tr {
  height: 30px;
  vertical-align: top; }
.boxy table tr td {
  font-size: 20px; }
.boxy table tr td:first-child {
  width: 135px;
  padding-right: 10px;
  font-weight: 600;
  text-align: left;
  font-color: #555;
  white-space: nowrap; }

.slider {
  width: 95%;
  box-shadow: none;
  display: inline-block;
  height: auto;
  margin: 5px 0px;
  -webkit-appearance: none;
  height: 3px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer; }

.named.slider::-webkit-slider-thumb {
  background: #777; }

.green.slider::-webkit-slider-thumb {
  background: #4CAF50; }

.red.slider::-webkit-slider-thumb {
  background: #dd0000; }

.blue.slider::-webkit-slider-thumb {
  background: #336699; }

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; }

.box.header {
  border: 1px solid #999;
  display: none;
  width: 20px;
  height: 20px;
  margin: 30px 20px 10px 0px; }

header table tr td {
  vertical-align: top;
  height: 280px; }

@media screen and (min-width: 400px) {
  header table tr td {
    height: 240px; } }
@media screen and (min-width: 500px) {
  header table tr td {
    height: 220px; } }
@media screen and (min-width: 600px) {
  header table tr td {
    height: 200px; }

  .box.header {
    display: block;
    width: 100px;
    height: 100px; } }
@media screen and (min-width: 700px) {
  header table tr td {
    height: 180px; } }
@media screen and (min-width: 768px) {
  header table tr td {
    height: 170px; } }
@media screen and (min-width: 900px) {
  header table tr td {
    height: 160px; } }
@media screen and (min-width: 1024px) {
  header table tr td {
    height: 150px; } }

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