/** text: **/

.content_text,
.content_text_bold {
  text-align: justify;
}

.content_text_bold {
  font-weight: bold;
}

.content_text_center,
.content_text_center_bold {
  text-align: center;
}

.content_text_center_bold {
  font-weight: bold;
}

/** vertical space: **/

.content_vertical_space_2 {
  height: 2em;
}

/** select: **/

.content_select {
  width: 85%;
  display: inline-block;
  outline: 0px;
  text-decoration: none;
  border: 1px solid #6788a7;
  color: #29478f;
  background-color: #ffffff;
  margin: 5px;
  padding: 5px;
}

.content_select:hover {
  color: #ffffff;
  background-color: #4967af;
}

/** table: **/

.content_table {
  border: 0px;
  padding: 10px;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 25px);
}

.content_table td {
  padding: 5px;
}

.content_table tr:nth-child(odd) {
  background-color: #eeeeee;
}

.content_table tr:nth-child(even) {
  background-color: #ffffff;
}

/** main content title: **/

.content_title {
  padding: 5px;
}

/** navigation map: **/

.content_nav_map_map {
  background-color: #ffffff;
  background-image: url('../images/page/antarctica.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 5px;
  width: 95%;
  min-height: 275px;
  height: 95%;
  overflow: hidden;
}

/** calving image: **/

.content_calving_gif_img {
  min-width: 275px;
  max-width: 90%;
  max-height: 400px;
  padding: 10px;
}

/** introduction video: **/

.content_introduction_video {
  min-height: 250px;
  height: 350px;
  padding: 15px;
}

/** map: **/

.content_map_map {
  margin: 5px;
  min-height: 450px;
  max-height: 650px;
}

.content_map_thumbnail {
  width: 150px;
}

.content_map_thumbnail a {
  outline: none;
}

/** animation: **/

.content_animation {
  margin: auto;
  padding: 10px;
}

/** youtube iframes: **/

.content_iframe_yt {
  min-height: 250px;
  max-height: 400px;
  min-width: 250px;
  max-width: 400px;
  margin: 10px;
}

/** contacts text: **/

#content_contacts_text {
  margin-bottom: 20px;
}

/** element hiding on resize: **/

@media only screen and (max-width: 750px) {
  #content_nav_map_text_column {
    display: none;
  }
}
