/* -------------------------------------------------
Water chemistry report
Le rapport des données chimiques de l'eau

page/water-chemistry-report
fr/page/le-rapport-des-donnees-chimiques-de-leau
--------------------------------------------------- */
#target {
  overflow: auto;
}

#target > a:nth-child(3) {
  margin-bottom: 0.5rem;
  display: block;
}

#target img {
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: .0313rem;
  line-height: 1.5;
}

#target h3 a {
  color: #1a1a1a;
  text-decoration: none;
  cursor: default;
}

div.flex-table {
  overflow-x: scroll;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 40em) {
  table {
    font-size: 0.85em;
  }
}

/* -----------------------------------------------------------------------------
  LEGACY MOE MAP SUBMIT BUTTON
----------------------------------------------------------------------------- */
input[type=submit] {
  background-color: #06c;
  color: #fff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.5555555556;
  margin: 0 calc(1rem + 0.75rem) 1.5rem 0;
  min-width: 10rem;
  padding: 0.625rem 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #00478f;
  color: #fff;
}

input[type=submit]:focus {
  background-color: #00478f;
  color: #fff;
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
}

@media screen and (max-width: 39.9375em) {
  input[type=submit] {
    display: block;
    width: 100%;
  }
}
