img[src$='#floatleft']
{
    float:left;
    margin-right: 1rem;
}

img[src$='#floatright']
{
    float:right;
    margin-left: 1rem;
}
