/* Drop Cap */
.dropCap {
    font-size: 200%;
    padding-right: 10px;
    float: left;
    position: relative;
    vertical-align:center;    
  }
