/* override display properties of bootstrap columns to allow sane wrapping */
.col-sm-4 {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 32%;
}
