body{
  font-family: arial;
  color: #777777;
}

.section, .step {
  padding-bottom: 20px;
}


/* for the go icons */
.icon {
  display: inline-block;
  background-size: 25px 25px;
  background-position: right;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

.plus {
  background-image: url("/how-to/go/images/Button-Plus.png");
}

.play {
  background-image: url("/how-to/go/images/Button-Play.png");
}

.gear {
  background-image: url("/how-to/go/images/Button-Gear.png");
}
