@import url("scrollpane.css");

#divkaujaIndexWrapper {
    background: url("index_bg.jpg") no-repeat;
    width: 730px;
    height: 500px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
#divkaujaIndexWrapper .recommend {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#divkaujaFollowWrap {
    position: absolute;
    bottom: 14px;
    left: 120px;
    color: #bebebe;
    height: 13px;
    line-height: 13px;
    vertical-align: top;
}

#divkaujaWrapper {
    position: relative;
}
#divkaujaWrapper .recommend {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 31px;
}
#divkaujaLogo {
    position: absolute;
    background: url("logo_wrapper.png") no-repeat;
    width: 215px;
    height: 107px;
    z-index: 10;
    top: 3px;
    right: 5px;
}

.divkaujaBtn {
    background: transparent no-repeat;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0 none;
    outline: none;
    text-indent: -800px;
    display: inline-block;
    overflow: hidden;
}
.divkaujaBtn.nextPgBtn {
    background-image: url("btn/top_next.png");
    position: absolute;
    top: 123px;
    right: 15px;
    z-index: 20;
}
.divkaujaBtn.prevPgBtn {
    background-image: url("btn/top_prev.png");
    position: absolute;
    top: 123px;
    left: 15px;
    z-index: 20;
}
.divkaujaBtn.nextPgBtn,
.divkaujaBtn.prevPgBtn {
    width: 14px;
    height: 27px;
}
.divkaujaBtn.nextPgBtn:hover,
.divkaujaBtn.prevPgBtn:hover {
    background-position: 0 -27px;
}
.divkaujaBtn.btnInviteFriends {
    background-image: url("btn/invite.png");
    width: 325px;
    height: 103px;
}
.divkaujaBtn.btnJoin {
    background-image: url("btn/join.png");
    width: 262px;
    height: 107px;
    position: absolute;
    top: 245px;
    left: 45px;
}

#divkaujaNav {
    position: relative;
    z-index: 15;
    margin-left: 5px;
    height: 26px;
}
#divkaujaNav .divkaujaNavItem {
    text-align: left;
    height: 26px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 3px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn {
    display: block;
    text-indent: -700px;
    overflow: hidden;
    height: 42px;
    position: relative;
    top: 3px;

    -webkit-transition: top 150ms ease-in-out;-moz-transition: top 150ms ease-in-out;-ms-transition: top 150ms ease-in-out;-o-transition: top 150ms ease-in-out;transition: top 150ms ease-in-out;
}
#divkaujaNav .divkaujaNavItem .navItemBtn:hover,
#divkaujaNav .divkaujaNavItem .navItemBtn.active {
    background-position: 0 -42px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn:hover {
    top: -1px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn.btnBattle {
    background-image: url("nav/battle.png");
    width: 132px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn.btnTournament {
    background-image: url("nav/tournament.png");
    width: 130px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn.btnTop {
    background-image: url("nav/top.png");
    width: 120px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn.btnPrizes {
    background-image: url("nav/prizes.png");
    width: 72px;
}
#divkaujaNav .divkaujaNavItem .navItemBtn.btnRules {
    background-image: url("nav/rules.png");
    width: 86px;
}

#divkaujaContent {
    background: url("wrapper_bg.jpg") no-repeat;
    width: 730px;
    height: 619px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
#divkaujaContent.battle {
    padding-top: 90px;
}
#divkaujaContent.top {
    padding: 90px 30px 0;
    width: 670px;
}

#tournamentTabSwitcher {
    position: absolute;
    top: 40px;
    left: 65px;
}
#tournamentTabSwitcher .tournamentTabItem {
    display: inline-block;
    margin: 0 15px;
}
#tournamentContent {
    margin-top: 80px;
    overflow: hidden;
}
.tournamentTabItem .tournamentTabContent {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #b6b6b6;
    padding-bottom: 2px;
    text-decoration: none;

    -webkit-transition: color 80ms ease-in-out;-moz-transition: color: 80ms ease-in-out;-ms-transition: color 80ms ease-in-out;-o-transition: color 80ms ease-in-out;transition: color 80ms ease-in-out;
}
.tournamentTabItem .tournamentTabContent:hover,
.tournamentTabItem .tournamentTabContent.selected {
    color: #0373b5;
    border-bottom: 1px solid #0373b5;
}
#tournamentFinalTitle {
    background: url("tournament_final_title.png") no-repeat;
    width: 417px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
