ul.debug {
  display: none;
}
.replacement_pattern_info {
  max-height: 150px;
  overflow-y: auto;
}
span#data_publ_type {
  display: block;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
pre.bibtex {
  font-size: 10px;
}
pre.json {
  font-size: 10px;
  overflow: auto;
  max-height: 400px;
}
pre.twig {
  font-size: 10px;
  margin: 0px;
}
table.table {
  border: 1px solid black;
  width: 100%;
}
table.table td,
table.table th
{
  border: 1px solid black;
  padding: 3px;
}
tr.table_col_group td {
  font-weight: bold;
  font-size: 12pt;
}
ul.year_list {
  margin: 0px 0px;
  padding: 0px 0px;
}
ul.year_list li {
  display: inline-block;
  width: 100px;
  list-style-type: none;
  padding: 3px 0px;
}

div.publication_project {
  position: relative;
}
div.publication_project div.logo {
  float: left;
}
div.publication_project div.box {
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid black;
  margin-left: 145px;
  margin-bottom: 25px;
}
div.publication_project div.header {
  background: #c0c0c0;
  color: black;
  padding: 2px;
}
div.publication_project div.header .duration {
  float: right;
}
div.publication_project div.header .title {
  font-size: 11pt;
  font-weight: bold;
}
div.publication_project div.header .title a {
  text-decoration: none;
  color: #000000;
}
div.publication_project div.header .title a:hover {
  text-decoration: underline;
}
div.publication_project div.abstract,
div.publication_project div.funding_organisations,
div.publication_project div.contact
{
  border-top: 1px solid black;
  padding: 2px;
}
div.publication_project div.contact
{
}
div.publication_project:after {
  content: "";
  display: table;
  clear: both;
}

span.publication_files_small img {
  vertical-align: middle;
}
img.inline-image {
  height: 0.9em;
  margin-left: 0.25em;
  vertical-align: baseline;
}

/* Download section */
div.downloads div.file {
  margin-bottom: 5px;
}
div.downloads div.file:after {
  content: "";
  display: table;
  clear: both;
}
div.downloads div.list_media div.file a.file_preview_thumb {
  width: 175px;
  float: left;
  margin-right: 1em;
  text-align: center;
}
div.downloads div.more_media div.file {
  display: inline-block;
  width: 180px;
  text-align: center;
}
div.downloads div.list_files div.file a.file_preview_thumb {
  width: 64px;
  float: left;
  margin-right: 1em;
  text-align: center;
}
div.downloads div.more_files div.file {
  display: inline-block;
  width: 180px;
  text-align: center;
}
div.viewer-toolbar ul {
  list-style-image: none;
}

div.print_list {
}
div.print_list div.entry {
  margin: 0.5em 0px;
}

div.gallery {
  margin: 1px 0 0 1px;
}
div.gallery div.image {
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  width: 175px;
  height: 175px;
  padding: 5px;
  border: 1px solid #c0c0c0;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
div.gallery div.image img {
  position: absolute;
  margin: auto auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.gallery_image img {
  border: 1px solid #c0c0c0;
}

div.pager > a,
div.pager > span {
  margin-right: 0.5em;
}
div.pager span.gear {
  position: relative;
  cursor: pointer;
  color: blue;
}
form.pager_options {
  position: absolute;
  white-space: nowrap;
  top: 1em;
  left: 0px;
  background: white;
  border: 1px solid black;
  padding: 2px;
  color: black;
}

div.menu a {
  white-space: nowrap;
}
div.menu ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.error {
  border: 2px solid red;
  padding: 2px;
  background: #ff7f7f;
  margin-bottom: 0.5em;
}

form.configure_csv {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 2px;
  z-index: 10000;
  width: 400px;
}

.file a::before {
  content: '';
}

a.orcid {
  white-space: nowrap;
}
