@charset "UTF-8";
#pdfBtn {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 99999;
}
#pdfBtn ul li:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #pdfBtn {
    display: none;
  }
}
