#main_pdf {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#525659;
}

#main_navig {
	font-family:arial;
	font-size:18px;
	line-height:24px;
	position:absolute;
	top:0;
	left:0;
	width:450px;
	height:98%;
	z-index:1000;
	background-color:rgba(255,255,255,1);
	padding:10px;
	overflow-y: scroll;
	overflow-x: visible;
}
.closed {
	width:1px !important;
	height:1px !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}
#main_index_title {
	position:fixed;
	z-index:1000;
	background-color:rgba(255,255,255,1);
}
#langs {
	padding-top:20px;
	white-space: nowrap;

}
#main_index {
	padding-top:20px;
	white-space: nowrap;

}
#open_close {
	font-size:22px;
	background-color:black;
	color:white;
}
#button_close {
	padding:3px;
	text-decoration:none;
	color:white;
}
.linkpdf {
	white-space: nowrap;
/*	width:30%;
	max-width:30%;
	padding-right:2%;
	display:block;
	float:left;*/
	background:white;
}

