.left {
	float: left;
}
.right {
	float: right;
}

.column.large {
	width: 67%;
}

.column.small {
	width: 32%;
}

.post-intro {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}