.year {
    padding-left: 16px;
}

.headertable {
    width:100%;
    background-color: #535357;
    color:white;
    padding:5px 5px 5px 5px;
    vertical-align: center;
}

.headertitle {
    width:90%;
    padding-left:12px;
    font-size: 1.2em;
}

.headersubtitle {
    font-family: 'Arial Narrow', 'Arial', sans-serif;
}

.headerlinks {
    padding-top: 6px;
    text-align: right;
    width: 90px;
    min-width: 90px;
    vertical-align: center;
}

.pubcontents {
    width: 100%;
    background-color: #e2e2e2;
    padding:0;
    margin:0;
}

.pubvideo {
    background-color: #222222;
    width:40%;
    margin:0px;
    padding:0px;
}

.conference {
    color: #333333;
}

.award {
    color: #333333;
}

.authors {
    color: #333333;
}

.teaserarea {
    width: 40%;
    max-width: 560px;
    float: right;
    margin-left:20px;
    margin-bottom:1px;
    position: relative;
    top: 0;
    left: 0;
}

.teaserarealeft {
    width: 30%;
    max-width: 560px;
    float: left;
    margin-right:20px;
    margin-bottom:1px;
    position: relative;
    top: 0;
    right: 0;
}

.teaserimage {
    width:100%;
    position:relative;
    cursor:pointer;
}

.video-popup {
    display: none;
    position: fixed;
    background: #25252b;
    border: 2px solid #333333;
    border-top: 0px;
    z-index: 9;
  }

.playbutton {
    position:absolute;
    width:12%;
    max-width:60px;
    min-width:36px;
    top:5.3%;
    left:3%;
    opacity: 0.4;
    filter: grayscale(100%);
    transition: opacity 0.2s, filter 0.2s; 
    cursor:pointer;
}

.playbutton:hover {
    opacity: 1;
    filter: none;
    transition: opacity 0.2s, filter 0.2s; 
}

.pubdesc {
    text-align: justify;
    vertical-align: top;
    padding-left:16px;
    padding-right:16px;
}

.abstract {
    color: #111111;
    /*font-family: 'Times New Roman';*/
}

.info {
    text-align: center;
    font-size:28px;
    font-weight: bold;
    color:gray;
}

.additional_links {
    color: #222222;
}

.contentsplitter{
    border: 0px;
    border-bottom: 1px gray solid;
    margin:0px;
    padding:0px;
}


@media(max-width: 700px) {
    .headertitle {
        font-size: 1.2em;
    }

}