/* Sets the zone header colour for both landing page and article subpages */
/* .zone .zone-landing-header, .zone #main-header, .zone .zone-article-header { background-color: #6A7B86 } */
/* .redesign body { background-color: #6A7B86 } */

/* Sets the image for landing and article subpages.  You may want to use different images so separate the selectors as needed */
.zone-landing-header .zone-image, .zone-article-header .zone-image { background-image: url(https://mdn.mozillademos.org/files/6153/persona-logo-250.png); background-repeat: no-repeat; background-position: center right; padding-right:20px;}

div.zone-callout {
  margin-bottom: 10px;
}

div.zone-callout ul {
  margin-bottom: 0;
  padding-top:5px;
}

div.zone-callout li {
  padding: 5px;
}

hr {
  border-style: solid;
  border-bottom-width: 1px;
  color: #6A7B86;
  margin: 1em auto 2em auto;
  width: 90%;
}
