body {
  padding-top: 70px;
}

p {
    /* Justify paragraph text by default */
    text-align: justify;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
} 
 
.paper-teaser {
    text-align: center;
    /*padding: 1ex 0 0 0;*/
    margin: 0em auto;
    font-size: 1em;
    margin-bottom: 1em;
}
.paper-caption {
    line-height: 115%;
    font-style: italic;
    text-align: justify;
    margin-top: 1ex;
    padding: 0em;
    /*margin-bottom: 2em;*/
    font-size: 1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h2.paper-title {
    line-height: 100%;
    font-size: 2em;
/*    font-weight: bold;*/
    text-align: center;
    padding: 0em;
    margin: 0em;
    padding-bottom: 1ex;
    border: 0;
}
h3.paper-subtitle {
    line-height: 100%;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1ex;
}
h4.paper-venue {
    /*line-height: 100%;
  font-size: 1.4em;
  font-weight: bold;*/
    text-align: center;
    /*  padding: 0em;
  margin: 0;
  padding-top: 1em;*/
}
.paper-accolades {
    line-height: 100%;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    padding: 0em;
    margin: 0;
    padding-top: 1em;
    color: rgb(128, 0, 0);
}
.paper-authors {
    font-size: 1.25em;
    text-align: center;
    padding-top: 0em;
    padding-bottom: 0.5em;
}
.paper-author {
    padding: 0 1.0ex;
    white-space: nowrap;
}
.paper-affiliations {
    font-size: 1.0em;
    text-align: center;
    padding: 0;
    padding-bottom: 1em;
}
.paper-affiliation {
    padding: 0 1.0ex;
    white-space: nowrap;
}