.containermodule.three-column .col1,
.containermodule.three-column .col2,
.containermodule.three-column .col3 {
    width:31%;
    float:left;
}

.containermodule.three-column .col2 {
    margin-left:1.5em;
}

.containermodule.three-column .col3 {
    width:32%;
    float:right;
}
