div#container
{
   width: 800px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.pdfobject-container 
{ 
   width: 100%; 
   height: 100%; 
   border: 0px solid #000000; 
}

#wb_Extension1
{
   position: absolute;
   left: 70px;
   top: 0px;
   width: 660px;
   height: 1400px;
   z-index: 0;
}
@media only screen and (max-width: 799px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_Extension1
{
   left: 10px;
   top: 0px;
   width: 310px;
   height: 990px;
   visibility: visible;
   display: inline;
}
}
