body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/static/meteor/page-bg-5628c9ea0d86981c92d558a7550c87e8.jpg) repeat-x;
    background-size: cover;
    background-attachment: fixed;
    background-color: #0964b6;
}

::selection {
    background-color: #0964b6;
    color: white;
}

img {
    max-width: 100%;
}

.gamearea {
    width: 1278px;
    max-width: 94%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.gamearea, .showScore, .top, .topScr, .topScrp {
    overflow: hidden;
}

.btn, .gameOver, .gamearea, .life, .playerName, .showScore, .topscore, .txtcnt {
    text-align: center;
}

.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-9, .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.RePlay, .play {
    width: 128px;
    border: none;
    cursor: pointer;
}

.gameArena {
    height: 550px;
    position: relative;
    background-image: url(/static/meteor/arena-bg-83d82e21409d4ba8b62cb9ee38414730.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: contain;
}

.cloud, .fallingFire span, .fallingLetters, .fallingLetters img, .shape, .smoke, .tank {
    position: absolute;
}

.play {
    background: url('/static/meteor/start-c23dc78c74482e0a19232236367ba113.png');
    height: 47px;
    margin: 50px calc(50% - 64px);
}

.play:focus, .playerName:focus, .topscore:focus {
    outline: 0;
}

.showScore {
    display: none;
    height: 450px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.RePlay {
    background: url('/static/meteor/restart-e374f5e766686fc41fffd4f45c10175c.png');
    height: 47px;
    display: block;
    margin: 0 auto;
}

.soundOn, .stopSound {
    background-image: url(/static/meteor/sounds-f06e802a42001d855c86ba771856466c.png);
}

.lifes, .sound {
    margin-top: 10px;
}

.stopSound {
    background-position: 0 0;
    height: 27px;
    width: 27px;
    outline: 0;
    border: none;
    text-indent: -10000px;
    cursor: pointer;
}

.tank {
    height: 100px;
    width: 200px;
    bottom: 234px;
    left: 0;
    z-index: 111;
}

.soundOn {
    height: 27px;
    width: 27px;
    background-position: 27px 0;
}

.gmlevel, .scoredisp {
    color: #FFF;
    font-weight: 700;
    width: 150px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.life, .reset, .smoke {
    color: #fff;
}

.sound {
    width: 63px;
    float: right;
}

.lifes {
    width: 117px;
    float: left;
}

.lifes span {
    float: left;
    margin: 3px;
}

.life {
    background-image: url(/static/meteor/life-99d1da1bd5102824463ee91e524656b5.png);
    background-position: center center;
    height: 21px;
    width: 21px;
    margin: 3px;
}

.fallingLetters {
    background-image: url(/static/meteor/plane-16d4b9305d6a7d87b37e7663ecaf89bb.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 103px;
    height: 72px;
}

.smoke {
    width: 24px;
    height: 24px;
    background: #888;
    background: radial-gradient(circle, #888 0, #f9f9f9 100%);
    filter: blur(5px);
    border-radius: 30px;
    bottom: 18px;
    right: 18px;
}

.cloud {
    height: 63px;
    width: 206px;
    right: -206px;
    top: 90px;
}

.meteur {
    height: 63px;
    width: 206px;
    right: -206px;
    top: 180px;
    position: absolute;
    transform: rotate(-108deg);
}

.meteur img {
    width: 75px;
}

.fallingFire span {
    width: 27px;
    height: 9px;
    background: #fff;
    filter: blur(2px);
    border-radius: 30px 30px 0;
    color: #fff;
}

.gameOver {
    display: none;
    height: 600px;
    background-color: #dc5b21;
    border-radius: 5px;
}

.reset {
    border: none;
    background-color: #8bdc21;
    font-size: 27px;
    margin: 0 10px;
    width: 100%;
}

#DisplayS {
    margin-top: 100px;
    color: #eb4044;
    font-weight: 700;
}

.playerName {
    color: #e47275;
    font-size: 18px;
    margin-top: 30px;
    padding: 7px 10px;
}

#over {
    margin-top: 150px;
    font-size: 80px;
}

.top {
    display: none;
    background-color: #fff;
    height: 450px;
}

.topScrp {
    border-bottom: 1px dashed #ffdadb;
    font-size: 18px;
    margin-bottom: 15px;
}

ol li {
    margin-bottom: 10px;
}

.topscore {
    font-size: 18px;
    margin: 30px auto;
    padding: 12px 27px;
    border: none;
    background-color: #e09e3c;
    border-radius: 10px;
    color: #fff;
    font-weight: 100;
    display: block;
    width: 150px;
}

.shape {
    width: 50px;
    height: 50px;
    transform: scale(.8);
}

.btn, .btn-contain {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.cir {
    position: absolute;
    border-radius: 50%;
    z-index: 5;
}

.btn-contain {
    width: 200px;
    height: 100px;
}

.btn {
    border-radius: 4px;
    background: #333;
    z-index: 10;
    transition: .2s;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 1px 5px 2px #bfceef;
}

.btn:active, .btn:focus, .btn:hover {
    outline: 0 !important;
    color: #fff;
}

.btn-particles {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    color: #eee;
    font-family: monospace;
    z-index: 5;
    right: 0;
}

.btn:active {
    transform: scale(.9) translate(-55%, -55%);
}

.blasts, .meteor:after {
    position: absolute;
    background: #fff;
}

#kill {
    color: #e19344;
}

.custxthead {
    display: block;
    padding: 100px 0 10px;
    color: #fff;
}

#number {
    display: block;
    margin: 0 auto;
    padding: 9px 30px;
    background: #bd0979;
    color: #fff;
    border: none;
    border-radius: 9px;
}

.lettercover {
    border: 1px solid #bdbdbd;
    font-size: 16px;
    padding: 3px;
    border-radius: 10px 10px 0;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    transform: rotate(270deg);
    left: -36px;
    top: 45px;
}

.blasts {
    width: 21px;
    height: 21px;
    background: radial-gradient(circle, #fff 0, #e843f6 45%, rgba(245, 245, 255, 0) 96%);
    box-shadow: 0 0 13px #f33;
    border-radius: 100px;
    color: #fff;
    bottom: 6px;
    right: 32px;
}

@media (max-width: 1024px) {
    .col-xs-3, .col-xs-9 {
        width: 100%;
    }

    .gmlevel, .reset, .scoredisp {
        margin: 10px 0 20px;
    }
}

.meteor {
    border: 3px solid transparent;
    border-bottom: 108px solid #fff;
    position: absolute;
    transform-origin: top center;
    transform: rotate(90deg);
}

.meteor:after {
    content: '';
    top: 105px;
    left: 50%;
    height: 9px;
    width: 6px;
    border-radius: 100%;
    transform: translateX(-50%);
    box-shadow: 0 0 15px 4px #fff;
}