.pdf-viewer {
  position: relative;
  width: 100%;
}

.pdf-viewer .negigation {
  position: absolute;
  right: 100px;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
}

.pdf-viewer .negigation a {
  color: #fff !important;
  font-size: 2rem;
  margin: 0 15px;
}

.pdf-viewer #pdf {
  width: 100%;
}

.pdf-viewer span.page_count {
  display: block;
  color: #fff;
}
/*# sourceMappingURL=pdf-viewer.css.map */