@media screen and (max-height: 640px) {
    .container.container-single{
        padding-top: 3px !important;
    }
}
#gamebox {
    width:750px; 
    height: 440px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#spaceDiv{
    width: 750px;
    height: 440px;
}
button{
    outline: none;
}
#gameDiv{
    width: 750px;
    height: 440px;
    background-image:url(/play/images/space-fighter/background.png) ;
    display: block;
    float: left;
    position: relative;
}
#gameDiv img{
    position: absolute;
    z-index: 1;
}
#scoreDiv{
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    width: 100%;
    background: #eee;
    padding: 8px 0px;
    color: #686868;
    position: relative;
}
div.high, div.current{
    float: left;
    width: 50%;
}
div.high span.label{
    font-size: 14px;
    float: right;
    padding-right: 2px;
    color: #686868;
}
div.high span.score{
    font-size: 14px;
    float: right;
    margin-right: 10px;
}
div.current span.label{
    font-size: 14px;
    margin-left: 10px;
    color: #686868;
}
div.current span.score{
    font-size: 14px;
    color: #686868;
}
#pauseDiv{
    position: absolute;
    top: 0px;
    left: 260px;
    text-align: center;
    display: none;
    z-index: 2;
    color: red;
}
#pauseDiv h2{
    font-size: 16px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}
#endDiv{
    position: absolute;
    top: 175px;
    left: 300px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
    background-color:#d7ddde;
    color: #000;
    display: none;
    z-index: 2;
    font-size: 14px;
}
.lastScore{
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
#yourScoreText{
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
#endDiv div{
    width: 160px;
    height: 50px;
}
#endDiv div button{
    margin-top:10px ;
    width: 90px;
    height: 30px;
    border: 1px solid gray;
    border-radius: 30px;
    padding: 0px;
}