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

