
#PDF_viewer div.info_content.
#info_text div.info_content{
	background-color: initial;
    padding: 0px 40px;
}
#PDF_viewer div.info_content img.close.
#info_text div.info_content img.close{
    display: block;
    right: 8px;
    top: 0px;
    z-index: 999;
    background-color: #323639;
    padding: 5px;
}
	
#PDF_viewer_text{
	height: 790px;	
	max-height:inherit;
}
#info_text{
	height: 100%;	
	max-height:inherit;	
}


div.more_info_vak{
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    box-sizing: border-box;
    padding: 40px;
	padding-top:5%;
    display: none;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 100;
}


div.more_info_vak div.info_content{
    position: relative;
    margin: auto;
    width: 80%;
    min-width: 300px;
    max-height: 100%;
    min-height: 500px;
    background-color: #FFF;
    z-index: 100;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 6px;
}
div.more_info_vak div.info_content div.text_box_title{
	margin-top:0;
}

div.more_info_vak div.info_text,
div.more_info_vak div.info_images{
	position:relative;
	width:100%;
	min-height:10px;	
}

#PDF_viewer_text div.more_info_vak div.info_text{
	max-height:300px;
	overflow-y:hidden;	
	margin-bottom: 10px;
}
#PDF_text{
	max-height: 100%;
    min-height: 500px;
	overflow-y:hidden;	
	margin-bottom: 10px;
}
div.more_info_vak div.info_images img{
	max-width: 47%;
    width: 200px;
    box-sizing: border-box;
    margin: 1.5%;
}
div.more_info_vak img.close{
	position:absolute;
	width:20px;
	height:20px;
	right:15px;
	top:15px;
	cursor:pointer;
}
div.more_info_vak a{
	text-decoration: none;
}