#help-button {
  background-size: 25px 25px;
  background: #666;
  border: 2px solid #fff;
  background-position-x: 0px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bolder;
  text-align: -webkit-center;
  z-index: 100;
  cursor: hand;  
  height: 44px;
  width: 100px;
  border-radius: 6px;
  font-size: 30px;
  position: absolute;
  top: 10px;
}

.help-page-headings {
              text-align:center;
              font-size: larger;
              font-weight: bold;
}

#intro-buttons > button {
  width: 50px;
  height: 50px;
  margin-top: 36px;
  background-size: 100% 100%;
  float: left;
  margin-left: 40px;
  font-weight: bold;
 // background-color: white;
  font-size: 20px;
}

#button-prev {
  background: url('../img/leftarrow.png');
    display: none;
}

#button-skip {
  background: url('../img/skipintro.png');
  width: 200px !important;
}

#button-next {
  background: url('../img/rightarrow.png');
}

#button-black {
    display: block;
    border-style: none;
    background-color: inherit;
}


