/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 15, 2016, 6:05:41 PM
    Author     : Dian Iliev
*/

#top-friends {
    position:absolute;
    display:block;
    width:220px;
    height:250px;
    top:70px;
    left:430px;
}

.tf-user {
    position:relative;
    display:block;
    height:50px;
}

.tf-place {
    position:absolute;
    top:13px;
}

.tf-image {
    position:absolute;
    width:30px;
    top:10px;
    left:20px;
}
.tf-name {
    position:absolute;
    top:3px;
    left:65px;
}

.tf-score {
    position:absolute;
    top:23px;
    left:65px;
    font-size:18px;
}

.tf-heart {
    position:absolute;
    left:165px;
}

.tf-invite {
    position:absolute;
    left:165px;
}