/* Start of CMSMS style sheet 'Module: Quotes Made Simple' */
.defaultquotebox {
  margin: 2em 3em;
  padding: 0.5em 1em;
  background-color: #F6F6F6;
  color: #0078a7;
  font-family: verdana, arial, sans-serif;
}

.defaultquotebox h4 {
  margin: 0em;
  padding: 0em;
  font-size: 90%;
  line-height: 1em;
  background-color: transparent;
  color: #333333;
}

.quoteauthor {
  font-style: italic;
  padding-bottom: 10px;
}

.quotereference {
  padding-top: 10px;
  font-style: italic;
  text-align: right;
}

.quotecontent {
  margin: 6px 0px;
  font-size: 80%;
  line-height: 1.2em;
  text-indent: -0.75em;  
}

.largequote {
  font-size: 150%;
}
/* End of 'Module: Quotes Made Simple' */

