html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

html, body {
  box-sizing: border-box;
  font-family: arial, verdana, sans-serif; }

.controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }
  .controls .arrow {
    width: 0;
    height: 0;
    border: 2em solid #71E9F4;
    float: left;
    margin-right: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .controls .prev {
    border-top-color: transparent;
    border-right-width: 50px;
    border-bottom-color: transparent;
    border-left: 0 transparent; }
  .controls .next {
    border-top-color: transparent;
    border-right: 0 transparent;
    border-bottom-color: transparent;
    border-left-width: 50px; }
  .controls .prev:hover {
    border-right-color: #13DAEC;
    cursor: pointer; }
  .controls .next:hover {
    border-left-color: #13DAEC;
    cursor: pointer; }

/*# sourceMappingURL=pdf-slide.css.map */
