/*
Theme Name:         ARPE
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress/tree/foundation-5
Description:        FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version:            1.7.2
Author:             Rui Mineiro
Author URI:         https://www.linkedin.com/in/ruimiguelmineiro/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file
*/
/* --- PDF.js Viewer Style Overrides --- */

/* 1. Remove the default border from the iframe */
iframe.pdfjs-iframe {
  border: none !important;
}