html,
body {
  color: #121212;
  background-color: white;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern';
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
}

.body-with-rules {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.headline {
  font-family: GH Guardian Headline,Guardian Egyptian Web,Georgia,serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 5px;
}

.source {
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
}

img {
  margin: 0 6px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  width: calc(100% - 12px)
}
