/* -----  Examples ------ */


/* This will align images to the left */

.printfriendly img{
    float:left;
    margin-top: 30px;
    margin-right: 12px;
}
