/* Start of CMSMS style sheet 'Module: Quotes Made Simple' */
.defaultquotebox {
  width:200px;  
  border:2px dashed #333;
  margin:4px;
}

.quoteauthor {
font-size: 0.8em;
color: #787878;
}

.quotereference {
  padding-top:10px;
  font-style:italic;
  text-align:right;
}

.quotecontent {
  width:80%;
}

.largequote {
  font-size:150%;
  color:#444444;
}

.openquotemark
{
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.2em;
  line-height: 0.1em;
  float: left;
  font-size: 300%;
  font-style: italic;
}

.closequotemark
{
  z-index: 1;
  padding-top: 0.5em;
  line-height: 0.1em;
  float: right;
  font-size: 300%;
  font-style: italic;
}
/* End of 'Module: Quotes Made Simple' */

