.newsSingle .newsItem .content > p.bodytext,
.newsSingle .newsItem li {
  text-align: justify;

}
img {
  border: none;
}
.quote blockquote {
  text-align: justify;
  margin-bottom: 20px !important;
  padding: 10px 15px;
}
.quote blockquote:before {
  display: block;
  content: open-quote;
  margin-left: -15px;
  color: silver;
  font-size: 300%;
  font-weight: bold;
}
.quote blockquote:after {
  display: block;
  content: close-quote;
  margin-right: -15px;
  float: right;
  color: silver;
  font-size: 300%;
  font-weight: bold;
}
