.textblock {
    margin-bottom: 75px;
}


.footer2 {
    height:auto;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 40px;
}

#titlearea
{
    background-color: rgb(243, 243, 243);
    height: 84px;
    padding-top: 8px;
    padding-left: 15px;
}

#projectlogo
{
    padding-right: 10px;
}

#titlearea, #projectname, #projectbrief, #projectnumber
{
    font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
}

#projectname
{
    font-size: 220%;
}

#projectname a
{
    color: rgba(0, 0, 0, 0.75);
}

#projectname a:hover, #projectbrief a:hover
{
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

#projectbrief
{
    font-size: 130%;
}

#projectbrief a
{
    color: rgba(0, 0, 0, 0.65);
}

#projectnumber a
{
    font-size: 160%;
}

/*
#projectnumber a:before
{
    content: "plus";
}
*/

pre.fragment
{
    background-color: #fff;
    font:normal 14px/20px monospace, fixed !important;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-style: dotted;
    border-width: thin;
    border-color: #dcdcdc;
    font-size: 100%;
    display:block;

    background-image:-webkit-repeating-linear-gradient(top, #f7f7f7 0px, #f7f7f7 20px, #fafafa 20px, #fafafa 40px);
    background-image:-moz-repeating-linear-gradient(top, #f7f7f7 0px, #f7f7f7 20px, #fafafa 20px, #fafafa 40px);
    background-image:-ms-repeating-linear-gradient(top, #f7f7f7 0px, #f7f7f7 20px, #fafafa 20px, #fafafa 40px);
    background-image:-o-repeating-linear-gradient(top, #f7f7f7 0px, #f7f7f7 20px, #fafafa 20px, #fafafa 40px);
    background-image:repeating-linear-gradient(top, #f7f7f7 0px, #f7f7f7 20px, #fafafa 20px, #fafafa 40px);

    margin: 0px 0px 0px 0px;
    padding: 0px 1em;
    line-height: 100%;
    color:000;
    overflow:auto;
}


div.line
{
    overflow: auto;
    word-wrap: break-word;
    font-size:  9pt;
    line-height: 125%;
    font-family: monospace, fixed;
    font-size: 105%;
}

dl
{
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-style: dotted;
    border-width: thin;
    border-color: #dcdcdc;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

dl.note
{
    margin: 0 8px 10px 10px;
    padding: 10px 15px 10px 80px;
    background: #fffbc6 url(warning_32x32.png) 15px 15px no-repeat;
    min-height: 42px;
}

span.lineno {
	border-right: 2px solid #3D578C;
}

span.oftype {
    background-color: rgb(243, 243, 243);
    font-family: monospace, fixed;
}

span.offield {
    background-color: rgb(243, 243, 243);
    font-family: monospace, fixed;
}

span.ofkeyword {
    background-color: rgb(243, 243, 243);
    font-family: monospace, fixed;
}

span.ofdict {
    background-color: rgb(243, 243, 243);
    font-family: monospace, fixed;
}

span.ofsolver {
    background-color: rgb(243, 243, 243);
    font-family: monospace, fixed;
}

span.ofutility {
    background-color: rgb(243, 243, 243);
    font-family: monospace, fixed;
}

.lineno {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

div.toc {
    padding: 14px 25px;
    background-color: #F4F6FA;
    border: 1px solid #D8DFEE;
    border-radius: 7px 7px 7px 7px;
    height: auto;
    width: auto;
    margin: 0 8px 10px 10px;
    float: none;
}

div.toc li {
    background: url("bdwn.png") no-repeat scroll 0 5px transparent;
    font: 10pt Verdana,DejaVu Sans,Geneva,sans-serif;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 2px;
}

div.toc h3 {
    font: bold 12pt Arial,FreeSans,sans-serif;
    color: #4665A2;
    border-bottom: 0 none;
    margin: 0;
}

table.vrt-header {
    border-collapse: collapse;
    margin-top: 4px;
    margin-bottom: 4px;
}

table.vrt-header th{
    border: 1px solid #2D4068;
    vertical-align: center;
    writing-mode: vertical-lr;
    min-width: 30px; /* for firefox */
    background-color: #374F7F;
    color: #FFFFFF;
    font-size: 110%;
}

table.vrt-header td, table.vrt-header th {
    border: 1px solid #2D4068;
    padding: 10px 15px 10px;
}

table.vrt-header tr:nth-child(even) {
    background-color: #f7f7f7;
}

img {
  max-width: 100%;
  height: auto;
}

.input-required {
    background-color: #f7f7f7;
}

.input-change-ok {
    background-color: #60aa1b; /* green */
}

.input-change-maybe {
    background-color: #fced1b; /* amber */
}

.input-change-unusual {
    background-color: #e0941a; /* red */
}

.input-deprecated {
    background-color: #464746; /* black */
}

a.button {
  background-color: #4a6aaa;
  border: 2px solid #4a6aaa;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 110%;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

a.button:link, a.button:visited {
	color: white;
    background-color: #4a6aaa;
}

a.button:hover, a.button:active {
  color: #4a6aaa;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24),0 2px 4px 0 rgba(0,0,0,0.19);
}
