@charset "utf-8";
/* CSS Document */

.one{
	margin:auto;
		
}
.two{
	margin:auto;
 
}
.three{
	margin:auto;

}
.four{
	margin:auto;
 
}
.wrapper{
 height: auto; /*this will define the height of the box*/

}
.row{
 height: auto;
 width: 100%;
 
}
.row:after{ /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.row .column{
 width: 25%;
 float: left;
 height: auto;
}
.row .column.double{
 width: 66%;
}
.row .column .item{
 height: 5em;
 width: 3.75em;
}