#table-foot, nav, #ordering, #filters, #table-info, #sidebar, #search-fields, #ajax-spinner, .search button,
[data-table="pages"], img[data-exemplar="thumb"] {
  display: none !important;
}

#table-head {
  margin-top: 80px; 
}

.table-row {
  border-top: 1px dotted gray;
  margin-top: 10px;
  font-size: 12px;
  position: relative;
  padding: 10px 0;
  page-break-inside: avoid;
  min-height: 185px;
  line-height: 1.7em;
}

.table-row .span-2, .table-row .span-4, .table-row .span-5 {
  margin-left: 170px;
}

.table-row .span-2 {
}

.table-row .span-4 {
}

.table-row .span-5 {
}

.table-row .image-column img[data-exemplar="image"] {
  display: inline !important;
  width: 100%;
}

.table-row .image-column img[src="../images/no-image.png"] {
  display: none !important;
}

.table-row .image-column {
  height: 195px;
  width: 150px;
  position: absolute;
  top: 10px;
  overflow: hidden;
}

/* BOLD */
[data-exemplar="title"] {
  font-weight: bold;
}

[data-exemplar="year"] {
  font-weight: 200;
}

[data-exemplar="year"]:before {
  content: 'Jahr: '
}

[data-exemplar="stockLocation"]:before {
  content: 'Lagerort: '
}

[data-exemplar="technique"]:before {
  content: 'Technik: '
}

[data-exemplar="sizeCm"]:before {
  content: 'Größe: '
}

[data-exemplar="archive"]:before {
  content: 'Archiv: '
}

[data-exemplar="imageNumberCompound"], [data-exemplar="id"] {
  font-weight: bold;
}

[data-exemplar="id"] {
  clear: both;
}

[data-exemplar="rowIndex"] {
  position: absolute;
  top: 4px;
  right: 10px;
  font-weight: bold;
  font-size: larger;
}

#timestamp {
  display: block !important;
}

.db-pagination-data {
  position: absolute;
  right: 10px;
  top: 80px;
  font-size: 10px;
}

#saved-clips, .search:before, .search input {
  font-weight: bold;
}

#saved-clips {
  position: absolute;
  top: 80px;
  left: 250px;
}

.search {
  position: absolute;
  top: 79px;
}

#saved-clips, .search input {
  border: 0;
}

.search input {
  margin-right: 50px;
}

#detail-popup {
  display: none !important;
}