.calloutBoxRight {
  background-color: #fff;
  color: #fff;
  float: right;
  width: 250px;
}

.calloutBoxLeft {
  background-color: #fff;
  color: #fff;
  float: left;
  width: 250px;
}

.portraitRight {
  border-bottom: 2px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: 2px solid #FFF;
  margin: 0 30px;
}

.portraitRight p {
  margin: 0 -28px;
  padding: 1em;
  background-color: #FFF;
  color: #f00;
  font-style: italic;
  font-weight: normal;
  font-size: 14pt;
  text-align: right;
}

.portraitLeft {
  border-bottom: 2px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: 2px solid #FFF;
  margin: 0 30px;
}

.portraitLeft p {
  margin: 0 -28px;
  padding: 1em;
  background-color: #FFF;
  color: #f00;
  font-style: italic;
  font-weight: normal;
  font-size: 14pt;
  text-align: left;
}
