#faqbar { position: relative;}
#faqbar li {
    font-size: 1.2em;
  }


.faqmobile {
  position: sticky;
  position: -webkit-sticky;
    bottom: 0;
    right: 0;
    float: right;
    height: 40px;
    margin-top: 1em;
}

.faqmobile div {
  box-shadow: 1px 1px 5px #000000ad;
    border-radius: 100px;
}