@keyframes bake-graph {
    from {
        width: 0
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll
}

body {
    min-width: 1540px;
    color: #555;
    background: #f2f5f6;
    font-family: nanum gothic,sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-text-size-adjust: none
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt,iframe {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5 {
    font-size: 13px;
    font-weight: 400
}

input:focus,button:focus,select:focus,textarea:focus {
    outline: none
}

input[type=text] {
    -webkit-appearance: none
}

input[type=text],button,select,textarea {
    font-family: apple sd gothic neo,nanum gothic,sans-serif;
    font-size: 13px
}

input,select {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

ul,ol {
    list-style-type: none
}

em {
    font-style: normal
}

img,fieldset {
    border: none
}

a {
    text-decoration: none;
    color: #555
}

a:hover {
    color: #e62626
}

table {
    width: 100%;
    border-collapse: collapse
}

.view_content table {
    border-collapse: separate
}

input,select,textarea {
    border: 1px solid #d1d1d1
}

input:-ms-input-placeholder {
    letter-spacing: -1px!important;
    color: #ccc!important;
    font-size: 13px!important;
    font-weight: 400
}

input::-ms-input-placeholder {
    letter-spacing: -1px;
    color: #ccc!important;
    font-size: 13px;
    font-weight: 400
}

input::-webkit-input-placeholder {
    letter-spacing: -1px;
    color: #ccc!important;
    font-size: 13px;
    font-weight: 400
}

input::-moz-placeholder {
    letter-spacing: -1px;
    color: #ccc!important;
    font-size: 13px;
    font-weight: 400
}

textarea:-ms-input-placeholder {
    letter-spacing: -1px!important;
    color: #ccc!important;
    font-size: 13px!important;
    font-weight: 400
}

textarea::-ms-input-placeholder {
    letter-spacing: -1px;
    color: #ccc!important;
    font-size: 13px;
    font-weight: 400
}

textarea::-webkit-input-placeholder {
    letter-spacing: -1px;
    color: #ccc!important;
    font-size: 13px;
    font-weight: 400
}

textarea::-moz-placeholder {
    letter-spacing: -1px;
    color: #ccc!important;
    font-size: 13px;
    font-weight: 400
}

input.success {
    color: #7fac49;
    border: 1px solid #7fac49;
    background: #f8fcf5
}

input.error {
    color: #e62626;
    border: 1px solid #e62626;
    background: #fefafa
}

input.wait {
    background: #fbfbfb
}

button {
    cursor: pointer;
    text-align: center;
    border: 1px solid #d1d1d1;
    background: #f5f5f5
}

.red {
    color: #e62626
}

.blue {
    color: #1ba9de;
}

.black {
    color: #000
}

.gray {
    color: #999
}

.pointer {
    cursor: pointer
}

.img {
    background: url(/Assets/img/main/image_set.png) no-repeat
}

.icon16 {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px
}

.round_left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.round_right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.round10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.round15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.round15_left {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px
}

.round15_right {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0
}

.round35 {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px
}

.round45 {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px
}

.round55 {
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px
}

.round60 {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

.hide {
    display: none
}

.block {
    display: block
}

.inline_block {
    display: inline-block
}

.middle {
    vertical-align: middle
}

.margin_auto {
    margin: 0 auto
}

.margin_top {
    margin-top: 10px
}

.position_relative {
    position: relative
}

.position_absolute {
    position: absolute
}

.wrapper {
    position: relative;
    width: 1232px;
    margin: 0 auto
}

.bold {
    font-weight: 700
}

.bd_all {
    border: 1px solid #d1d1d1;
}

.bd_top {
    border-top: 1px solid #d1d1d1
}

.bd_right {
    border-right: 1px solid #d1d1d1
}

.bd_left {
    border-left: 1px solid #d1d1d1
}

.bd_bottom {
    border-bottom: 1px solid #d1d1d1
}

.logo {
    width: 289px;
    height: 51px;
    background-position: 0 -76px
}

.logo2 {
    width: 437px;
    height: 99px;
    background-position: 0 -901px;
    position: relative;
    top: -22px
}

.label {
    display: inline-block;
    padding: 3px 8px 4px;
    letter-spacing: 0;
    font-family: tahoma;
    font-size: 11px;
    line-height: 12px
}

.clear {
    clear: both;
    width: 100%;
    height: 0
}

.split {
    color: #ddd
}

.number10 {
    letter-spacing: 0;
    font-family: tahoma;
    font-size: 10px
}

.number11 {
    letter-spacing: 0;
    font-family: tahoma;
    font-size: 11px
}

.number12 {
    letter-spacing: 0;
    font-family: tahoma;
    font-size: 12px
}

.number20 {
    letter-spacing: 0;
    font-family: tahoma;
    font-size: 20px
}

.tahoma {
    font-family: tahoma
}

.user_photo {
    display: inline-block;
    overflow: hidden
}

.user_photo img {
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

.user_photo150 {
    width: 150px;
    height: 150px
}

.user_photo80 {
    width: 80px;
    height: 80px
}

.user_photo90 {
    width: 90px;
    height: 90px
}

.user_photo55 {
    width: 55px;
    height: 55px
}

.user_photo40 {
    width: 40px;
    height: 40px
}

.user_photo30 {
    width: 32px;
    height: 32px;
    line-height: 30px
}

.user_nick {
}

.user_nick img {
    margin-right: 3px;
    vertical-align: middle
}

.uicon_point {
    background-position: -18px -309px
}

.uicon_cash {
    background-position: -36px -309px
}

.uicon_egg {
    background-position: 0 -309px
}

.uicon_gift {
    background-position: -54px -309px
}

.uicon {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px
}

.point {
    color: #7fac49;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 700
}

.cash {
    color: #c01e1e;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 700
}

.egg {
    color: #1787b0;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 700
}

.exp {
    color: #b349c3;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 700
}

.gift {
    color: #a152db;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 700
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal!important;
    -o-text-overflow: ellipsis
}

.table {
    display: table;
    width: 100%
}

.table_cell {
    display: table-cell
}

.font11 {
    font-size: 11px
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

ul.table>li {
    display: table-cell
}

.search_tbox {
    position: relative;
    padding: 15px;
    color: #666;
    background: #fbfbfb
}

.search_tbox .m_txt {
    font-family: tahoma;
    font-size: 11px;
    font-weight: 600
}

.search_tbox .m_f10 {
    font-size: 10px
}

.search_tbox .m_f12 {
    letter-spacing: -1px;
    font-size: 12px
}

.search_tbox .m_f13 {
    font-size: 13px
}

.search_tbox .m_f14 {
    font-size: 14px
}

.search_tbox .m_f15 {
    font-size: 15px
}

.search_tbox .m_top {
    position: relative;
    top: -2px;
    vertical-align: middle
}

.search_tbox .m_margin_r {
    margin-right: 15px
}

.search_tbox .m_margin_l {
    margin-left: 15px
}

.search_tbox .round_left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.search_tbox .round_right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.search_tbox .split {
    margin: 0 5px
}

.search_tbox .s_right {
    position: absolute;
    top: 10px;
    right: 0
}

.search_tbox .s_right_top {
    position: absolute;
    top: 0;
    right: 0
}

.search_tbox .center_item {
    border-right: none;
    border-left: none
}

.search_tbox .right_item {
    border-left: none
}

.search_tbox .left_item {
    border-right: none
}

.search_tbox .s_box {
    position: relative;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dashed #d1d1d1
}

.search_tbox .s_box.top {
    margin: 0;
    padding: 0;
    border: none
}

.search_tbox .s_box .s_in_box {
    display: inline-block;
    height: 46px;
    vertical-align: bottom;
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 44px
}

.search_tbox .s_box .s_in_item {
    float: left;
    font-size: 12px
}

.search_tbox .s_box .s_in_item.pd {
    padding: 0 15px
}

.search_tbox .s_box .s_in_item select {
    height: 46px;
    letter-spacing: -1px;
    color: #888;
    background: #fbfbfb;
    font-weight: 700;
    line-height: 44px
}

.search_tbox .s_box .s_in_item select {
    padding-left: 20px;
    font-size: 12px
}

.search_tbox .s_box .s_in_item select.where {
    width: 80px
}

.search_tbox .s_box .s_in_item select.log {
    width: 148px;
    color: #333;
    background: #fff
}

.search_tbox .s_box .s_in_item input {
    height: 46px;
    padding: 0 15px;
    letter-spacing: -1px;
    color: #888;
    background: #fff;
    font-size: 12px;
    line-height: 44px
}

.search_tbox .s_box .s_in_item input.keyword {
    width: 180px;
    border-right: none;
    border-left: none
}

.search_tbox .s_box .s_in_item input.search {
    position: relative;
    z-index: 110;
    width: 80px;
    color: #fff;
    border: 1px solid #c01e1e;
    background: #e62626;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .s_tt {
    position: relative;
    z-index: 110;
    padding: 0 26px;
    color: #fff;
    border: 1px solid #1787b0;
    background: #9c1bde;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .s_ttd {
    padding: 0 15px;
    color: #888;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .reset {
    padding: 0 24px;
    color: #888;
    background: #fbfbfb;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .nick {
    position: relative;
    z-index: 110;
    padding: 0 15px;
    color: #888;
    background: #fbfbfb;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .nick .icon_level {
    vertical-align: middle
}

.search_tbox .s_box .s_in_item .my_value {
    position: relative;
    z-index: 110;
    height: 46px;
    padding: 0 21px;
    color: #888;
    background: #fff;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .fd1 {
    padding: 0 20px;
    color: #888;
    font-weight: 700
}

.search_tbox .s_box .s_in_item .fd2 {
    padding: 0 20px;
    color: #888;
    background: #fff;
    font-weight: 700;
    line-height: 43px
}

.search_tbox .s_box .s_in_item input.date {
    width: 124px;
    background: url(/img/cal.png) #fff no-repeat;
    background-position: 105px 15px;
    font-family: tahoma
}

.search_tbox .s_box .s_in_item input.date {
    color: #333;
    font-size: 13px;
    font-weight: 600
}

.search_tbox .s_box .pleft1 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -1px
}

.search_tbox .s_box .pleft2 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -2px
}

.search_tbox .s_box .pleft3 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -3px
}

.search_tbox .s_box .pleft4 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -4px
}

.search_tbox .s_box .pleft5 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -5px
}

.search_tbox .s_box .pleft6 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -6px
}

.search_tbox .s_box .pleft7 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -7px
}

