@charset "UTF-8";
/* CSS Document */
 pdfjs-viewer-element {    
  height: 900px;
  border-bottom: 20px solid #000;
  border-right: 3px solid #000;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
 h2.h2_viewer {
  font-size: 1.6em;
	 color: #669CC0;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
 h2.h2_viewer span {
  font-size: 0.7em;
	color: #918F8F;
}
p.viewer_sos {
  font-size: 0.9em;
	 color: #918F8F;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  text-align: center;
}
p.viewer_sos a {
	 color: #918F8F;
  text-decoration: underline;
  color: #669CC0;
}

/* MOBILE */

@media screen and (max-device-width: 480px), screen and (max-width: 480px)
{
 pdfjs-viewer-element { height: 480px; border-right: none; }
 h2.h2_viewer { font-size: 1.1em; }
p.viewer_sos { font-size: 0.7em }
}