#tournamentFinalCarHolder {
    background: url("tournament_final_car_holder.png") no-repeat;
    width: 750px;
    height: 390px;
    position: relative;
    left: -10px;
    top: 10px;
    z-index: 10;
}
#tournamentFinalCarHolder .finalCarItem {
    position: absolute;
    top: 85px;
    /*overflow: hidden;*/
    width: 280px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
}
#tournamentFinalCarHolder .finalPoints {
	position: absolute;
	width: 280px;
	text-align: center;
	bottom: -30px;
	color: #fff;
	font-size: 20px;
}
#tournamentFinalCarHolder .finalCarItem.a {
    left: 40px;
}
#tournamentFinalCarHolder .finalCarItem.b {
    right: 40px;
}

#tournamentGroupHolder {
    background: url("tournament_group_table.png") no-repeat;
    width: 706px;
    height: 482px;
    margin: 10px auto 0;
    color: #e2e2e2;
    font-size: 10px;
}

#tournamentGroupHolder .tournamentRound {
    position: relative;
}
#tournamentGroupHolder .tournamentRound .pair {
    position: absolute;
}
#tournamentGroupHolder .tournamentRound .pair .participant {
    text-align: center;
    padding: 0 2px;
}
#tournamentGroupHolder .tournamentRound .pair .participant.winner {
    color: #8ecae3;
}
#tournamentGroupHolder .tournamentRound .pair .participant.looser {
    color: #717171;
}
#tournamentGroupHolder .tournamentRound .pair .participant.unknown {
    font-size: 20px;
    color: #797979;
}
#tournamentGroupHolder .tournamentRound .pair .participant span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
#tournamentGroupHolder .tournamentRound .pair .participant span { *display  : inline;}

#tournamentGroupFirstRound {
    width: 706px;
    height: 135px;
}
#tournamentGroupFirstRound .pair {
    top: 5px;
    width: 68px;
    height: 124px;
}
#tournamentGroupFirstRound .pair .participant {
    height: 45px;
    line-height: 45px;
}
#tournamentGroupFirstRound .pair .participant.first {
    margin-top: 1px;
}
#tournamentGroupFirstRound .pair .participant.second {
    margin-top: 33px;
}
#tournamentGroupFirstRound .pair1 {
    left: 7px;
}
#tournamentGroupFirstRound .pair2 {
    left: 92px;
}
#tournamentGroupFirstRound .pair3 {
    left: 187px;
}
#tournamentGroupFirstRound .pair4 {
    left: 272px;
}
#tournamentGroupFirstRound .pair5 {
    left: 367px;
}
#tournamentGroupFirstRound .pair6 {
    left: 452px;
}
#tournamentGroupFirstRound .pair7 {
    left: 547px;
}
#tournamentGroupFirstRound .pair8 {
    left: 632px;
}

#tournamentGroupRoundOfSixteen {
    margin-top: 34px;
    width: 660px;
    margin-left: 24px;
    height: 95px;
}
#tournamentGroupRoundOfSixteen .pair {
    width: 108px;
    height: 83px;
    top: 6px;
    left: 6px;
}
#tournamentGroupRoundOfSixteen .pair .participant {
    height: 37px;
    line-height: 37px;
}
#tournamentGroupRoundOfSixteen .pair .participant.first {
    margin-top: 0;
}
#tournamentGroupRoundOfSixteen .pair .participant.second {
    margin-top: 9px;
}
#tournamentGroupRoundOfSixteen .pair1 {
    left: 6px;
}
#tournamentGroupRoundOfSixteen .pair2 {
    left: 186px;
}
#tournamentGroupRoundOfSixteen .pair3 {
    left: 366px;
}
#tournamentGroupRoundOfSixteen .pair4 {
    left: 546px;
}

#tournamentGroupQuarterFinals {
    width: 520px;
    height: 75px;
    margin-top: 34px;
    margin-left: 94px;
}
#tournamentGroupQuarterFinals .pair {
    width: 148px;
    height: 63px;
    top: 6px;
    left: 6px;
}
#tournamentGroupQuarterFinals .pair .participant {
    height: 28px;
    line-height: 28px;
}
#tournamentGroupQuarterFinals .pair .participant.first {
    margin-top: 0;
}
#tournamentGroupQuarterFinals .pair .participant.second {
    margin-top: 7px;
}
#tournamentGroupQuarterFinals .pair1 {
    left: 6px;
}
#tournamentGroupQuarterFinals .pair2 {
    left: 366px;
}

