.columnContainer {
}

.column {
  position: relative;
  float: left;
}

img.column {
  margin: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
}

column p {
  padding-right: 10px;
}

/***************************************************
  CSS TRICKS
***************************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
