    ul.blocks {
        list-style: none;
        padding: 0;
        margin: 0;
        zoom: 1;
    }

    ul.blocks:after, .ul.blocks:before {
        content: '';
        display: table;
    }

    ul.blocks:after {
        clear: both;
    }

        ul.blocks li {
            float: left;
        }

        ul.blocks li:first-child {
            margin: 0 !important;
        }

            ul.three.blocks li {
                margin-left: 3.226%;
                width: 31.184%;
            }