blob: 454b8e243e068774f6af81ee2372a47cb09f3cea [file] [log] [blame]
/* Put your doctype-specific CSS here */
.column1of2 {
position: relative;
width: 48%;
float: left;
}
.column2of2 {
position: relative;
float: left;
width: 48%;
margin-left: 12px;
}