/*

change "width:80%" if you want a different width.

increase "height:12em" if a vertical scrollbar
appears on certain of your quotes, or decrease it
if the box size is always too large.
  
 */

.quotebox {
  width: 220px;
  height: 355px;
  background-color: #C3F7F9;
  padding:8px;
  border: 1px solid #88ACAE;
  box-shadow: 4px 4px 1px #759495;
  text-align:left;
  overflow:auto;
}

/* the display font color */

.quotecolor {
  color: #636363;
}

/* "hidecolor" must be the same as the background color of the quotebox */

.hidecolor {
  color: #C3F7F9;
}

/* properties of the moving cursor */

.quotecursor {
  border-right: 2px solid #617B7C;
}

/* font size for the quote display */

.quotefont {
  font-size: 8pt;
  line-height: 120%;
}

.attrib {
  text-align:right;
  font-style:italic;
  padding-right:1em;
}
