
/* hide left column */
.column-left {display:none;}

/* make content column full width */
.column-right {width:100%;}

/* get rid of bottom border on sections */
.section {border-bottom:solid 0px;}
