/* Quote on CSS3 */
blockquote {
    font-size: 0.95em;
    margin: 0em 1px 0 5px;
    overflow: hidden;
    color: #797971;
    font-family: georgia;
    font-style: italic;
    min-height: 35px;
    padding: 25px 20px 0;
    background: none;
    border: 0;
    position: relative;
}
blockquote blockquote, blockquote blockquote blockquote {
  background: none;
}
blockquote > div {
    margin-top: -5px;
    border: 1px solid #0076B4;
    background: url("./images/spback.png") bottom left repeat-x #FFFFFF;
    padding: 20px 20px 5px 10px;
    position: relative;
  border-radius: 7px;
}
blockquote:before {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 10;
  color: #fff;
}
blockquote > div cite {
    font-style: normal;
    font-weight: bold;
    display: block;
    font-size: 0.9em;
    color: #fff;
    background: url("./images/qhm.png") top left repeat-x transparent;
    height: 32px;
    line-height: 24px;
    position: absolute;
    top: 9px;
    text-shadow: #000000 1px 1px;
    left: 19px;
}
blockquote > div cite:before {
    content: '';
    position: absolute;
    background: url("./images/qho.png") no-repeat 0px 0px transparent;
    width: 31px;
    height: 39px;
    left: -31px;
    top: 0px;
}
blockquote > div cite:after {
    content: '';
    background: url("./images/qhc.png") no-repeat 0px 0px transparent;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 32px;
}
blockquote.uncited > div {
    padding: 10px 20px 5px 30px;
}
blockquote.uncited > div:before {
    top: 15px;
}
blockquote > div cite a {
  color: #fff;
}
blockquote > div cite .responsive-hide {
  margin-left: 5px;
}

