/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.pnc-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  font-weight: bold;
  font-size: 20px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.pnc-dropcaps.simple-style {
  margin: 5px 0 0 0;
  padding: 6px 6px 6px 0;
  color: #666666;
  font-size: 50px;
  line-height: 16px;
}
.pnc-dropcaps.fancy-style {
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
