/*

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

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

.quotebox {
  width:97%;
  height:7em;
  background-color: #d6e7e7;
  padding:2px;
  border: 0px solid black;
  text-align:left;
  overflow:auto;
}

.quotecolor {
  color: black;
}

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

.hidecolor {
  color: #d6e7e7;
}

/* properties of the moving cursor */

.quotecursor {
  border-right: 2px solid red;
}

/* font size for the quote display */

.quotefont {
  font-size: 8pt;
}

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