/* Added by PAS */
img {
  width: auto ;
}
/* PAS 7//3/2019 .item-image affects images in Articles added by the Intro and Full Image tabs */
.item-image 
{
  margin-top: 10px;
}

div.imgsubpage img {
  width: 100% ;
  max-width: 100% ;
    height: auto ;
}

/* Added by PAS 8/2/2021 */
div.tablejx{
   top:10px;
   bottom:10px;
   width:100%; //Do not forget width
   overflow:scroll;
}

/* From https://forum.joomla.org/viewtopic.php?t=888768
I added the 'margin-bottom' and it worked! */
.blog .item-image.pull-left img,
.item-page .item-image.pull-left img {
    margin-right: 15px;
}
.blog .item-image.pull-right img, 
.item-page .item-image.pull-right img {
    margin-left: 15px;
}
.blog .item-image.pull-right img, 
.item-page .item-image.pull-right img {
    margin-bottom: 15px;
}
/*For ZH GoogleMaps */
h2.placemarkHead,
h3.placemarkHead {
  font-size: 1em;
}
/*For buttons text on Reports */
.btn-contact {
/*  color: #b8b1ae; Original grey text*/
  color: #ffffff;
/*  background: #950BD6; PAS 14/3/2019 This is what I had - need to soften a bit*/
  background: #956BD6
}
/*For primary buttons to change from green button to purple tones */
.btn-primary {
  color: #ffffff;
  background: #956BD6;
/*    background: #00CC99; Original*/
}
/*For primary buttons to change from green button to purple tones */
.btn-primary:focus,
.btn-primary:hover {
  background: #654991;
/*   background: #225D4E; Original */
}
/* Links text color
Original = a {
  color: #0C9; Original Caribean green
} */

a {
  color: #a108a3; /* Added by PAS 5/2/2019 */
}
/* item-page text color
i.fa {
  color: #0C9; Original Caribean green
} */
.item-page h4 {
  color: #5d055e; /* Added by PAS 5/2/2019 */
}
i.fa {
  color: #a108a3; /* Added by PAS 5/2/2019 */
}
/* H4 on sidebar text color
aside.sidebar-right h4 {
  color: #0C9;
}*/

.label-info {
  background-color: #956BD6
}
aside.sidebar-right h4 {
  color: #5d055e;
}
/*.navbar-toggle .icon-bar {
  background-color: #0C9; Original Caribean green
}*/

.navbar-toggle .icon-bar {
  background-color: #950bd6;
}

/* div#sidebar a {
  color: #0C9; Original Caribean green
} */

div#sidebar a {
  color: #950bd6;
}
/* End added by PAS */

/*Added from Zh Maps */
.zhom-map-default {
z-index: 5;
}