/* Start of CMSMS style sheet 'Module: Quotes Made Simple' */
.defaultquotebox {
  /*width:200px;  
  border:2px dashed #333;*/
  margin:4px;
}

.quoteauthor {
  text-style:italic;
  padding-bottom:10px;
  text-align: right;
  padding-top: 5px;
  font-size: .9em;
  color: #333;
}

.quotereference {
	padding-top:10px;
  text-style:italic;
  text-align:right;
}

.quotecontent {
  /* width:80%; */
  color: #333;
}

.largequote {
  font-size: 110%;
  font-family: "Times New Roman", Georgia, Serif;
  color:#A1D8E0;
}
/* End of 'Module: Quotes Made Simple' */

