.speech-wrapper .photo{
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border-radius: 3px;
    box-shadow: inset 0 0 5px -1px #000;
}

.speech-wrapper .block-grey{
    padding: 20px 10px;
    margin-top: 1px;
}

.speech-wrapper .caption{
    display: inline-block;
    font-size: 8pt;
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 210px;
    color: #999;
    height: 70px;
    overflow: hidden;
    text-align: right;
}
.speech-wrapper .caption.helper{
    height: auto !important;
    position: absolute;
    left: -1000px;
}

.speech-wrapper .quote{
    color: #fff;
    font-size: 9pt;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: justify;
}
.speech-wrapper .quote a{
    color: #fff;
    text-decoration: none;
}
.speech-wrapper .quote a:hover{
    text-decoration: underline;
}
.speech-wrapper .quote-tail{
    border-top: 15px solid transparent;
    margin: 5px 0 0 20px;
    width: 10px;
    height: 0px;
}
