#dsm-viewer-app {
  width: 100%;
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}
.dsm-viewer-pdf {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dsm-viewer-top {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  padding: 8px 0 10px;
  letter-spacing: 0.05em;
}
#dsm-viewer-canvas {
  display: block;
  max-width: 100%;
  max-height: 96vh;
}
.dsm-viewer-embed {
  width: 100%;
  height: 100vh;
}
.dsm-viewer-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.dsm-viewer-redirect {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.dsm-viewer-waiting {
  color: rgba(255,255,255,0.4);
  font-size: 18px;
  text-align: center;
  padding: 60px 20px;
}