#tournamentGroupSemiFinals {
    margin-top: 34px;
    width: 160px;
    height: 75px;
    margin-left: 274px;
}
#tournamentGroupSemiFinals .pair {
    width: 148px;
    height: 63px;
    top: 6px;
    left: 6px;
}
#tournamentGroupSemiFinals .pair .participant {
    height: 28px;
    line-height: 28px;
}
#tournamentGroupSemiFinals .pair .participant.first {
    margin-top: 0;
}
#tournamentGroupSemiFinals .pair .participant.second {
    margin-top: 7px;
}
#tournamentGroupSemiFinals .pair1 {
    left: 6px;
}

#tournamentSemiInfo {
    position: absolute;
    bottom: 60px;
    left: 470px;
    font-size: 15px;
    color: #494949;
}

#divkaujaPrizesTitle {
    font-size: 14px;
    color: #dedede;
    text-align: right;
    position: absolute;
    top: 25px;
    right: 245px;
}
#divkaujaPrizesMain {
    background: url("prizes_main.png") no-repeat;
    width: 648px;
    height: 317px;
    position: absolute;
    top: 10px;
    left: 25px;
}
#divkaujaPrizesDaily {
    background: url("prizes_daily.png") no-repeat;
    width: 627px;
    height: 245px;
    position: absolute;
    top: 345px;
    left: 46px;
}

#divkaujaRulesHolder {
    background: url("rules_bg.png") no-repeat;
    width: 671px;
    height: 505px;
    margin: 90px auto 0;
}
#divkaujaRulesText {
    width: 621px;
    position: relative;
    top: 30px;
    padding-left: 30px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    height: 445px;
}
#divkaujaRulesText ul > li {
    margin-bottom: 4px;
}
#divkaujaTomorrowBattleWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 260px;
}
.divkaujaTomorrowBattleHolder {
    width: 431px;
    height: 145px;
    margin: 20px auto 0;
    position: relative;
}
.divkaujaBattleHolder {
    background: url("duel_battle_holder.png") no-repeat;
    width: 684px;
    height: 277px;
    margin: -10px auto 0;
    position: relative;
}
.divkaujaTomorrowBattleHolder .carPictureBg {
    width: 182px;
    height: 112px;
    line-height: 112px;
    top: 29px;
}
.divkaujaBattleHolder .carPictureBg {
    width: 252px;
    height: 148px;
    line-height: 148px;
    top: 47px;
}
.divkaujaTomorrowBattleHolder .carPictureBg,
.divkaujaBattleHolder .carPictureBg {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: absolute;
}
.divkaujaBattleHolder .carPictureBg.firstPlayer {
    left: 31px;
}
.divkaujaBattleHolder .carPictureBg.secondPlayer {
    left: 401px;
}
.divkaujaTomorrowBattleHolder .carPictureBg.firstPlayer {
    left: 4px;
}
.divkaujaTomorrowBattleHolder .carPictureBg.secondPlayer {
    left: 245px;
}
.divkaujaTomorrowBattleHolder .battleHolderBorder {
    background: url("voted_tomorrow_fight_holder.png") no-repeat;
    width: 431px;
    height: 145px;
    position: relative;
    z-index: 10;
}
.divkaujaBattleHolder .carPictureBg > img {
    max-width: 100%;
    margin-top: -20px;
}
.divkaujaTomorrowBattleHolder .carPictureBg > img {
    max-width: 100%;
    margin-top: -20px;
}
.divkaujaBattleHolder .carVotingFront {
    width: 260px;
    position: absolute;
    top: 17px;
    height: 234px;
}
.divkaujaBattleHolder .carVotingFront.firstPlayer {
    left: 27px;
}
.divkaujaBattleHolder .carVotingFront.secondPlayer {
    left: 397px;
}
.divkaujaTomorrowBattleHolder .carTomorrowFront {
    width: 183px;
    position: absolute;
    top: 1px;
    height: 140px;
    z-index: 15;
}
.divkaujaTomorrowBattleHolder .carTomorrowFront.firstPlayer {
    left: 5px;
}
.divkaujaTomorrowBattleHolder .carTomorrowFront.secondPlayer {
    left: 244px;
}
.divkaujaTomorrowBattleHolder .carTomorrowFront .carTitle {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.divkaujaBattleHolder .carVotingFront .carScore {
    position: absolute;
    bottom: 25px;
    left: 5px;
    height: 26px;
}
.divkaujaBattleHolder .carVotingFront .carScore .scoreNumber {
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}
.divkaujaBattleHolder .carVotingFront .carScore .scoreNumber.zero {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.divkaujaBattleHolder .carVotingFront .carTitle {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.carVote {
    position: absolute;
    bottom: 5px;
    right: 23px;
}
.voteBtn {
    width: 66px;
    height: 67px;
    display: block;
    overflow: hidden;
    text-indent: -800px;
    cursor: pointer;
}
.voteBtn.disabled {
    cursor: default;
}
.voteBtn.btnGreen {
    background-image: url("btn/duel_thumb_green.png");
}
.voteBtn.btnRed {
    background-image: url("btn/duel_thumb_red.png");
}
.winnersPrizesHolder {
    background: url("final_prize_holder.png") no-repeat;
    width: 691px;
    height: 92px;
    position: relative;
    top: -10px;
}
.winnersPrizesHolder .winnerItem {
    display: inline-block;
    width: 223px;
    height: 102px;
    position: relative;
    margin-right: 4px;
}
.winnersPrizesHolder .winnerItem .winnerImg {
    position: absolute;
    top: 35px;
    left: 10px;
}
.winnersPrizesHolder .winnerItem .winnerTitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-transform: none;
    margin-left: 80px;
    margin-top: 45px;
    display: block;
}
.winnersPrizesHolder .winnerItem .totalScore {
    margin-left: 80px;
    font-weight: bold;
    font-size: 20px;
    color: #0373b5;
    margin-top: 5px;
}
#divkaujaVotedHeadline {
    font-size: 16px;
    color: #dedede;
    text-shadow: 2px 2px rgba(4, 4, 4, 0.9);
    position: absolute;
    top: 10px;
    left: 80px;
}
#divkaujaGameOverTitle {
    font-size: 18px;
    color: #dedede;
    position: absolute;
    top: 40px;
    left: 80px;
}
#divkaujaYourScoreSmall {
    position: relative;
    width: 271px;
    height: 118px;
}
#divkaujaYourScoreSmall.gameover {
    top: 210px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#divkaujaContent.top #divkaujaYourScoreSmall,