.search_tbox .s_box .pleft8 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -8px
}

.search_tbox .s_box .pleft9 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -9px
}

.search_tbox .s_box .pleft10 {
    position: relative;
    z-index: 99;
    top: 0;
    left: -10px
}

.search_tbox .s_box .button {
    display: inline-block;
    height: 46px;
    padding: 0 26px;
    color: #888;
    background: #fff;
    font-size: 12px;
    line-height: 44px
}

.search_tbox .s_box .button:hover {
    color: #e62626;
    background: #fff9f9;
    font-weight: 700
}

.search_tbox .s_box .button.selected {
    position: relative;
    z-index: 110;
    color: #fff;
    border: 1px solid #888;
    background: #999;
    font-weight: 700
}

.search_tbox .refresh {
    position: absolute;
    z-index: 150;
    top: 25px;
    right: 15px;
    display: block;
    width: 24px;
    height: 24px;
    background-position: -130px -269px
}

.search_tbox .s_box .write {
    text-align: center;
    color: #fff;
    border: 1px solid #1787b0;
    background: #9c1bde
}

.search_tbox .s_box .write:hover {
    color: #fff;
    border: 1px solid #c01e1e;
    background: #e62626
}

div.tip-bepick {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

div.tip-bepick table.tip-table,div.tip-bepick table.tip-table td {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

div.tip-bepick table.tip-table,div.tip-bepick table.tip-table td {
    vertical-align: middle;
    font-style: inherit;
    font-variant: inherit
}

div.tip-bepick td.tip-bg-image span {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    font: 1px/1px sans-serif
}

div.tip-bepick td.tip-right {
    background-position: 100% 0
}

div.tip-bepick td.tip-bottom {
    background-position: 100% 100%
}

div.tip-bepick td.tip-left {
    background-position: 0 100%
}

div.tip-bepick div.tip-inner {
    background-position: -10px -10px
}

div.tip-bepick div.tip-arrow {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    font: 1px/1px sans-serif
}

.tip-bepick {
    z-index: 100000;
    max-width: 200px;
    padding: 8px;
    text-align: left;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.8)
}

.tip-bepick .tip-inner {
    text-align: center;
    font-size: 11px;
    line-height: 1.8
}

.tip-bepick .tip-arrow-top {
    top: 0;
    left: 50%;
    width: 9px;
    height: 5px;
    margin-top: -5px;
    margin-left: -5px;
    opacity: .8;
    background: url(/assets/img/tip-twitter_arrows.gif) no-repeat
}

    .tip-bepick .tip-arrow-right {
        top: 50%;
        left: 100%;
        width: 5px;
        height: 9px;
        margin-top: -4px;
        margin-left: 0;
        opacity: .8;
        background: url(/assets/img/tip-twitter_arrows.gif) no-repeat -9px 0
    }

    .tip-bepick .tip-arrow-bottom {
        top: 100%;
        left: 50%;
        width: 9px;
        height: 5px;
        margin-top: 0;
        margin-left: -5px;
        opacity: .8;
        background: url(/assets/img/tip-twitter_arrows.gif) no-repeat -18px 0
    }

    .tip-bepick .tip-arrow-left {
        top: 50%;
        left: 0;
        width: 5px;
        height: 9px;
        margin-top: -4px;
        margin-left: -5px;
        opacity: .8;
        background: url(/assets/img/tip-twitter_arrows.gif) no-repeat -27px 0
    }

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.loader_box .loading {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1s linear 0s infinite normal;
    -moz-animation: rotate-loading 1s linear 0s infinite normal;
    -o-animation: rotate-loading 1s linear 0s infinite normal;
    animation: rotate-loading 1s linear 0s infinite normal;
    border: 2px solid transparent;
    border-color: transparent #9c1bde transparent #9c1bde
}

.loader_box .loading_container:hover .loading {
    border-color: transparent #e62626 transparent #e62626
}

.loader_box .loading_container:hover .loading,.loader_box .loading_container .loading {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.loader_box .loading_text {
    position: absolute;
    top: 0;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #9c1bde;
    font-family: tahoma;
    font-size: 10px
}

#b_banner {
    width: 830px;
    height: 90px;
    margin-top: 10px
}

.b_banner {
    position: relative;
    width: 830px;
    height: 90px
}

.b_banner img {
    display: block
}

.b_banner .right_banner {
    position: absolute;
    top: 0;
    right: 0
}

.swal-icon img {
    width: 150px;
    height: 150px
}

#b_banner {
    width: 100%;
    height: 90px
}

