body {
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    display: block;
}

.title {
    font-size: 36px;
}

.author {
    width: 100%;
    max-width: 300px;
    font-size: 24px;
}

.affiliation {
    font-size: 24px;
    width: 100%;
    max-width: 450px;
}

.links {
    font-size: 24px;
    width: 100%;
    max-width: 150px;
}

.teaser {
    width: 100%;
    max-width: 1000px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 90%;
    padding-top: 50.62%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.paper-thumbnail {
    margin: 0 auto;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 0 2% 0 0;
}

.paper-info {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 999px) {
    .paper-thumbnail {
        width: 60%;
    }

    .paper-info {
        width: 90%;
    }
}


p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

h1 {
    font-weight: 300;
    text-align: center;
}

h2 {
    text-align: center;
}

h4 {
    text-align: left;
}

h5 {
    text-align: left;
}

div {
    display: inline-block;
}

hr {
    border-top: 2px solid #4D4D4D;
}

pre {
    overflow-x: auto;
    text-align: left;
    border: 1px solid grey;
    border-radius: 3px;
    background: #eeeeee;
    padding: 5px 5px 5px 10px;
    line-height: 1.2;
    white-space: pre-wrap;
}

pre code {
    text-align: left;
    word-wrap: normal;
    white-space: pre-wrap;
    font-size: 16px;
}

a:link, a:visited {
    color: #8D0016;
    text-decoration: none;
}

a:hover {
    color: #FF1447;
}