/*
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.
*/

#popup-end {
    background-image: url(../images/popups/popup-play.png);
    left: 25%;
    top: 10%;
    width: 771px;
    height: 615px;
}

#pe-close {
    position:relative;
    left: 705px;
    top: 57px;
}
#pe-inner {
   position:relative;
    left:60px;
    top:40px;
}

#pe-level {
    position:absolute;
    left:160px;
    top:20px;
}

#pe-result{
    position:absolute;
    left:160px;
    top:180px;
    font-size: 50px;
}

#pe-stars {
    position:absolute;
    display:block;
    left:100px;
    top:10px;
}

#pe-star1 {
    
}

#pe-star2 {
    
}

#pe-star3 {
    
}

#pe-send-all {
    position:absolute;
    left:450px;
    top:340px;
}

#pe-share {
    position:absolute;
    left:100px;
    top:320px;
}

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

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

.pe-heart {
    position:absolute;
    left:150px;
}

.pe-invite {
    position:absolute;
    left:150px;
}