/* Start of CMSMS style sheet 'Module: Quotes Made Simple' */
.quotebox_h2 {
   line-height: 2em;
   background: #fff;
}

.quotebox {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #D0DD94;  /* FFE9AF; */
}

.attribution {
  font-weight:bold;
  text-align:left;
  padding: 0.5em 0.5em 1em; /* padding for the news article summary */
  margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
}

.quotecontent {
  padding: 0.5em 0.5em 1em; /* padding for the news article summary */
  margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
  font-style:italic;
  text-align:left;
}
/* End of 'Module: Quotes Made Simple' */

