/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
#main {
  margin-bottom: 5em;
}

/*
   Year group heading
   ========================================================================== */
.publication_year {
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 0.35em 0;
  font-size: 1.25em;
  background-color: #252a34;
  border-bottom: 2px solid #00adb5;
  color: rgb(246.6, 185.4, 185.4);
}
.publication_year__count {
  float: inline-end;
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(174.9, 176.4, 179.4);
}

/*
   Rows
   ========================================================================== */
.publication {
  padding: 0.6em 1em;
  border-bottom: 1px solid rgb(80.6, 84.6, 92.6);
}
.publication:target {
  background-color: rgb(32.56, 57.72, 67.48);
  outline: 2px solid #00adb5;
  outline-offset: -2px;
}
.publication .authors {
  font-weight: bold;
  color: rgb(157.05, 203.4, 157.05);
}
.publication .member_author {
  color: rgb(243.45, 197.55, 197.55);
}
.publication a {
  text-decoration: underline dotted;
}
.publication a:hover {
  text-decoration: underline;
}
.publication a.author_fast {
  text-decoration: none;
}
.publication img {
  height: 16px;
  padding: 0 0.2em;
  vertical-align: baseline;
}
.publication .publi-volume {
  font-weight: bolder;
}

/*
   Admin talks list row actions
   ========================================================================== */
.talk-actions {
  margin-top: 0.4em;
}
.talk-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

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