/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http:/./css-tricks.com
*/

* { margin: 0; padding: 0; }


.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}