* {
    font-family: sans-serif !important;
}

html {
    font-size: 14px;
    font-family: sans-serif;
}

body {
    background-color: #FFFFFF;
    padding: 0%;
    margin: 0%;

    font-size: 14px;
    font-family: sans-serif;

    min-width: 1024px;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

a {
    color: #080276;
    text-decoration:none;
    border-bottom: 1px dotted;
}

a:hover, a:visited:hover {
    color: #FF4500;
    text-decoration:none;
    border-bottom: 1px solid;
}

a:visited {
    color: #016E9D;
    text-decoration:none;
    border-bottom: 1px dotted;
}


#main {
/*     position: absolute; */
    margin: 0% auto;
    width: 98%;
}

#head {
    position: relative;
    border-bottom: 1px dashed #000000;
    width: 70%;
/*     min-height: 180px; */
    height: 240px;

    padding: 10px 15%;

    overflow: visible;
}

#head small {
    font-size: 13px;
    line-height: 1.5em;
}

#license {
    position: absolute;
/*     padding: 1em; */
    top: 10px;
    right: 5px;
}

#license img {
    padding: 0% 5px;
}

#license a {
    text-decoration: none;
    border: none;
}

#lang {
    position: absolute;
    top: 0%;
    right: 50px;
    font-size: 9px;
}

#content {
    position: relative;
    margin: 0% auto;

    width: 80%;
    min-height: 300px;
    overflow: hidden;

    border: 1px dashed #000000;
    border-top: none;
}

#list {
    padding: 80px 10px 10px 20px;
}

#list img {
    vertical-align: middle;
    border: 0px;
    padding-left: 5px;
}

#list > #categories {
    padding: 0px 10px 10px 20px;
}

#list > #categories > .files {
    padding: 0px 10px 10px 20px;
}

#list > #categories > .files a {
    border: none;
}

#list > #categories > h2 {
    padding-bottom: 0%;
    margin-bottom: 3px;
}

#list > #categories > h2 > small {
    font-size: 12px;
    font-weight: normal;
}

.fold {
    font-family: monospace;
    padding: 0% 5px;
    margin: 0% 5px;
    display: none;
}

#div {
    width: 50%;
    position:absolute;
    right: 0%;
}

#body-bottomleft {
    position: fixed;
    bottom: 15px;
    left: 5px;
}

#body-bottomright {
    position: fixed;
    bottom: 15px;
    right: 5px;
}