/**
 * @version     CVS: 1.0.0
 * @package     com_pdf_download
 * @subpackage  mod_pdf_download
 * @copyright   2023 Mike Arrow
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Mike Arrow <mike.arrow@bluefrontier.co.uk>
 */

.print_buttons{
    margin-top:40px;
    width:100%;
    flex-grow:4;
}

.print-only{
    display:none;
}
@media(max-width:640px)
{
    #page_print{
        display:none;
    }
}