body {
    background-color: #FFF;
    font-family: verdana, arial, sans-serif;
    margin: 0 auto 0 auto;
}

hr {
    width: 100%;
}

.main {
    margin: 95px 0px;
    vertical-align: center;
    padding: 10px;
    width: 97%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.topbar {
    margin: 25px 75px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 auto 0 auto;
}
.strip {
    background: rgb(255, 127, 35);
    height: 10px;
}
.title a {
	 font-weight: bold;
    font-style: italic;
	 font-size: 40px;
    position: absolute;
    top: 43px;
    left: 100px;
    color: #999;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

ul#tabnav {
    font-weight: bold;
	 font-size: 11px;
    border-top: 1px solid #000;
    list-style-type: none;
    padding-bottom: 24px;
    margin: 0px;
}

ul#tabnav li {
    height: 22px;
    float: left;
    background-color: #eee;
    border: 1px solid #000;
    margin: -1px 4px 0 4px;
}

body#others li.others, body#ftp2 li.ftp2,body#apache li.apache, body#centos li.centos, body#debian li.debian, body#gentoo li.gentoo, body#fedora li.fedora, body#slackware li.slackware, body#ubuntu li.ubuntu {
    border-top: 1px solid rgb(255, 127, 35);
    background-color: rgb(255, 127, 35);
}

body#others li.others a, body#apache li.apache a, body#centos li.centos a, body#debian li.debian a, body#gentoo li.gentoo a, body#fedora li.fedora a, body#slackware li.slackware a, body#ubuntu li.ubuntu a {
    color: #000;
}

#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover {
    border-top: 1px solid rgb(255, 127, 35);
    margin: -1px 0px 0px 0px;
    background: rgb(255, 127, 35);
    color: #000;
}

.info {
    font-size: 10px;
    display: inline;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
  background: #dfdfdf
}

code.hljs {
  padding: 3px 5px
}

.hljs {
  color: #24292e;
  background: #fff
}

.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  color: #d73a49
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  color: #6f42c1
}

.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-variable {
  color: #005cc5
}

.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
  color: #032f62
}

.hljs-built_in,
.hljs-symbol {
  color: #e36209
}

.hljs-code,
.hljs-formula {
  color: #6a737d
}

.hljs-comment {
  color: #2e8300
}

.hljs-name,
.hljs-quote,
.hljs-selector-pseudo,
.hljs-selector-tag {
  color: #22863a
}

.hljs-subst {
  color: #24292e
}

.hljs-section {
  color: #005cc5;
  font-weight: 700
}

.hljs-bullet {
  color: #735c0f
}

.hljs-emphasis {
  color: #24292e;
  font-style: italic
}

.hljs-strong {
  color: #24292e;
  font-weight: 700
}

.hljs-addition {
  color: #22863a;
  background-color: #f0fff4
}

.hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0
}
