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


/* This will align images to the left */

#printfriendly img{
    float:left !important;
    margin-top: 12px;
    margin-right: 12px;
}
