/*body {
  margin: 0;
  padding: 0;
  background: #fcfcfc;
  color: #222;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-size: 16px;
  line-height: 20px;*/
  /* Fix for preserving font sizes on iPhones (at least) */
   /*-webkit-text-size-adjust: 100%;
}*/

#just-a-slider {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
  height: 60px;
  width: 100%;
  border-radius: 3px;
}

#just-a-slider .handle {
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
}

#just-a-slider .value {
  padding: 0 0 0 5px;
  font-size: 30px;
  font-weight: bold;
}

.stepper {
    width: 50px;
    text-align: center;
}
    .stepper div {
        background: #820000;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        margin: 0 10px;
        color: white;
        font-size:24px;
        font-weight: 900;
        box-sizing:border-box;
        text-align:center;
    }
        .stepper div i {
            position:relative;
            top:3px;
        }


@media (max-width: 800px) {

    .stepper div i {
        top: -6px;
    }
}