
  .indexbox {
    background-color: #eaecf0;
    padding: 1em;
    border-radius: 0.8em;
  }
  .tipbox {
    background-color: #E1F0F6;
    padding: 1em;
    border-radius: 0.8em;
  }
  .highlightbox1 {
    background-color: #eaecf0;
    padding: 1em;
    border-radius: 0.8em;
  }
  .highlightbox2 {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 0.8em;
    border: solid;
    border-color: #005AA0;
	border-width: 5px;
  }
    .quotebox1 {
    background-color: #eaecf0;
    padding: 1em;
    border-radius: 0.8em;
    border-left: 4px solid #ffcc00;
  }


  .csquotebox{
    padding: 1.875em;
    line-height: 1.5em;
    border-radius: 1.25em;
  }
  .bgblue{
    background-color: #e1f0f6;
  }
  .bgwhite{
    background-color: #ffffff;
  }
  .csquotetext{
    font-size: 1.25em;
  }
  .csquoteauthor{
    font-size: 0.875em;
  }