#b_banner .adx {
    float: left;
    width: 728px;
    height: 90px
}

#b_banner .badx {
    float: right;
    width: 95px;
    height: 90px
}

#b_banner .badx img {
    display: block
}

.lb_named_ladder {
    border: 1px solid #c01e1e;
    background: #e62626;
    color: #fff
}

.lb_named_racing {
    border: 1px solid #d39216;
    background: #f0a514;
    color: #fff
}

.lb_named_dari {
    border: 1px solid #c5ba12;
    background: #e7da0e;
    color: #524f18
}

.lb_nlotto_power {
    border: 1px solid #83b34a;
    background: #94c955;
    color: #fff
}

.lb_nlotto_skeno {
    border: 1px solid #3b6fbd;
    background: #3f78cd;
    color: #fff
}

.lb_ntry_pwladder {
    border: 1px solid #3b438e;
    background: #424a9e;
    color: #fff
}

.lb_ntry_keladder {
    border: 1px solid #a949c9;
    background: #bc50df;
    color: #fff
}

.lb_score_pk1 {
    border: 1px solid #5a991d;
    background: #63a91e;
    color: #fff
}

.lb_score_pk2 {
    border: 1px solid #3fb6a7;
    background: #47cab9;
    color: #fff
}

.lb_score_pk3 {
    border: 1px solid #8a6b21;
    background: #9d7b29;
    color: #fff
}

