#profile-overview {
    position:relative;
}
#profile-overview > *
{
    float: left;
    margin-right: 10px;
}

#profile-overview h2
{
    font-size: 1.375em;
    margin-bottom: 1.15em;
}


#profile-overview .person
{
    margin-right: 30px;
    width: 140px; /* u mad? come at me */
}
#profile-overview .about
{
    width: 260px;
}
    #profile-overview .about h2 + ul
    {
        margin-bottom: 1.375em;
    }

    #profile-overview .edit_button {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: .8em;
        width: auto !important;
    }
    
#profile-overview ul li a
{
    /*margin-bottom: 5px;*/
}


#profile-overview .button
{
    margin-bottom: .5em;
}

#profile-overview .about ~ div
{
    width: 185px;
}

.shopping_type li
{
    float: left;
    margin-right: 19px;
    margin-bottom:19px;
    max-width: 66px;
    position: relative; /* wtf were you guys thinking? */
}
.shopping_type li figure span.check
{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/small_inline_check.png") center center no-repeat;
}

#profile-overview .profile_following .is_following_content, #profile-overview .profile_following.connected .is_not_following_content {
    display:none;
}
#profile-overview .profile_following.connected .is_following_content {
    display:block;
} 

