.quotable {
    display: block;
    padding-bottom: 5px;
    padding-right: 30px;
    background: url(../../../../templates/foodwatch2015/images/social_btn_twitter.png) 98% 45% no-repeat;
    background-size: 24px;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 20px 6% 19px 15px;
    border-radius: 3px;
    border-left: 3px solid #d31145;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
    color: #d31145;
    opacity: 0.9;
}
.quotable:hover {
    text-decoration: none;
    color: #d31145;
}