/* Tutorial CSS */

.tip-header, .tip-text{
  font-family: 'Handlee', cursive;
  text-align: center;
}
.tip-header{
  font-size: 30px!important;
  padding-bottom: 10px;
}
.tip-text{
  font-size: 25px!important;
  line-height: 30px!important;
  color:#fff!important;
}
.joyride-nub{
  display: none!important;
}

.arrow-down-hand{
  display: block;
  position: absolute;
  bottom: 0;
  width:40px;
  padding-bottom: 10px;
}
.tutorial-button{
  background-color: transparent!important;
  border: none!important;
  padding: 0!important;
  color: #428bca;
  margin-left: 5px;
}
.tutorial-button:hover{
  color:#2a6496;
  text-decoration: underline!important;
}