@font-face {
    font-family: fontpikachu;
    src: url('EVILDEAD.TTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: fontgoblin;
    src: url('GoblinOne.otf');
    font-weight: normal;
}

body {
    background-color: #000;
}

#maintable {
    border: 0 !important;
    padding-top: 20px;
    width: 993px;
    height: 646px;
    background: url(bgpikachu.webp) no-repeat 0 0;
}

.mt2 {
    background: url(bgpikachu2.webp) no-repeat 0 0 !important;
}

.mt3 {
    background: url(bgpikachu3.webp) no-repeat 0 0 !important;
}

.mt4 {
    background: url(bgpikachu4.webp) no-repeat 0 0 !important;
}

.mt5 {
    background: url(bgpikachu.webp) no-repeat 0 0 !important;
}

.timebar {
    position: relative;
    width: 120px;
}

#timebar {
    position: relative;
    left: -30px;
    top: -57px;
    width: 23px;
    max-height: 469px;
    background: url(timebar.png) no-repeat center bottom;
}

.status {
    width: 120px;
    font-style: normal;
    font-size: 32px;
    color: #ffe506;
}

#level {
    display: block;
    position: relative;
    top: -150px;
    font-size: 50px;
    font-family: fontpikachu, fontgoblin, Impact;
}

#blood {
    display: block;
    position: relative;
    top: -60px;
    font-family: fontpikachu, fontgoblin, Impact;
}

#score {
    display: block;
    position: relative;
    top: 55px;
    font-family: fontpikachu, fontgoblin, Impact;
}

.status {
    position: relative;
}

.status div {
    position: absolute;
    width: 150px;
    text-align: center;
}

#change_sound {
    cursor: pointer;
    margin-left: 40px;
    position: relative;
    top: -38px;
    width: 160px;
    height: 30px;
    margin-right: 30px;
    background: none;
    font-size: 0;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(btnsound.png) no-repeat 0 -30px;
}

#change_sound:hover {
    border: 1px solid #cb8b00;
    -moz-box-shadow: 0px 0px 5px #ffc547;
    -webkit-box-shadow: 0px 0px 5px #ffc547;
    box-shadow: 0px 0px 5px #ffc547;
}

.soundOff {
    background: url(btnsound.png) no-repeat 0 0 !important;
}

.soundOn {
    background: url(btnsound.png) no-repeat 0 -30px !important;
}

#change_block {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: -38px;
    width: 120px;
    height: 30px;
    margin-right: 25px;
    background: none;
    font-size: 0;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(btnchange.png) no-repeat 0 0;
}

#change_block:hover {
    border: 1px solid #cb8b00;
    -moz-box-shadow: 0px 0px 5px #ffc547;
    -webkit-box-shadow: 0px 0px 5px #ffc547;
    box-shadow: 0px 0px 5px #ffc547;
}

#gReplay {
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    top: -38px;
    width: 100px;
    height: 30px;
    margin-right: 25px;
    background: none;
    font-size: 0;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(btnreplay.png) no-repeat 0 0;
}

#gReplay:hover {
    border: 1px solid #cb8b00;
    -moz-box-shadow: 0px 0px 5px #ffc547;
    -webkit-box-shadow: 0px 0px 5px #ffc547;
    box-shadow: 0px 0px 5px #ffc547;
}

#gSaveScore {
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    top: -38px;
    width: 110px;
    height: 30px;
    margin-right: 30px;
    background: none;
    font-size: 0;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(btnsave.png) no-repeat 0 0;
}

#gSaveScore:hover {
    border: 1px solid #cb8b00;
    -moz-box-shadow: 0px 0px 5px #ffc547;
    -webkit-box-shadow: 0px 0px 5px #ffc547;
    box-shadow: 0px 0px 5px #ffc547;
}

#HighScore {
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    top: -38px;
    width: 110px;
    height: 30px;
    margin-right: 30px;
    background: none;
    font-size: 0;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(btnhiscore.png) no-repeat 0 0;
}

#HighScore:hover {
    border: 1px solid #cb8b00;
    -moz-box-shadow: 0px 0px 5px #ffc547;
    -webkit-box-shadow: 0px 0px 5px #ffc547;
    box-shadow: 0px 0px 5px #ffc547;
}

.menuFooter ul li a {
    color: #ad612b;
}

.copyright {
    color: #555;
}

.menuFooter ul li {
    border-right: 1px dotted #444444;
}

.copyright a {
    color: #ca3f28;
}

.wapper {
    display: block;
    position: fixed;
    right: 10px;
    z-index: 999999;
}

.pr_top {
    display: block;
}

.pr_top a {
    display: block;
    background: #ff0000;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 302px;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    /*--Thay doi do cao cua the title--*/
    width: 150px;
    /*--thay Ä‘á»•i chiá»u dĂ i cá»§a title ---*/
    line-height: 31px;
    /*--Vertically aligns the text within the tab--*/
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    border: 1px solid #fff;
    /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;
}

ul.tabs li a:hover {
    background: #ccc;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff;
    /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 301px;
    background: #000;
    color: white;
    font-size: 12px;
}

.tblList {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.tblList th {
    border: 1px solid #CCC;
    background: #FF0000;
    color: #eaeaea;
}

.tblList tr td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    text-align: center;
}

.tblList tr:hover td {
    background: #363636;
    color: red;
}

.tab_content {
    padding: 2px;
    font-size: 1.2em;
}

#level0l {
    display: block;
    position: relative;
    top: -200px;
    font-size: 30px;
    font-family: dosis, sans-serif;
}

#level {
    display: block;
    position: relative;
    top: -180px;
    font-size: 30px;
    font-family: dosis, sans-serif;
}

#blood01 {
    display: block;
    position: relative;
    top: -140px;
    font-family: dosis, sans-serif;
}

#blood {
    display: block;
    position: relative;
    top: -120px;
    font-family: dosis, sans-serif;
}

#score01 {
    display: block;
    position: relative;
    top: -75px;
    font-family: dosis, sans-serif;
}

#score {
    display: block;
    position: relative;
    top: -45px;
    font-family: dosis, sans-serif;
}