@charset "UTF-8";

/*------------------ DOM
*/

* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}

html {
	margin: 1cm;
}

html, body {
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 135%;
}

a,
a:visited {
	text-decoration: none;
}

a[href]:after {
	content: "";
}

img {	
    max-width: 100% !important;
}

img[title*=Edit], img[alt*=edit], a[href*=admin], a[href*=cpage] {
	display: none;	
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
	font-size: 12pt;
}

/*-----*/



/*------------------ Containers
*/

.sitelinks-container,
.footer,
.search-form,
#sppb_container,
.right-column {
	display: none;
}

.container,
.row,
[class*="col-sm-"],
[class*="col-md-"],
.page-content {
	margin: 0px;
	width: 100% !important;
}

.container,
[class*="col-sm-"],
[class*="col-md-"] {
	padding: 0;
}

.navbar {
	display: block;
}

.logo {
	margin: 0;
}

/*-----*/



/*------------------ Typography
*/

h1, h2, h3, h4, h5 { 
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;   	
}

/*-----*/