@charset "utf-8";
/* CSS Document */

@page { 
    size: portrait;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 15mm 15mm 15mm 15mm;
}


body
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px; 
	padding: 0px; 
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    line-height: 1.5;	
} 

.body-overlay, #header, #side-panel, .side-panel-wrap, #page-title, .sidebar, .related, .divider, .fancy-title, .publication_list, .fontdecrease, .fontincrease, #sharebar_toggler, .sharebar, .button, #footer, #map-overlay { display: none; }

#content,
#content .container,
#wrapper,
.col_full {
	background-color: transparent;
    color: #000 !important;
	margin: 0px;
	padding: 0px;	
	border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
	text-align: left;
}

.postcontent {
	width: 90%;
}

.postcontent:before {
	content: url('/images/logos/logo_oab_small.png'); /* with class ModalCarrot ??*/
	position:relative; /*or absolute*/
	z-index:100000; /*a number that's more than the modal box*/
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: -125px;
	left: 50%;
	top:0;
}
