/* Align image to the left with text wrapping */
p img.image-style-align-left {
    float: left;
    margin-right: 1em;
}

/* Align image to the right with text wrapping */
p img.image-style-align-right {
    float: right;
    margin-left: 1em;
}