/* Colours. */
/* Sizes. */
div.chile-right-land,
div.chile-right-port,
div.chile-left-land,
div.chile-left-port {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #055154;
  font-size: 0.7em;
  padding: 0.75em;
}
div.chile-right-land img,
div.chile-right-port img,
div.chile-left-land img,
div.chile-left-port img {
  cursor: pointer;
}
div.chile-right-land {
  margin-left: 1em;
  float: right;
  width: 200px;
}
div.chile-right-port {
  margin-left: 1em;
  float: right;
  width: 150px;
}
div.chile-left-land {
  margin-right: 2em;
  float: left;
  width: 200px;
}
div.chile-left-port {
  margin-right: 2em;
  float: left;
  width: 150px;
}
div.show_chile_img {
  font-size: 80%;
  border: 1px solid #055154;
  padding: 0.5em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #59dbd5;
}
.chile-popup-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
.chile-popup {
  border: solid 2px #055154;
  border-radius: 1em;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: white;
  padding: 1em 1em 0 1em;
}
