body {
    font-family: Arial, Helvetica, sans-serif;
    background: #dbd7cc;
    margin:0;
}

h1 {
    font-size: 1.6em;
    padding: 1.2em 0em;
    margin: 0em;
    line-height: 1.4em;
} 

h2 {
    font-size: 1.3em;
    font-weight: normal;
    padding: 1.5em 0 1em 0;
    margin: 0;
}

h2 a {
    text-decoration: none;
    color: inherit;
}

h2 a:hover {
    text-decoration: underline;
}

footer, .section {
    max-width: 860px;
    width: 80%;
    margin: 0 auto;
    padding: 0 5rem;
    background: white;
}

.section:last-of-type {
    padding-bottom: 2rem;
}

footer {
    background-color: #3879B7;
    color: white;
}

footer p {
    font-size: 0.9em;
    padding: 1rem 0;
}

footer a {
    color: white;
}

#header-logos img {
    display: inline-block;
    height: 2.5rem;
    margin: 1.2rem 1.2rem 1.2rem 0;
}

#header-computerlab {
    background: #17345D;
    color:white;
}

#header-computerlab h2 {
    padding: 1em 0;
}

#project #head {
    text-align: center;
    margin: 0 0 1em;
}

#project #head>div,
#project #head>ul {
    margin: 0 0 1em 0;
    padding: 0;
}

#project #head #venue {
    font-style: italic;
    font-size: 1.0em;
    margin: 2em 0;
}

#project #authors {
    list-style: none;
    text-align: center;
    font-size: 1em;
}
#project #authors li {
    display: inline;
    margin: 0 0.5em;
    font-size: 1em;
}

/*#project #abstract { line-height: 130%; }
#project #abstract p { margin-top: 0; }*/

#teaser {
    padding: 0 0 1rem 0;
    text-align: center;
}

#teaser img {
    margin-bottom: 1rem;
}

p, ul {
    line-height:1.3em;
    margin:0 0 1em 0;
}

p:last-child, ul:last-child {
    margin:0;
}

.code {
    font-family: consolas, monospace;
}

.codeblock {
    padding: 1.5rem;
    line-height: 1.2em;
    background: #EEE;
    font-size:0.9em;
    font-family: consolas, monospace;
    white-space: pre-wrap;
}

.codeblock span {
    color: #888;
}

.info-block {
    
}

ul {
    padding-left: 2rem;
}

ul ul {
    list-style-type: dash;
}

/*#project #downloads ul { margin-top: 0.5em; }

#project .formatsample {
   margin-left: 1em;
}

#project #datasets {
    clear: both;
}
#project #datasets>ul {
    margin: 2.5em 0;
    list-style: none;
}
#project #datasets>ul>li {
    clear: both;
}
#project #datasets>ul h3 {
    padding-top:1em;
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 1.6667em;
    font-weight: normal;
}
.section { clear: both; margin: 2.5em 0; }
.section h2 { padding-top:1em; margin-top: 0; margin-bottom: 0.2em; }
#project #datasets .preview {
    float: left;
    margin: 0.5em 1.25em 0.5em 0;
}
#project #datasets img {
    border: 2px solid #222;
    margin: 0 0.25em 0 0;
}
#project #datasets ul { margin-top: 0.5em; list-style-position: inside; }*/