/* --------------------------------------
    Clearfix
-------------------------------------- */
.profile
{
    *zoom: 1;
}
.profile:after
{
    display: table;
    clear: both;

    content: '';
}

.profile
{
    margin-bottom: 30px;
}
.profile-name
{
    font-size: 15px;
    font-size: 1.5rem;

    margin-bottom: 30px;

    color: #351002;
    border-bottom: 1px dotted #c2b7b3;
}
.profile-image
{
    float: left;

    width: 240px;
}
.profile-data
{
    float: right;

    width: 410px;
}
.profile-title
{
    margin: 0 0 5px 0;

    color: #341001;
}
.profile p
{
    margin: 0 0 10px 0;
}
