.tcmi-pull-quote-wrapper {
    width: calc(100% - 10px);
    max-width: 80%;
    padding: 20px;
    border-bottom: 3px solid #0069aa;
    border-right: none;
    border-left: none;
    text-align: center;
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: 10px;
    color: #333;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: Passion One;
    font-size: 26px;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote:before {
    content: url('../images/openquote.png');
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -10px;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote:after {
    content: url('../images/closequote.png');
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -10px;
}

#content .tcmi-pull-quote-wrapper img {
    float: right;
    width: 96px !important;
    height: 96px !important;
    border: none !important;
    border-radius: 48px !important;
    margin-right:20px;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote-source {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    clear: both;
}