.lb_jw_angelsdemons {
    border: 1px solid #844722;
    background: #9d5428;
    color: #fff
}

.lb_jw_ostrichrun {
    border: 1px solid #222;
    background: #2a2a2a;
    color: #fff
}

.lb_jw_supermario {
    border: 1px solid #7f5cb3;
    background: #6c4d9a;
    color: #fff
}

.lb_hf_lowhigh {
    border: 1px solid #c7247c;
    background: #e62a90;
    color: #fff
}

.lb_hf_aladdin {
    border: 1px solid #36a074;
    background: #3cbb87;
    color: #fff
}

.lb_y_ladder {
    border: 1px solid #c66124;
    background: #f78038;
    color: #fff
}

.lb_y_bingo {
    border: 1px solid #5b8b98;
    background: #78aebd;
    color: #fff
}

.lb_y_roulette {
    border: 1px solid #c19717;
    background: #e5b319;
    color: #fff
}

.lb_s8_dice {
    border: 1px solid #c35050;
    background: #a64141;
    color: #fff
}

.lb_s8_ladder {
    border: 1px solid #6abf57;
    background: #54a641;
    color: #fff
}

.lb_s8_single {
    border: 1px solid #bf7957;
    background: #a96341;
    color: #fff
}

.lb_ls_ace {
    border: 1px solid #233d68;
    background: #2e4b7c;
    color: #fff
}

