@import "tests";
@import "recipes/shared/clearfix";

.body
{
    width: 480px;
        margin: 20px auto;
}

.container
{
    background: #DCE6BE;
    @include clearfix;
}

.section
{
    float: left;
    display: inline;
    width: 220px;
    height: 200px;
    padding:30px 0 0;
    margin: 20px 10px;
    text-align:center;
    background: #A0C431;
}