

/********************************************
This is added to W_ to do the quotation and also the author inside the article -- 
********************************************/ 


.myqoute {
  color: #4a4a4a;
  background: #E8E8E8;
  font-style:italic;
  margin: 20px;
  padding: 10px; 
  before{content:"\""}
  after{content:"\""}

}

.sayswho {
 text-align: right;
 padding-right: 30px;
}
