/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* PRINT ----------------------------------------------------------------------- */


/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.org *****/


/******************************** Additional styles ****************************/
footer,
nav,
.login,
.sidebar {
	display: none !important;
}
#phpcomasy {
	background: #fff;
	border: 0;
}
body {
	font-size: 14px;
	line-height: 20px;
}
#phpcomasy .page,
#phpcomasy .content {
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
	margin: 0;
	max-width: none;
}

/*******************************************************************************/