/*
 * theme_aigne -> prevent content print
 *
 * @package    theme_aigne
 * @copyright  2013-2020 Franc Pombal (www.aigne.com)
 * @license    http://www.gnu.org/copyleft/gpl.html _ GNU GPL v3 or later
 */
#page {
    display: block;
}
#page-header {
    display: block;   
}
#headerlogo {
    display: block;   
}
#navcontainer {
    display: none;   
}
#page-content {
    display: none;
}
#print {
    display: block;
}
#page-footer {
    display: block;
    clear: both;
    margin: 50px 0px 0px 0px;
    background-color: #FFFFFF;
    font-size: 0.80em;
}
#standardfooter {
    display: none;
}
* {
	color: #000!important;
	text-shadow: none!important;
	background: transparent!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}

/* END OF FILE */