#reviews {
    margin-top: 15px;
    height: 40px;
    width: 432px;
    overflow: hidden;
    position: relative;
    background: url(http://copenhagen.print2people.com/trustpilot/reviews.png);
    padding-left: 145px;
    padding-top: 10px;
}

    #reviews h2,
    #reviews p {
        font: normal 1em/1.0 Helvetica, Arial, sans-serif;
        margin: 0;
        color: #fff;
    }

    #reviews h2 {
        font-size: 12px;
        font-weight: bold;
        top: 10px;
    }
    
    #reviews p {
        top: 25px;
        font-size: 10px;
        width: 260px;
    }
    
        #reviews p cite {
            font-style: normal;
            font-weight: bold;
        }