.lb_score_hammer1 {
    border: 1px solid #2d861e;
    background: #3a9f2a;
    color: #fff
}

.lb_score_hammer2 {
    border: 1px solid #1f7c53;
    background: #2fa16f;
    color: #fff
}

.lb_day_monster1 {
    border: 1px solid #e20404;
    background: red;
    color: #fff
}

.lb_day_monster3 {
    border: 1px solid #555b11;
    background: #788025;
    color: #fff
}

.lb_day_monster5 {
    border: 1px solid #9f416e;
    background: #bc5686;
    color: #fff
}

.lb_sl_smurf2 {
    border: 1px solid #9f1919;
    background: #ae1b1b;
    color: #fff
}

.lb_sl_smurf4 {
    border: 1px solid #6b1515;
    background: #7f1f1f;
    color: #fff
}

.lb_sl_son {
    border: 1px solid #773094;
    background: #8f3cb2;
    color: #fff
}

.lb_love_bomb {
    border: 1px solid #547c2e;
    background: #75a942;
    color: #fff
}

.lb_score_ladder1 {
    border: 1px solid #bb2070;
    background: #de2585;
    color: #fff
}

.lb_score_ladder3 {
    border: 1px solid #2f1db7;
    background: #341ce2;
    color: #fff
}

.lb_jp_alphaomega {
    border: 1px solid #cba13d;
    background: #dcae41;
    color: #fff
}

.lb_sg_ladder2 {
    border: 1px solid #e20404;
    background: red;
    color: #fff
}

.lb_sg_ladder3 {
    border: 1px solid #555b11;
    background: #788025;
    color: #fff
}

.lb_sg_ladder5 {
    border: 1px solid #9f416e;
    background: #bc5686;
    color: #fff
}

.lb_max_ladder {
    border: 1px solid #21612a;
    background: #2d8339;
    color: #fff
}

.lb_max_dragon {
    border: 1px solid #006bc1;
    background: #007cdf;
    color: #fff
}

.lb_max_roulette {
    border: 1px solid #a93cbd;
    background: #c047d6;
    color: #fff
}

.lb_spo_jump {
    border: 1px solid #3b6fbd;
    background: #3f78cd;
    color: #fff
}

.lb_spo_coin {
    border: 1px solid #c7247c;
    background: #e62a90;
    color: #fff
}

.lb_bubble_ladder1 {
    border: 1px solid #2d861e;
    background: #3a9f2a;
    color: #fff
}

.lb_bubble_ladder3 {
    border: 1px solid #1f7c53;
    background: #2fa16f;
    color: #fff
}

.lb_bubble_power {
    border: 1px solid #c35050;
    background: #a64141;
    color: #fff
}

.lb_ntry_pwkeladder {
    border: 1px solid #1f7c53;
    background: #2fa16f;
    color: #fff
}
