.typography img {
        border: none;
}
        .typography div.image.right,
        .typography div.captionImage.right {
                float: right;
                margin-left: 20px;
        }
       
        .typography .captionImage {
                border: 1px solid #aaa;
                padding: 5px;
        }
       
        .typography div.image.left,
        .typography div.captionImage.left {
                float: left;
        }
        .typography div.image.leftAlone,
        .typography div.captionImage.leftAlone {
                float: left;
                margin-right: 100%;
        }
        .typography div.image.center,
        .typography div.captionImage.center {
                float: none;
                margin-left: auto;
                margin-right: auto;
                display: block;
        }
       
        .typography .caption {
                font-weight: bold;
                text-align: center;
                color: #666;
        }
