
.breadcrumb-item {
  font-size: small;
}

.content {
  margin: 2ex min(10em,10%);
}

a {
  color: #0050d8;
}

.ship-section-header, .section-header {
  margin-top: 16px;
  font-weight: bold;
  font-size: 120%;
  display: block;
}

.ship-appellation {
  display: block;
  font-size: 80%;
}

.ship-table {
  display: table;
}

.ship-table-header {
  display: table-row;
}

.ship-table-header .ship-table-cell {
  font-weight: bold;
  background-color: #eee;
  white-space: nowrap;
  border-bottom: gray solid 2px;
}

.ship-table-row {
  display: table-row;
}

.ship-table-row:nth-child(odd) .ship-table-cell {
  background-color: #e0e0e0;
}

.ship-table-cell {
  display: table-cell;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
}

.ship-container {
  display: flex;
  flex-wrap: wrap;
}

.ship-entry {
  padding: 4px;
  margin: 4px;
  border: 2px solid #eee;
}

.ship-item {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: baseline;
}

.ship-status {
  display: block;
  font-style: italic;
  font-size: 75%;
}

.ship-decommissioned {
	color: #ccc;
}

.ship-image {
  height: 133px;
  width: 200px;
  overflow: hidden;
  position: relative;
}

.ship-image img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

div.ship-link {
  border: transparent 2px solid;
}

div.ship-link:focus-within {
  border-color: black;
}
div.ship-link:hover {
  border-color: gray;
}

.ship-external-link {
  float: right;
}

.ship-external-link:hover {
  text-decoration: none;
}

.cruise-expocode-text {
  font-weight: normal;
}

.cruise-date-text {
  white-space: nowrap;
}

.dataset-link {
  white-space: nowrap;
}

.dataset-entry .dataset-browse-graphic {
//  background-color: inherit !important;
}

.dataset-browse-graphic img {
  height: 150px;
}

.dataset-instruments {
  white-space: nowrap;
  text-transform: lowercase;
}

#browse-graphic-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index: 32;
}

#browse-graphic-pane {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

