blockquote {
    text-align:right;
    position: relative;
    margin: 0em;
    padding: 0.5em 0em 3em 7em;
    font-size: 14px;
    border-left: 0px;
    hyphens: none;
}
blockquote:before {
    color:silver;
    font-size: 10em;
    font-family: serif;
    font-weight:bold;
    position: absolute;
    line-height: 1;
    top: 0;
    left: .1em;
    content: "\201C";
}
blockquote footer {
    font-size: 14px;
    padding: 0 0em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2014";
}