/* Clear Styles */
h1, h2, h3, h4, p, span, div {margin: 0px; padding: 0px;}

#title {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;

    position: fixed;

    background: #000000;
    color: #ffffff;
}

#title h1,h2 {
    margin: 10px;
}

#content {
    top: 100px;
    position: absolute;
    overflow: hidden;
}

#content p {
    margin: 5px;
    margin-top: 10px;
}

.page {
    display: block;
}

/* Bibliography CSS */
.paper-title {
    font-size: 18;
    font-weight: 900;
    display: inline-block;
}

.paper-links {
    display: inline-block;
}

.paper-bib {
    font-size: 16;
    font-weight: 300;
}

.conference {
    font-style: italic;
}

#footer {
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;

    position: fixed;

    background: #000000;
    color: #cccccc;
}

#footer p {
    margin: 5px;
    font-size: small;
    text-align: center;
}

li {
    margin: 10px;
}