body {
  margin:0px;
  font-family: 'Raleway', sans-serif;
}


.headline {
  margin-bottom:0px;
  margin-top:0px;
}

.slider-wrapper {
  margin: 30px 0 60px 0px;
  position: relative;
  width: 80%;
}

.slider-wrapper {
  padding:0 10px 0 0px !important;
}

.display-box-label {
  font-size: 0.8em;
  position: absolute;
  right: -80px;
  top: -8px;
}

.display-box {
  background-color: #f7fcff;
  border-radius: 5px;
  font-size: 1em;
  height: 25px;
  right: -70px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 70px;

  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}

.slider-wrapper .small-button {
  position: absolute;
  right: -140px;
  top: -10px;
}