/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : https://www.pluxml.org
#
# Package:		print.css
# Copyright (c) 2019 PluXml
# Authors		Thomas "sudwebdesign" Ingles.
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

/* ----- Menu ----- */

@media print {
	body{
		padding: 0;
		margin: 0;
	}

	nav, .nav, aside , .footer, .more,.pagination {
		 display:none; 
	}


}