#divkaujaContent.battle #divkaujaYourScoreSmall {
    position: absolute;
    left: 30px;
}
#divkaujaYourScoreSmall .yourScoreWrap {
    width: 242px;
    background-color: #fff;
    height: 71px;
    position: absolute;
    top: 30px;
    left: 15px;
}
#divkaujaYourScoreSmall .boxTitle {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    z-index: 20;
    position: relative;
    height: 29px;
    line-height: 29px;
}
#divkaujaYourScoreSmall .yourScoreWrap .userRoundIcon {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;

    position: absolute;
    top: 10px;
    left: 15px;
}
#divkaujaYourScoreSmall .yourScoreWrap .placeBadge {
    background-color: #10ac3c;
    padding: 0 7px 0 10px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15px;
    left: -2px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#divkaujaYourScoreSmall .yourScoreWrap .yourTitle {
    margin-top: 12px;
    margin-bottom: 3px;
    margin-left: 75px;
    font-size: 17px;
    color: #333;
}
#divkaujaYourScoreSmall .yourScoreWrap .yourScore {
    margin-left: 75px;
    margin-bottom: -2px;
    color: #333;
}
#divkaujaYourScoreSmall .yourScoreWrap .yourScore .score {
    font-size: 14px;
    font-weight: bold;
}
#divkaujaYourScoreSmall .border {
    background: url("top_your_score_small.png") no-repeat;
    width: 271px;
    height: 118px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
