﻿
div.section
{
    width: 100%;
    clear: both;
    margin-top: 30px;
}
    div.section p.title
    {
        margin-bottom: 15px;
        font-weight: bold;
    }

div.projtitle
{
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
}

div.projauthors
{
    margin: 30px auto 5px auto;
    width: 100%;
    text-align: center;
    clear: both;
}

span.projauthor
{
    margin: 0px 20px;
}

div.affiliations
{
    width: 100%;
    clear: both;
    margin: 10px auto;
    text-align: center;
    font-size: 0.95em;
}
span.affiliation
{
    margin: 0px 20px;
}
div.teaser
{
    width: 100%;
    clear: both;
    margin: 20px 0px;
    text-align: center;
}

    div.teaser img
    {
        width: 90%;
    }


    div.section p.abstract
    {
        margin: 0px 10px;
        text-align: justify;
        font-size: 0.98em;
        text-wrap: normal;
    }

div.embeddedvideo
{
    clear: both;
    width: 600px;
    margin: 10px 50px;
}

p.paperlink
{
    clear: both;
    font-size: 0.98em;
    padding-left: 25px;
}

p.paperacmref
{
    padding-left: 25px;
    margin: 10px 0px;
}

div.paperpages
{
    width: 750px;
    clear: both;
    margin-left: 25px;
    text-align: center;
}
    div.paperpages img
    {
        float: left;
        width: 150px;
        margin: 0px;
    }

a.inlinepapertitle
{    
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    color: #2200AA;
    text-decoration: none;
    font-style: oblique;
    /*font-weight: bold;*/
}
    a:hover.inlinepapertitle
    {
        color: #008888;
        text-decoration: underline;
    }

p.bibtex
{
    font-size: 0.8em;
    padding-left: 6em;
    text-indent: -4em;
}