/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.derweili-pdf-block {
  width: 100%; }
  .derweili-pdf-block iframe {
    width: 100%;
    height: 600px; }
