/*
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-play {
    background-image: url(../images/popups/popup-play.png);
    left: 25%;
    top: 10%;
    width: 771px;
    height: 615px;
}

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

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

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

#pp-star1 {
    
}

#pp-star2 {
    
}

#pp-star3 {
    
}

#pp-goals {
    position:absolute;
    left:40px;
    top:190px;
    width:316px;
    text-align:center;
}

.pp-goal {
    display:inline-block;
    width:55px;
    margin: 0 10px 0 10px;
}

.pp-figure {
    width:100%;
}

.pp-amount {
    width:100%;
    text-align: center;
    color:white;
}

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

#pp-play {
    position:absolute;
    left:100px;
    top:320px;
}