.two-col > * {
float:left;
width:49%;
}
.two-col > *:nth-child(even) {
float:right;
}
.two-col:after {
content:'';
clear:both;
}
.two-col > * {
float:left;
width:49%;
}
.two-col > *:nth-child(even) {
float:right;
}
.two-col:after {
content:'';
clear:both;
}