* {
    line-height: 1.3;
    font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
    font-size: 15px;
    color: #584D4D;
    background-color: #FFFFFF;
}


.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: center;
}



h1 {
  font-weight: bold;
  color: #AAAAAA;
  font-size: 2.5em;
  text-align:center;
}

h2 {
    padding-top: 15px;
    font-weight: normal;
    color: #777777;
    font-size: 1.5em;
}


h3 {
    color: #0A0A0A;
    font-size: 1.2em;
}


.note{
    font-size: 20px;
    font-weight: bold;
}

.note a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #004DD6;
}


code, pre {
  font-family: Consolas,"courier new";
}

.tiny {
    font-size: x-small;
}

.mirror {
    z-index: 4;
}

.logo {
    background: transparent;
    z-index: 6;
    padding-top: 10px;
    padding-left: 0px;
    float: left;
}

.logoimg {
    background: transparent;
    z-index: 6;
    padding-top: 10px;
    padding-left: 0px;
    float: left;
}


.line {
    z-index: 4;
    width: 60%;
    text-align:center;
    margin: auto;
    max-width: 750px;
    justify-content:center;
}


.header {
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
}


.foot {
    text-align: right;
}



body {
    margin:0 auto 0 auto;
}


ul{
    padding-left: 20px;
    margin-left: 0px;
}

/* Second Level */
ul ul{
  margin-left:10px;
}

/* Third Level */
ul ul ul{
  margin-left:20px;
}

.structitem
{
    margin-left: 20px;
    margin-bottom: 10px;
}

table {
    margin: 30px;
}


a {
    text-decoration: none;
    color: #004DD6;
}

a:visited {
    color: #021FAA;
}


/* Left and right columns */
.column.side {
    justify-content: center;
    padding: 6px;
    width: 14%;
    max-width: 110px;
}


/* Main column */
.column.main {
    width: 72%;
    max-width: 560px;
}


/* Main column */
.column.mainhalf {
    width: 36%;
    max-width: 280px;
    margin: 20px;
}



.submenu {
    padding-top: 40px;
}

.submenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.submenu li{
    margin: 2px 0;
}

.sublist ul{
    list-style-type: none;
    padding-left: 16px;
}

.submenu a {
    text-decoration: none;
    display:block;
    width:100%;
    background-position:right;
    background-repeat:no-repeat;
    padding:3px;
    padding-right:0;
}
.submenu a:hover {
    background-color:#eeeeee;
    background-repeat:repeat-y;
}

.relversion
{
    justify-content: center;
    text-align: center;
    color: #000000;
    font-family: Helvetica, Arial, "Trebuchet MS", Verdana;
    font-weight: bold;
}
.version {
    font-family: Helvetica, Arial, "Trebuchet MS", Verdana;
    font-weight: bold;
    font-size: 46px;
}

.release {
    font-family: Helvetica, Arial, "Trebuchet MS", Verdana;
    font-weight: bold;
    margin-top:-6px;
    font-size: 15px;
}
