.documentviewer {
  min-height: 650px;
}
.documentviewer .documentViewerContent {
  width: 100%;
  min-height: 600px;
  overflow: auto;
}
.documentviewer .documentViewerContent IFRAME {
  border: 1px solid #e7e7e7;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.documentviewer .documentWaiting {
  padding: 20px;
  background-color: #FFFFFF;
  border: 2px solid #e7e7e7;
}
BODY.documentviewer.documentContent {
  background-color: #f8f8f8;
}
BODY.documentviewer.documentContent svg,
BODY.documentviewer.documentContent IMG {
  margin: 5px;
  background-color: #FFFFFF;
}
@media (max-width: 480px) {
  .documentviewer .navigation-bar .btn {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 768px) {
  .documentviewer input[name=currentPage] {
    width: 50px;
    display: inline-block;
  }
}
/*# sourceMappingURL=viewer.css.map */
