.media.fulltext {
    color: #336A97;
    background: white;
    border: 2px #336A97 solid;
}

.media.ubb {
    color: white;
    background: #336A97;
    border: 2px #336A97 solid;
}

.media>.media-left>.fas {
    font-size: 300%;
}

.tabmenu {
  display: table;
  list-style: none;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.tab {
  margin: 0;
  padding: 0;
  display: table-cell;
  min-height: 52px;
  background-color: white;
  border-bottom: #e0e0e0 1px solid;
}

.tab.active-tab {
  border: #e0e0e0 1px solid;
  border-bottom: None;
}

.tab>.link {
  display: block;
  padding: 1.1rem 20px;
  text-decoration: None;
}

.content-tabs {
  padding: 1.1rem;
}

.content-tab {
  display: none;
}

.content-tab.active-content-tab {
  display: inherit;
}

img.d-i-uni-logo {
  float: center;
  width: 50%;
}

div#wrapperDisplayItemBibliography {
  text-align: center;
  color: #004477;
}

li.cursor, div.cursor, input.cursor {
  cursor: pointer;
}

table.table.itemDisplayTable > tbody > tr > th,
table.table.itemDisplayTable > tbody > tr > td {
  border-top: None;
}

table.table.itemDisplayTable > tbody > tr > td.metadataFieldLabel {
  color: #666;
  font-weight: bold;
}

table.table.itemDisplayTable > tbody > tr > td.metadataFieldValue,
table.table.itemDisplayTable > tbody > tr > td.metadataFieldValue > a.authority {
  color: #000;
}

div.content-tab > div.panel {
  border: None;
  box-shadow: None;
  -webkit-box-shadow: None;
}

div.exportform {
  border: 2px #7f7f7f solid;
  border-radius: 0.4em;
  padding: 0.7em 2.15em;
}

input#export-submit-button{
  float: right;
}

input[type="radio"] {
  margin: 0.1em 0 0;
}

label.radio-inline, label.radio-inline + label.radio-inline {
  margin-left: 0.1em;
}
