body, td, th, h1, h2, h3, h4
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #666666;
  padding: 0px;
  line-height: 150%;
}

html {
  padding: 10pt;
}

body 
{
  background-color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}

p 
{
  font-size: 14px;
  margin-bottom: 6px;
}

h1 
{
  font-size: 22px;
  color: #006699;
  text-align: left;
  font-weight: bold;
}

h2 
{
  font-size: 20px;
  color: #006699;
  text-align: left;
}

h3
{
  font-size: 18px;
  color: #006699;
  text-align: left;
}

h4
{
  font-size: 16px;
  color: #006699;
  text-align: left;
}

table 
{
  border: 0px;
  background-color: #ffffff;
}

.white 
{
  background-color: #ffffff;
}

td, th 
{
  vertical-align: top;
}


th 
{
  font-size: 14px;
  color: #006699;
  padding: 3px;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #006699;
}

td 
{
  font-size: 14px;
  padding: 3px;
  background-color: #f4f4f4;
}

a 
{
  color: #006699;
}

a:hover 
{
  color: #FFFFFF;
  background-color: #006699;
}

pre
{
  font-size: 14px;
  margin: 6px;
  white-space: pre-wrap;
}

.footer
{
  font-size: 12px;
  margin: 0px;
}

.console 
{
  font-family:Courier;
  color: #CCCCCC;
  background: #000000;
  border: 3px double #CCCCCC;
  padding: 5px;
}

.linenums li 
{
    list-style-type: decimal;
}

.img-fluid
{
  max-width: 100%;
  height: auto;
}

/*
img 
{
  max-width:100%;
  height:auto;
}

.center 
{
  text-align: center;
}
*/

.header table
{
  border: 0px;
  background-color: #ffffff;
}

.header td 
{
  font-size: 14px;
  padding-top: 0px;
  padding-right: 8px;
  background-color: #ffffff;
  vertical-align: middle;
}

.header h1
{
  margin-top: 0;
  margin-bottom: 0;
}