@charset "UTF-8";

.pdf-list-container{/* Not visible, context for press release, other pdf  lists which use pdfoverlay */
      width:100%;
      height:100%;
      margin-top:20px;
      border:1px solid transparent;
      padding-bottom:20px;
}

.pdfobject-container {
   max-width: 100%;
   width: 80%;
   min-height: 800px;
   height:90%;
   border: 4px solid rgba(0,0,0,.2);
   margin: auto;
}

.pdfobject-com {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pdfobject-com a:link, .pdfobject-com a:visited {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: .25rem 1rem;
	background: #6699FF;
	text-decoration: none;
}

.pdfobject-com a:hover, .pdfobject-com a:visited:hover {
	color: #FFF;
	background: #FF3366;
	text-decoration: none;
}

.pdfobject-com a:before {
     content: "\2190";
     margin-right: .25rem;
}
#pdfolay { /*Like a modal background */
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   padding-top: 2rem; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#overclose {
	    text-align:right; 
	    margin-right:10%; 
	    font-size:larger; 
	    color:white;
}
#overclose:hover {
	    cursor: pointer;
	    color: #e0e0e0;
}
