body {
    background: #fff none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.8);
    cursor: auto;
    font-family: "Noto Serif","DejaVu Serif",serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.viewPort{
    bottom: 90px;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 130px;
    position: fixed;
    right: 0;
    top: 97px;
}

h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
h1{font-size:2.125em}
h2{font-size:1.6875em}

.header{
    width: 100%;
    background-color: #036;
}
.header td.title-column{
    padding-left: 130px;
}

.header td.title-column h1{
    color: white;
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px;
}
.header td.language-column{
    vertical-align: bottom;
    padding-bottom: 30px;
    width: 200px;
}
hr{
    z-index: -1;
    margin: 0;
}
#home-link{
    left: 130px;
    position: absolute;
    top: 75px;
}
#home-link a{
    color: white;
}

#lang-selector{
    height: 36px;
    margin: 0;
    overflow: hidden;
    width: 195px;
    position: relative;
    z-index: 10;
    border: 1px solid white;
    border-top: none;
}

#lang-selector:hover,
#lang-selector:active{
    overflow: visible;
}
#lang-selector span{
    color: white;
    position: absolute;
    right: 5px;
    top: 10px;
}
#lang-selector ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
    height: 440px;
    z-index: 10;
}
#lang-selector ul li {
    display: block;
    height: 36px;
    background-color: #036;
    border-top: 1px solid white;
    width: 195px;
    position: relative;
    top:37px;
}
#lang-selector ul li#current-lang {
    position: absolute;
    top: 0px;
}
#lang-selector ul li a {
  text-decoration: none;
    color: #fff;
  padding: 8px 16px;
    line-height: 36px;
    height: 36px;
}

#lang-selector ul li:hover {
  color: #fff;
  background-color: #369;
}

.footer{
    width: 100%;
    position: fixed;
    height: 50px;
    bottom: 0;
    margin: 0;
}
.footer i{
    margin-left: 130px;
}

.separator{height: 8px;}
.option-name{white-space:nowrap;font-family:monospace;font-weight:bold}
.environment-var{white-space:nowrap;font-family:monospace;font-weight:bold}
.term{white-space:nowrap;font-weight:bold}
.alias-item{white-space:nowrap;font-family:monospace;font-weight:bold}
code {font-family:monospace;white-space:normal;background-color:#eee;width:auto;display:block;line-height: 15.56px; padding: 5px 20px 5px 20px; margin: 15px 0 15px 0;}

pre{background-color:#eee;padding:5px;width:auto}
dl {
    font-size: 1em;
    line-height: 1.6;
    list-style-position: outside;
}


#nav ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#nav ul li:hover {
  background: #555;
  color: #fff;
}
#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#nav ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#nav ul li ul li:hover { background: #666; }
#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.command, .option {
    padding-top: 6px;
    line-height: 1.2;
    vertical-align: text-top;
    display: table-row;
}

.tr {
    display: table-row;
}

.command-name, .command-description, .option-name, .option-description {
    display: table-cell;
}

.command-name, .option-name {
    width: 40%;
}

.command-description, .option-description {
    width: 50%;
}

.footer {
    padding: 1em;
    border-top: 1px solid black;
    background: white;
}

@media(max-width:800px) {
    body { font-size: 14px;  }

    h1 { font-size: 18px; }
    h2 { font-size: 16px; }

    .header { font-size: 12px; }
    .header td.language-column { width: 150px; }
    #lang-selector { width: 150px; }
    #lang-selector ul li { width: 150px; max-height: 300px; }
    .header td.title-column {

       padding-left: 0.5em;
                                        }
    tbody {
        width: 90%;
    }

    .viewPort {
        padding: 20px;
        bottom: 50px
    }

    .command, .option {
        display: block;
    }

    .tr {
        display: block;
    }

    .command-name, .command-description, .option-name, .option-description {
        display: block;
        width: 100%;
    }

    .footer {
        font-size: 12px;
        height: 50px;
        padding: 10px;
    }

    .footer i {
        margin-left: 0;
    }
}