@media screen and (min-width: 1400px) {
  .page-body {
    width: 98%;
  }
}
@media screen and (min-width: 1600px) {
  .page-body {
    width: 96%;
  }
}
@media screen and (min-width: 1900px) {
  .page-body {
    width: 92%;
  }
}


@media (max-width: 700px) {

  .arn_responsive_hide { display: none;}

  .arn_responsive_show { display: unset;}

  /* Image with caption beneath in floated box but not if mobile*/
  p.arn_brox, p.arn_blox
  {
    text-align: unset;
    float: unset;
    margin: 0px;
  }

  .arn_third, .arn_double_third, .arn_half, .arn_quickfind_results, .arn_species_thumbs, .arn_species_narrow_thumbs, .arn_species_data, .arn_species_wide_data
  {
    max-width: 100%;
    float: unset;
    margin: 2px;
  }

  .arn_tablerowtitle1, .arn_tablerowtitle2
  {
    min-width: 1px;
    padding: 0px;
    text-align: left;
  }

  .arn_article
  {
    padding: 0px;
    border-radius: 0px;
  }

  .arn_gallery {max-width: 140px;}

  .arn_art_2_col {max-width: 100%;}
}
