/*

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:350;
  height:45px;
  background-color: #EABdd3;
  padding:8px;
  border: 1px solid black;
  text-align:left;
  overflow:auto;
}

.quotecolor {
  color: black;
}

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

.hidecolor {
  color: #EAB593;
}

/* properties of the moving cursor */

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

/* font size for the quote display */

.quotefont {
  font-size: small;
}

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