/* Empty. Add your own CSS if you like */
.no-padding{
    padding: 0px;
}

.no-margin-bottom{
    margin-bottom: 0px;
}

/* Logo must not appear too large on mobile */
.logo-responsive img {
   width: 95%;
   max-width: 193px;
}

.img-responsive{
    width: 50%;
}
.help-image{
    text-align: center;
    margin-bottom: 1em;
}

.help-page .slider-pager{
    font-size: 10px;
    bottom: 2px;
}

.help-page .slider-pager .slider-pager-page{
    margin: 0px;
    width: 11px;  
   
}

.help-text{
    text-align: center;
    padding-bottom: 1em;
}

.padding-top-thin{
    padding-top: 5px;
}
.padding-bottom-thin{
    padding-bottom: 5px;
}

a.no-link{
 text-decoration: none;   
}

.slider, .height-100 {
  height: 100%;
}

