
#objects
{
    margin-top: 30px;
}

    .object
    {
        clear: both;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px dotted #CCC;
    }

        .object .image
        {
            float: left;
            margin-right: 20px;
        }

            .object .image img
            {
                display: block;
            }

