html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: arial;
    font-size: 12px;
}

body {
    min-height: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    color: #000;
    overflow: hidden;
    outline: none !important;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
}

#world {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#stats {
    width: 80px;
    opacity: 0.4;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100;
}

#stats2 {
    width: 80px;
    opacity: 0.4;
    cursor: pointer;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 100;
}

#stats3 {
    width: 80px;
    opacity: 0.4;
    cursor: pointer;
    position: absolute;
    top: 180px;
    right: 0;
    z-index: 100;
}

#hp {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
}

#score {
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    font-size: 20px;
}

.hideCursor {
    cursor: none;
}

#result_stat {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 840px;
    height: 500px;
    margin-left: -420px;
    margin-top: -250px;
    background-color: #000;
    color: #fff;
    display: none;
}

.header {
    height: 30px;
}

.header div {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.row div {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

#result_stat .header {
    margin-top: 20px;
    margin-left: 20px;
    width: 800px;
}

#result_stat .rows {
    margin-left: 20px;
    margin-top: 10px;
    width: 700px;
    height: 400px;
    overflow-y: auto;
}

#result_stat .header div:nth-child(1),
#result_stat .row div:nth-child(1) {
    width: 150px;
}

#result_stat .header div:nth-child(2),
#result_stat .row div:nth-child(2) {
    width: 200px;
}

#result_stat .header div:nth-child(3),
#result_stat .row div:nth-child(3) {
    width: 100px;
}

#result_stat .header div:nth-child(4),
#result_stat .row div:nth-child(4) {
    width: 100px;
}

#result_stat .header div:nth-child(5),
#result_stat .row div:nth-child(5) {
    width: 200px;
}

.curResult {
    color: #55FF55;
}

#restart {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -77px;
    bottom: 5px;
    cursor: pointer;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}

#pause {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 100px;
    margin-left: 50px;
    line-height: 30px;
    margin-top: -15px;
    display: none;
}

#loader {
    position: absolute;
    width: 200px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
    font-size: 18px;
    color: #f0f0f0;
    text-shadow: -0 -1px 3px rgba( 0, 181, 226, 0.52), 0 -1px 3px rgba( 0, 181, 226, 0.52), -0 1px 3px rgba( 0, 181, 226, 0.52), 0 1px 3px rgba( 0, 181, 226, 0.52), -1px -0 3px rgba( 0, 181, 226, 0.52), 1px -0 3px rgba( 0, 181, 226, 0.52), -1px 0 3px rgba( 0, 181, 226, 0.52), 1px 0 3px rgba( 0, 181, 226, 0.52), -1px -1px 3px rgba( 0, 181, 226, 0.52), 1px -1px 3px rgba( 0, 181, 226, 0.52), -1px 1px 3px rgba( 0, 181, 226, 0.52), 1px 1px 3px rgba( 0, 181, 226, 0.52), -1px -1px 3px rgba( 0, 181, 226, 0.52), 1px -1px 3px rgba( 0, 181, 226, 0.52), -1px 1px 3px rgba( 0, 181, 226, 0.52), 1px 1px 3px rgba( 0, 181, 226, 0.52);
}

.ball {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.ball1 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

#loader_bg {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

#controlls{
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-weight: bold;
}