/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
/* dark syntax highlighting (base16) */
.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* system typefaces */
/* sans serif typefaces */
/* serif typefaces */
/* type scale */
/* headline scale */
/*
   Colors
   ========================================================================== */
/* YIQ color contrast */
/* brands */
/* links */
/* notices */
/* syntax highlighting (base16) */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
#main {
  margin-bottom: 5em;
}

div.publication {
  display: list-item;
  margin-bottom: 0.5em;
  margin-left: 50px;
  list-style-type: circle;
}
div.publication .authors {
  font-weight: bold;
  color: #dfd;
}
div.publication .aquila_author {
  color: #fdd;
}
div.publication a {
  text-decoration: underline dotted;
}
div.publication a.author_fast {
  text-decoration: none;
}
div.publication img {
  height: 16px;
  padding: 0 0.2em;
  vertical-align: baseline;
}
div.publication .publi-volume {
  font-weight: bolder;
}

.publication:nth-child(even) {
  background-color: rgb(47.9, 52.65, 62.15);
}

.publication_year {
  font-size: 120%;
  color: #f99;
  text-shadow: 1px 1px 2px rgb(48.8, 52, 54.4);
  text-align: left;
  margin-left: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
}

a.publication_year {
  font-size: 100%;
  text-decoration: underline dotted;
}

/*# sourceMappingURL=publi.css.map */
