@charset "utf-8";
/* CSS Document mm_styles_columns */


/* Create three equal columns that float next to each other */
.column3 {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Create four equal columns that floats next to each other */
.column4 {
  float: left;
  width: 25.0%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Create four equal columns that floats next to each other */
.column5 {
  float: left;
  width: 20.0%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}