@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);

body {
  padding: 0px 50px 50px 50px;
  font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#504E4E;
  font-weight:300;
  overflow-y:scroll;
}

.column1-wrap{
    float: left;
    width: 100%;
}
.column1{
    /*background-color: cyan;*/
    width: 47%;
    margin-right: 47%;
}
.column2{
    /*background-color: lime;*/
    float: left;
    width: 47%;
    margin-left: -47%;
}
.clear{
    clear: both;
}

.install{
  margin-top:30px;
  margin-bottom:10px;
}

.userman{
  margin-top:25px;
  margin-bottom:10px;
}

.soneliner{
  width:650px;
  float:right;
  padding-bottom:20px;
}

.centralliner{
  width: 55%;
  text-align:justify;
  text-justify:inter-word;
}

.poneliner{
  padding-top:0px;
  padding-bottom:0px;
  text-align:justify;
  text-justify:inter-word;
  margin:0 0 0px;
}

#logo {
  padding-bottom: 10px;
  max-width: 100%;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color:#222;
  margin:0 0 20px;
}

h2#moreinfo{
  margin-top:40px;
}

ul, ol, table, pre, dl, tbody {
  margin:0 0 10px;
}

p#abstract {
  padding-top:20px;
  padding-bottom:0px;
  font:16px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#504E4E;
  font-weight:600;
}

.justified {
  text-align:justify;
  text-justify:inter-word;
}

.narrow {
  margin-top:10px;
  margin-left:40px;
  margin-right:40px;
}

section.justified p {
  text-align:justify;
  text-justify:inter-word;
}

section.centered img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
}

section.narrow pre {
  margin-top:10px;
  margin-left:40px;
  margin-right:40px;
}

p#text  {
  padding-top:0px;
  padding-bottom:10px;
  text-align:justify;
  text-justify:inter-word;
  margin:0 0 0px;
}

h1, h2, h3 {
  line-height:1.1;
}

h1 {
  font-size:28px;
}

h2 {
  color:#393939;
}

h3, h4, h5, h6 {
  color:#494949;
}

a {
  color:#39c;
  font-weight:400;
  text-decoration:none;
}

a strong{
  color:#39c;
  font-weight:700;
  text-decoration:none;
}

a small {
  font-size:11px;
  color:#777;
  margin-top:-0.6em;
  display:block;
}

.wrapper {
  width:1024px;
  margin:0 auto;
}

blockquote {
  border-left:1px solid #e5e5e5;
  margin:0;
  padding:0 0 0 20px;
  font-style:italic;
}

code, pre {
  /*font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;*/
  font-family: Consolas,monospace
  color:#333;
  font-size:12px;
}

pre {
  padding:8px 15px;
  background: #f8f8f8;  
  border-radius:5px;
  border:1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

.form th {
  width: 150px;
}

dt {
  color:#444;
  font-weight:700;
}

th {
  color:#444;
}

img {
  max-width:100%;
}

header {
  width:160px;
  height:100%;
  float:left;
  //position:fixed;
  border-right: solid #aaa;
  border-width: 1px;
  padding-right: 5px;
  background-color: #fff;
}

header ul#navlinks {
  list-style:none;
  float:left;
  margin: 0;
  padding: 0;
}

strong {
  color:#222;
  font-weight:700;
}

section {
  width:1224px;
  float:left;
  padding-bottom:50px;
  margin-left:20px;
  margin-top:80px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

footer {
  width:200px;
  float:left;
  position:fixed;
  bottom:50px;
}

input {
  width: 100%;
}

input.formbutton {
  width: 100px;
  background:none!important;
  border:none; 
  font: inherit;
  /*border is optional*/
  cursor: pointer;
}

tr.testok {
  background-color: #BEF781;
}

tr.testfail {
  background-color: #FA5858;
}

tr.notest {
  background-color: #FACC2E;
}

.expandable.collapsed {
  display: none;
}

.log {
  font-size: small;
  font-family: monospace;
}
