.css-caption-box img:after {content: attr(title);}
.css-caption-block {clear: both;}
.css-caption-block > p {margin-top: 0px;}

.css-caption-box {
        float: left;
        width: 25%;
        line-height : 120%;
        margin-top: 0;
        margin-right: 0.5em;
        text-align: left;
        font-weight: bold;
        font-size: 0.8em;
        color: #696969;
        background-color: #fffaf0;
}

.css-caption-box img {
        width:100%;
        height:auto;
}

.css-caption-box2 {
        float: right;
        width: 180;
        line-height : 120%;
        margin-top: 0;
        margin-right: 0;
        margin-left: 1.5em;
        text-align: left;
        font-weight: bold;
        font-size: 0.8em;
        color: #696969;
        background-color: #fffaf0;
}

.css-caption-box2 img {
        width:150;
        height:auto;
}

div.css-image-part{ clear: both }

