.cd-entry {
    float: left;
    width: 100%;
    padding-bottom: 1em;
}

.cd-entry .cd-title {
    text-align: center;
    font-size: 1.5em;
	font-family: 'Open Sans',sans-serif;
    font-weight: 900;
    padding-bottom: 15px;
}

.cd-text p{
    text-indent: 1.5em;
}

.cd-entry figure {
    width: 14%;
    float: left;
    margin-top: 5px;
}

.cd-entry figcaption {
    padding-top: 1em;
    text-align: center;
}

.cd-entry img {
    width: 100%;
}

.cd-text {
    text-align: justify;
    font-size: 1em;
	font-family: 'Open Sans',sans-serif;
    float: right;
    width: 84%;
}