p.nr-center, div.nr-center p {
  text-align: center;
}
p.nr-right, 
div.nr-right p {
  text-align: right;
}
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;
  margin-bottom: 30px;
  float: right;
  color: silver;
  font-size: 300%;
  font-weight: bold;
}