#divkaujaVotedInvite {
    position: absolute;
    left: 340px;
    width: 320px;
    text-align: center;
    color: #777676;
    font-size: 16px;
}
#divkaujaVotedTomorrowTitle {
    background: url("voted_title.png") no-repeat;
    width: 297px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
    margin: 0 auto;
}
#winnersWrapper {
    position: relative;
    height: 260px;
    margin-top: 130px;
    width: 730px;
    text-align: center;
    left: -30px;
}
#winnersWrapper.gameover {
    margin-top: 250px;
}
.winnerListWrapper {
    position: relative;
    width: 221px;
    height: 260px;
    overflow: hidden;
    display: inline-block;
    margin: 0 2px;
}
.winnerListWrapper .winnerBoxBorder {
    background: url("top_day_winners_mid.png") no-repeat;
    width: 221px;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.winnerListWrapper.noPrev {
    margin-left: 24px;
}
.winnerListWrapper.hasPrev {
    width: 244px;
    height: 260px;
}
.winnerListWrapper.hasPrev .top3List {
    margin-left: 38px;
}
.winnerListWrapper.hasPrev .winnerBoxBorder {
    background-image: url("top_day_winners_left.png");
    width: 244px;
    height: 260px;
}
.winnerListWrapper.hasNext {
    width: 245px;
    height: 260px;
}
.winnerListWrapper.hasNext .winnerBoxBorder {
    background-image: url("top_day_winners_right.png");
    width: 245px;
    height: 260px;
}
.winnerListWrapper .winnersBoxTitle {
    position: absolute;
    z-index: 20;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    top: 0;
    left: 0;
    right: 0;
}
.winnerListWrapper.hasNext .winnersBoxTitle {
    left: 5px;
    right: 0;
    width: 212px;
}
.winnerListWrapper.hasPrev .winnersBoxTitle {
    left: 27px;
    right: 0;
    width: 212px;
}
.winnerListWrapper .top3List {
    background-color: #fff;
    width: 192px;
    margin-left: 15px;
    height: 212px;
    margin-top: 31px;
}
.winnerListWrapper .top3List .top3ListItem {
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.top3List .top3ListItem .userRoundIcon {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.top3List .top3ListItem .placeBadge {
    background-color: #0373b5;
    padding: 0 7px 0 10px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15px;
    left: -2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.top3List .top3ListItem .yourTitle {
    margin-top: 12px;
    margin-bottom: 3px;
    margin-left: 75px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.top3List .top3ListItem .yourScore {
    margin-left: 75px;
    color: #333333;
}
.top3List .top3ListItem .yourScore .score {
    font-size: 14px;
    font-weight: bold;
}
#divkaujaTopNoWinners {
    position: absolute;
    width: 380px;
    height: 120px;
    left: 0;
    top: 250px;
    font-size: 16px;
    color: #777676;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#divkaujaTopNoWinners p {
    margin-bottom: 7px;
}

#divkaujaTop10 {
    background: url("top_wide_ribbon.png");
    width: 771px;
    height: 104px;
    position: absolute;
    bottom: 110px;
    left: -20px;
    padding: 0 50px;
    text-transform: uppercase;
}
#divkaujaTop10.gameover {
    bottom: auto;
    top: 90px;
}
#divkaujaTop10 .topTitle {
    font-weight: normal;
    font-size: 17px;
    position: absolute;
    top: 30px;
    width: 70px;
    text-align: center;
}
#divkaujaTop10 .topTitle .bold {
    font-weight: bold;
    margin-bottom: 5px;
}
#divkaujaTop10 .topUsers {
    margin-top: 10px;
    margin-left: 90px;
}
#divkaujaTop10 .topUsers .topUserItem {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
#divkaujaTop10 .topUsers .topUserItem .topBadge {
    position: absolute;
    left: -5px;
    top: 5px;
    height: 17px;
    line-height: 17px;
    padding: 0 6px;
    color: #fff;
    background-color: #0373b5;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#divkaujaTop10 .topUsers .topUserItem .topUserIcon > img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#divkaujaTop10 .topUsers .topUserItem .topScore {
    background-color: #797979;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 17px;
    line-height: 17px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 5px;
}
#divkaujaCountdownTimer {
    color: #dedede;
    font-size: 12px;
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    text-align: center;
}
#divkaujaCountdownTimer .timerContent {
    font-weight: bold;
}
#divkaujaGameOver {
    color: #dedede;
    font-size: 18px;
    padding: 0 30px;
    text-align: center;
    margin-top: 80px;
}