* {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
  line-height: 1.25;
}

#picture-container {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: -1;
}

#picture {
  position: relative;
  margin-right: 40em;
  padding-right: 25px;
}

#main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding: 0px;
  padding-left: 150px;
  width: 40em;
  text-align: justify;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0em;
}

h2 {
  font-size: 1.8em;
  margin-top: 0.7166em;
  margin-bottom: 0.1166em;
}

h3 {
  display: inline;
  margin-right: 1em;
  font-size: 1em;
}

p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

article {
  margin-bottom: 1.25em;
  clear: both;
}

h1 ~ p , article > :not(header) {
  margin-left: 2em;
}

.keywords {
  padding-left: 2em;
}

details {
  display: block;
}

summary {
  display: block;
  font-style: italic;
}

summary + p {
  margin-top: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.right {
  float: right;
  margin-left: 0.5em;
}

.bib {
  margin-left: 0.5em;
  display: inline-block;
  font-weight: normal;
}

.bib:before {
/*  content: "—"; */
  content: "\2014";
  margin-right: 0.5em;
}

.coauthor {
  margin-left: 0.5em;
  display: inline-block;
  font-weight: normal;
}

.coauthor:before, .in_preparation h3:before, .submitted h3:before, .accepted h3:before {
  margin-right: 0.5em;
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
}

.coauthor:before {
  content: "with";
}

.in_preparation h3:before {
  content: "In preparation:";
}

.submitted h3:before {
  content: "Submitted:";
}

.accepted h3:before {
  content: "To appear:";
}

ul {
    margin: 0px;
}