/* customised css - docsteam DALnet@2020 */

BODY
  {
  background:white;  
  overflow: auto;
  }
DIV.body
  {
  margin-left:10%;
  margin-right:10%;
  }
h1
  {
  font: 14pt Verdana,sans-serif;
  margin-left:-50px;
  }
H2
  {
  margin-top: 20px;
  font: bold 11pt Verdana,sans-serif;
  margin-left:-50px;
  }
H3
  {
  font: bold 11pt Verdana,sans-serif;
  margin-top: 10px;
  }
H4
  {
  font: italic 11pt Verdana,sans-serif;
  }
P
  {
  font: 10pt Verdana,sans-serif;
  line-height:130%;
  margin-bottom:11pt;
  margin-top:11pt;
  }
UL
  {
  font: 10pt Verdana,sans-serif;
  line-height:130%;
  }
OL
  {
  font: 10pt Verdana,sans-serif;
  line-height:130%;
  }
DL
  {
  font: 10pt Verdana,sans-serif;
  line-height:130%;
  }
LI
  {
  font: 10pt Verdana,sans-serif;
  line-height:160%;
  }
  pre {
  	width: 100%;
  		padding: 0;
  			margin: 0;
  				overflow: auto;
  					overflow-y: hidden;
  						line-height: 20px;
  							background: #efefef;
  							 	border: 0px solid #777;
  							 		background: url(lines.png) repeat 0 0;
  							 			color: #333;
  							 			}
  							 				
DT
  {
  font: italic 10pt Verdana,sans-serif;
  line-height:130%;
  }
SAMP
  {
  font-family:monospace;
  color: #882200
  }
KBD
  {
  font-family:monospace;
  color: #882200
  }
EM.param
  {
  color:black;
  }
DIV.copyright
  {
  margin-top:0px;
  }
DIV.copyright P
  {
  font-size: 9pt;
  line-height:110%;
  }
DIV.thisversion P
  {
  font-size: 10pt;
  line-height:110%;
  }
DIV.version P
  {
  font-size: 9pt;
  line-height:110%;
  margin-top:0px;
  margin-bottom:4pt;
  }
DIV.commentaddress P
  {
  font-size: 9pt;
  line-height:115%;
  margin-top:4pt;
  margin-bottom:4pt;
  }
A:link
  {
  color: #0000EE;
  }
A:visited
  {
  color: #0000EE;
  }
A:active
  {
  }
A:hover
  {
  color: white;
  background-color: #2222EE
  }
DIV.listnone P
  {
  margin-top:4pt;
  margin-bottom:4pt;
  }
DIV.footer
  {
  margin-left:10%;
  margin-right:10%;
  }
DIV.footertext
  {
  font: 9pt Verdana,sans-serif;
  line-height:110%;
  margin-bottom:1pt;
  margin-top:1pt;
  }

  @media only screen and (max-width: 360px) {
    body{
        font-size: 1.1em;
    }
    h1,h2{
        margin-left: -20px;
      }
  }
  @media only screen and (min-width: 360px) {
    body{
        font-size: 1.1em;
    }
      h1,h2{
          margin-left: -30px;
        }
    }
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (min-width: 480px) {
       body{
           font-size: 1.1em;
       }
        h1,h2{
            margin-left: -35px;
        }
    }

  
  