.ThemItem a,.button,.button:hover p {
    text-decoration: none
}

.BlockTwoColumn .ColumnCenter,.TypeUseService {
    text-align: center
}

.TypeUseService {
    padding: 20px 0
}

.TypeUseService .TypeUseServiceBtn {
    padding: 7px 10px;
    background: -moz-linear-gradient(top,#ddd6c0 50%,#d6cdb7 50%);
    background: -webkit-linear-gradient(top,#ddd6c0 50%,#d6cdb7 50%);
    background: -ms-linear-gradient(top,#ddd6c0 50%,#d6cdb7 50%);
    background: -o-linear-gradient(top,#ddd6c0 50%,#d6cdb7 50%);
    box-shadow: inset 1px 1px #fff;
    border: 1px solid #a1a1a1;
    margin: 0 2px;
    font-weight: 700;
    text-shadow: 1px 1px #fff4e2;
    color: #441d04;
    border-radius: 5px;
}

.TypeUseService .TypeUseServiceBtn:hover {
    color: #fff;
    text-shadow: 0 1px #7d7d7d,0 -1px #92948e,1px 0 #9b9c97,-1px 0 #8f928c;
    text-decoration: none;
    border-radius: 5px;
}

.TypeUseService .TypeUseServiceBtn .user {
    background: url(../images/icons/silk/user.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .phone {
    background: url(../images/icons/silk/smartphone_key.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .keygame {
    background: url(../images/icons/silk/key_icon.gif) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .add {
    background: url(../images/icons/silk/add.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .cart_add {
    background: url(../images/icons/silk/cart_add.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .medalgold {
    background: url(../images/icons/silk/medal_gold_1.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .shield {
    background: url(../images/icons/silk/shield_rainbow.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .stargold {
    background: url(../images/icons/silk/award_star_gold_1.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .homdo {
    background: url(../images/icons/silk/box.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .chotroi {
    background: url(../images/icons/silk/chotroi.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn .dangban {
    background: url(../images/icons/silk/basket_remove.png) center left no-repeat;
    padding-left: 22px
}

.TypeUseService .TypeUseServiceBtn.active {
    background: -webkit-linear-gradient(top,#ffb259 50%,#ff7f10 51%);
    color: #fff;
    text-shadow: 0 1px #8f4709,0 -1px #8f4709,1px 0 #8f4709,-1px 0 #8f4709;
    border-color: #b34a00;
    border-radius: 5px;
}

.ActiveService {
    padding: 5px 0 5px 20px;
    background: url(../images/ico_active_16.png) center left no-repeat;
    font-weight: 700;
    color: #679270;
}

.BlockTwoColumn {
    overflow: hidden;
    padding: 5px 0
}

.BlockTwoColumn .ColumnLeft {
    width: 300px;
    float: left;
    margin-right: 5px;
    padding: 7px 0 5px;
    text-align: right;
    font-weight: 700;
    color: #927c67
}

.BlockTwoColumn .ColumnRight {
    width: 320px;
    float: left;
    margin-left: 5px;
    padding: 7px 0 5px;
    text-align: left;
    border-radius: 7px;
}

.BlockTwoColumn .ColumnRight input[type=password],.BlockTwoColumn .ColumnRight input[type=text] {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
    color: #b27840;
    font-family: Tahoma,Geneva,sans-serif;
    overflow: hidden;
    padding: 7px;
    position: relative;
    transition: all 218ms ease-in-out 0s;
    width: 180px
}

.BlockTwoColumn .ColumnRight input.txtCapcha {
    font-size: 35px;
    font-weight: 700;
    font-family: "Comic Sans MS",Times,Tahoma,Arial,serif;
    width: 150px
}

.BlockTwoColumn .ColumnRight select {
    background: #303030c7;
    border: 1px solid #545454c4;
    border-radius: 3px;
    color: #8bb1b1;
    font-family: Tahoma,Geneva,sans-serif;
    overflow: hidden;
    padding: 7px;
    position: relative;
    transition: all 218ms ease-in-out 0s;
    width: 195px;
}

.BlockTwoColumn .ShowError {
    clear: both;
    padding-left: 340px;
    color: red
}

.Accept,.NotAccept {
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

.Accept {
    border: none;
    background: rgba(0,255,0,0.20);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03),0 0 5px rgba(0,0,0,.6);
    color: #918979;
    border-radius: 3px;
    text-shadow: 0 2px 1px rgba(0,0,0,.4);
    height: 35px;
    cursor: pointer;
    background: -moz-radial-gradient(top,#b94a00,#ffb400);
    background: -ms-radial-gradient(top,#b94a00,#ffb400);
    background: -o-radial-gradient(top,#b94a00,#ffb400)
}

.Accept:hover {
    border: 1px solid #1c6711
}

.Accept:active {
    box-shadow: inset 0 0 3px #8d3c00
}

.NotAccept {
    border: none;
    background: rgba(255,255,255,0.20);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03),0 0 5px rgba(0,0,0,.6);
    color: #918979;
    border-radius: 3px;
    text-shadow: 0 2px 1px rgba(0,0,0,.4);
    height: 40px;
    cursor: pointer;
    background: -moz-radial-gradient(top,#b94a00,#ffb400);
    background: -ms-radial-gradient(top,#b94a00,#ffb400);
    background: -o-radial-gradient(top,#b94a00,#ffb400)
}

.NotAccept:hover {
    border: 1px solid #6d6661
}

.NotAccept:active {
    box-shadow: inset 0 0 3px #ccc
}

table.transhis {
    background-color: #0000007a;
    position: relative;
    height: auto;
    margin-top: 10px;
}

table.transhis td.headhis {
    color: #BCAAA4;
    font-weight: 700;
    /* background-color:#543e30; */
    background-repeat: repeat-x;
    background-position: left -154px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    text-shadow: 1px 1px 1px #5F4329;
}

table.transhis td {
    /* background-color:#352b26; */
    /* text-align:center; */
    /* padding:5px; */
}

.ProtectWrap {
    background: #3e3e3ead;
    border: 1px solid #646464ab;
    padding: 10px;
    margin-top: 10px;
    border-radius: 7px;
}

.ProtectWrap .TitleProt {
    border-bottom: 1px dashed #767676;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

.ProtectWrap strong {
    background: url(../imgs/icon_add.png) 0 3px no-repeat;
    color: #43c3a0;
    font: 700 12px Verdana,Arial,Helvetica,sans-serif;
    letter-spacing: -0.05em;
    overflow: hidden;
    padding-left: 15px
}

.ProtectWrap .guides {
    padding-left: 15px
}

.ProtectWrap .guides li {
    margin: 4px 0
}

.space_solid_bottom {
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #56545373;
}

.text_right {
    text-align: right
}

.space_solid_bottom select {
    padding: 5px
}

.info_tit_required {
    font-weight: 700;
    color: red;
    padding: 0 3px
}

.content {
    min-height: 100px;
    padding: 10px 0 0 10px;
    width: 662px
}

.content2 {
    min-height: 100px;
    margin: 10px 0 0;
    border-top: 1px dashed #6e6e6e;
}

.menulist {
    width: 210px;
    height: 60px;
    padding: 4px 0 0 4px;
    float: left;
    margin: 2px;
    background: #0c0c0c8c;
    border: 1px solid #2e2b2b87;
    border-radius: 7px;
}

.menulist:hover {
    background: #342f2c;
    border: 1px solid #50484680;
}

.button {
    width: 197px;
    height: 56px;
    margin: 0 8px 0 0;
    font-family: Verdana,Geneva,sans-serif;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.button img {
    float: left;
    width: 55px;
    border: none;
    margin-left: 0
}

.button p {
    font-size: 12px;
    float: left;
    font-weight: 700;
    color: #889789;
    margin-top: 8px;
    padding-left: 0;
    width: 142px
}

.button p span {
    display: block;
    font-size: 11px;
    color: #726f6b;
    font-weight: 400;
    padding: 0;
    text-overflow: ellipsis;
}

.tbl_character {
    height: 203px;
    margin: 32px 0 10px 10px;
    border: 1px solid #5c514f8c;
    background: radial-gradient(at top center,#6458548a,#60534f8c,#564b488a,#463d3b8a,#4841408c);
    border-radius: 7px;
}

.tbl_character .column_img {
    width: 145px;
    height: 206px;
    float: left;
    text-align: center
}

.tbl_character .column_img div {
    padding: 2px 0
}

.tbl_character .column_img p {
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #795548;
    color: #8bc34a;
    padding: 5px 0;
    display: block;
    height: 48px
}

.tbl_character .ColumnTabStandar {
    width: 203px;
    float: left;
    border-left: 1px solid #79554840;
    border-right: 1px solid #79554838;
}

.tbl_character .ColumnTabStandar:nth-child(3) {
    border-left: 0 solid transparent
}

.tbl_character .ColumnTabStandar .ColumnTabLeft {
    border-bottom: 1px solid #76767638;
    border-right: 1px solid #7878773b;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 0 9px 5px;
    width: 117px;
}

.tbl_character .ColumnTabStandar .ColumnTabLeft.last_row {
    padding: 10px 0 8px 5px
}

.tbl_character .ColumnTabStandar .ColumnTabRight {
    float: left;
    text-align: center;
    width: 80px;
    padding: 9px 0;
    color: #958a81;
    border-bottom: 1px solid #83818138;
    font-size: 12px;
}

.tbl_character .ColumnTabStandar .ColumnTabLeft:hover,.tbl_character .ColumnTabStandar .ColumnTabRight:hover {
    background: radial-gradient(at top left,#86584d91,#774f458c,#67443c8c,#5a3c358c,#4e342e8c);
    cursor: alias;
}

.tbl_character .ColumnTabStandar .ColumnTabRight.last_row {
    padding: 9px 0
}

.tbl_character .ColumnAction {
    float: left;
    text-align: center;
    width: 80px
}

.tbl_character .ColumnAction .InputInColumn {
    border-bottom: 1px solid #79554840;
    float: left;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 0 5px;
    width: 106px;
}

.tbl_character .ColumnAction .InputInColumn:last-child {
    padding-bottom: 8px;
    -webkit-padding-after: 5px
}

.TableCondition {
    margin: 4px 0;
    width: 100%
}

.TableCondition tbody tr {
    /* background: #0c0c0cbd; */
}

.TableCondition tbody tr:hover {
    background: #00000057;
}

.TableCondition tbody tr td {
    padding: 6px 5px
}

.classXu {
    font-weight: 700;
    color: #ba7717
}

span.classXu {
    background: url(../imgs/coins-icon.png) no-repeat;
    padding-left: 20px
}

.TenNhanvat {
    font-weight: 700;
    color: #ba3900;
    font-size: 15px
}

.alert_warning {
    padding: auto auto auto 10px;
    background: #fcf2a58c;
    border: 1px solid #edbf068c;
    border-radius: 5px;
    margin: 10px 0;
    /* text-shadow: 0 1px #fffaac8c; */
    color: #333;
}

.alert_warning p {
    padding: 5px
}

.alert_chuydo,.alert_chuyxanh {
    padding: 10px;
    color: #333;
    margin: 10px 0
}

.alert_chuydo {
    background: #8000007d;
    border: 1px solid #a71b1b42;
    border-radius: 7px;
}

.alert_chuyxanh {
    background: #003e84;
    border: 1px solid #185dab;
    border-radius: 0
}

#fillup_purchase_history,.TablePay {
    margin: 20px 0;
    background: #00000057;
}

#fillup_purchase_history thead tr,.TablePay thead tr {
    background: #544f4bad;
    text-align: center;
}

#fillup_purchase_history thead tr th,.TablePay thead tr th {
    color: #c3c3c3;
    text-shadow: 1px 1px #110c0945;
}

#fillup_purchase_history tbody tr,#fillup_purchase_history tbody tr:nth-child(2n+1),.TablePay tbody tr,.TablePay tbody tr:nth-child(2n+1) {
    background: #32313085;
}

#fillup_purchase_history tbody tr:hover,.TablePay tbody tr:hover {
    background: #181818;
}

#fillup_purchase_history tbody tr td,.TablePay tbody tr td {
    padding: 3px;
    color: #99928c;
}

.ItemList {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.ItemList fieldset {
    border-radius: 5px;
    border: 1px solid #3a2b22;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 10px 10px
}

.GolbinItem {
    width: auto;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
    margin: 5px 5px 5px 5px;
    background: -moz-linear-gradient(top,#fff,#fff,#fafafa,#f3f3f3);
    background: -webkit-linear-gradient(top,#fff,#fff,#fafafa,#f3f3f3);
    background: -o-linear-gradient(top,#fff,#fff,#fafafa,#f3f3f3);
    background: -ms-linear-gradient(top,#fff,#fff,#fafafa,#f3f3f3);
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 1px 1px #fff;
    box-shadow: inset 1px 1px #fff,inset -1px -1px #fff,inset -1px 1px #fff,inset 1px -1px #fff;
    color: #600;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease
}

.GolbinItemUp {
    background: -moz-linear-gradient(top,#e9c99c,#e3b676,#ba7717,#833400);
    background: -webkit-linear-gradient(top,#e9c99c,#e3b676,#ba7717,#833400);
    background: -o-linear-gradient(top,#e9c99c,#e3b676,#ba7717,#833400);
    background: -ms-linear-gradient(top,#e9c99c,#e3b676,#ba7717,#833400);
    text-shadow: 1px 1px 1px #000;
    color: #ffd800
}

.GolbinItem:hover {
    background: -moz-linear-gradient(top,#f3f3f3,#fafafa,#fff,#fff);
    background: -webkit-linear-gradient(top,#cacaca,#d6d6d6,#e6e6e6,#fff);
    background: -o-linear-gradient(top,#f3f3f3,#fafafa,#fff,#fff);
    background: -ms-linear-gradient(top,#f3f3f3,#fafafa,#fff,#fff);
    color: #C30;
    border: 1px solid #0C0;
    box-shadow: 0 0 2px #baff00;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease
}

.GolbinItemUp:hover {
    background: -moz-linear-gradient(top,#833400,#ba7717,#e3b676,#e9c99c);
    background: -webkit-linear-gradient(top,#833400,#ba7717,#e3b676,#e9c99c);
    background: -o-linear-gradient(top,#833400,#ba7717,#e3b676,#e9c99c);
    background: -ms-linear-gradient(top,#833400,#ba7717,#e3b676,#e9c99c);
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0 0 4px red;
    border: 1px solid red;
    color: #ffd800
}

.GolbinItem p {
    margin: 2px 0
}

.ThemItem {
    text-align: right
}

.ThemItem a {
    font-weight: 700;
    color: #900;
    Padding-right: 2px
}

.TableItemList {
    background: #CCC;
    margin: 0 auto;
    text-align: center
}

.NoteContent,.NoteContent-2 {
    width: 100%;
    overflow: hidden;
    text-align: justify
}

.TableItemList thead th {
    background: #69C
}

.TableItemList tr td {
    background: #fff
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #FFF;
    background-color: #000;
    padding: 5px;
    opacity: .85
}

#tooltip div,#tooltip h3 {
    margin: 0
}

#system-message {
    padding: 10px 0;
    border: 1px solid #9c7171;
    background: #825d5d;
    margin-top: 5px
}

#system-message .message {
    margin: 0 10px
}

#system-message .message.error {
    color: #E4C0C0
}

#system-message .message #msg_content {
    padding: 3px 0
}

.TableThongBao {
    background-color: #FFF5C7;
    border: 1px solid #FFDC83;
    border-radius: 4px;
    color: #c09853;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: inset 1px 1px #fff,inset -1px -1px #fff
}

p.Legend,p.Legend-2 {
    font-size: 13px;
    font-weight: bolder;
    height: 18px;
    margin: -17px 0 5px;
    float: left;
}

.NoticeBox {
    padding: 10px;
    border: 1px solid red;
    background: #FFEDED
}

p.Legend {
    padding: 0 10px;
    color: #ffeb3b85;
    background: #db000082;
    border-radius: 3px;
}

.NoteContent {
    color: #c17272
}

.NoticeBox-2 {
    padding: 10px;
    border: 1px solid red;
    background: #FFEDED
}

p.Legend-2 {
    padding: 0 10px;
    color: #fff;
    background: #00A2DB
}

.NoteContent-2 {
    color: #494848
}

.errornew,.errornew_noimg {
    border: 1px solid;
    margin: 10px 0;
    background-position: 10px center;
    color: #b11c1ccc;
    background-color: #4c0a0ad1;
    border-radius: 7px;
}

.errornew {
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-image: url(../imgs/error.png)
}

.errornew_noimg {
    padding: 15px 10px
}

.button2 {
    width: 75px;
    background: #f1f1f194;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #f1f1f18c;
    border-radius: 4px;
    color: #2d2d2d;
    font-weight: bold;
    text-shadow: 1px 1px #110c0900;
}

.button2:hover {
    background: #9e9e9e;
    border: 1px solid #9e9e9e
}

.capNhatDate {
    font-style: italic;
    background: url(../imgs/update-bg.gif) repeat;
    padding: 0 8px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin: 3px 0;
    display: inline-block;
    font-weight: normal
}

a:hover {
    text-decoration: none
}

ul.list_post,aside {
    padding: 10px
}

aside {
    background: #141414;
    border: 1px solid #2a2a2a;
}

ul.list_post li {
    list-style: none;
    border-bottom: 1px dashed #4c4c4c;
    color: #795548;
    line-height: 25px;
}

ul.list_post li:last-child {
    border-bottom: none
}

ul.list_post li a {
    color: #b5b5b5cc;
    text-decoration: none;
    /*background-color:#0000005c;border-radius:5px;*/
}

ul.list_post li a:hover {
    color: #f5eee2ad;
}

.title_news2 {
    padding: 10px 0 0 25px;
    display: inline-block;
    color: #705865
}

ul.list_post li span.read {
    /* font-style:italic; */
    color: #795548;
}

ul.list_post li span.time {
    float: right;
    color: #676362
}

.read_more {
    padding-top: 0;
    float: right;
    color: #676362
}

aside img {
    width: 100%
}

.prefix-4t {
    background: #110c09;
    font-size: 13px;
    /* margin: 0 8px 0 0; */
    padding: 1px 7px;
    border: 1px solid #ffffff80;
    /* border-left: 4px solid #b8b7b775; */
    /* border-right: 4px solid #b8b7b775; */
    border-radius: 3px;
    color: #ffffffcf;
}

.prefix-5t {
    background: #00000075;
    font-size: 13px;
    padding: 1px 7px;
    border: 1px solid #ff6a007d;
    /* border-left: 4px solid #fdd3d3; */
    /* border-right: 4px solid #fdd3d3; */
    border-radius: 3px;
    color: #ff6a00cf;
}

.prefix-6t {
    background: #0000006e;
    font-size: 13px;
    padding: 1px 16px;
    border: 1px solid #00bdff82;
    /* border-left: 4px solid #bdc2ffa6; */
    /* border-right: 4px solid #bdc2ffa6; */
    border-radius: 3px;
    color: #00bdffd4;
}

.prefix-7t {
    background: #0000006b;
    font-size: 13px;
    padding: 1px 13px;
    border: 1px solid #d700ff80;
    /* border-left: 4px solid #f4cefb; */
    /* border-right: 4px solid #f4cefb; */
    border-radius: 3px;
    color: #d700ffd6;
}

.prefix-8t {
    background: #0000006e;
    font-size: 13px;
    padding: 1px 5px;
    border: 1px solid #3fff3180;
    /* border-left: 4px solid #cff8cc; */
    /* border-right: 4px solid #cff8cc; */
    border-radius: 3px;
    color: #3fff31;
}

.prefix-9t {
    background: #fdd3d373;
    font-size: 13px;
    padding: 1px 18px;
    border: 1px solid #fdd3d3;
    border-left: 4px solid #fdd3d3;
    border-right: 4px solid #fdd3d3;
    border-radius: 8px;
    color: #ff0707d4;
}

.prefix-10t {
    background: #ff8686;
    font-size: 13px;
    padding: 1px 17px;
    border: 1px solid #ff8686;
    border-left: 4px solid #ff8686;
    border-right: 4px solid #ff8686;
    border-radius: 8px;
    color: #ffffff;
}

aside img {
    width: 100%;
}

.prefix-5 {
    background: #00000075;
    font-size: 13px;
    margin: 0 8px 0 0;
    padding: 1px 7px;
    border: 1px solid #ff6a007d;
     /* border-left: 4px solid #fdd3d3; */
     /* border-right: 4px solid #fdd3d3; */
    border-radius: 3px;
    color: #ff6a00cf;
}

.prefix-6 {
    background: #000000;
    font-size: 13px;
    margin: 0 8px 0 0;
    padding: 1px 16px;
    border: 1px solid #00bdff82;
    /* border-left: 4px solid #bdc2ffa6; */
    /* border-right: 4px solid #bdc2ffa6; */
    border-radius: 3px;
    color: #00bdffd4;
}

.prefix-7 {
    background: #110c09;
    font-size: 13px;
    margin: 0 8px 0 0;
    padding: 1px 13px;
    border: 1px solid #d700ff7a;
    /* border-left: 4px solid #f4cefb; */
    /* border-right: 4px solid #f4cefb; */
    border-radius: 3px;
    color: #d700ffd6;
}

.prefix-8 {
    background: #110c09;
    font-size: 13px;
    margin: 0 8px 0 0;
    padding: 1px 5px;
    border: 1px solid #11ff0080;
    /* border-left: 4px solid #cff8cc; */
    /* border-right: 4px solid #cff8cc; */
    border-radius: 3px;
    color: #0fff00d4;
}

.prefix-9 {
    background: #fdd3d373;
    font-size: 13px;
    margin: 0 8px 0 0;
    padding: 1px 18px;
    border: 1px solid #fdd3d3;
    border-left: 4px solid #fdd3d3;
    border-right: 4px solid #fdd3d3;
    border-radius: 8px;
    color: #ff0707d4;
}

.prefix-10 {
    background: #000000;
    font-size: 13px;
    margin: 0 8px 0 0;
    padding: 1px 17px;
    border: 1px solid #ff00008a;
    /* border-left: 4px solid #ff8686; */
    /* border-right: 4px solid #ff8686; */
    border-radius: 3px;
    color: #ff0000;
}

table.mon {
    width: 100%
}

table.mon tr {
    background: #32313085;
}

table.mon tr:nth-child(2n+1) {
    background: #38373685;
}

table.mon tr:first-child {
    background: #544f4bad;
}

table.mon tr:first-child td {
    color: #c3c3c3;
    font-weight: bold
}

table.mon th {
    padding: 5px 5px;
    color: #a99877
}

table.mon td,table.mon th {
    padding: 5px 5px;
    /* color: #927b65; */
}

table.mon1 {
    width: 100%
}

table.mon1 tr {
    background: #ffffcc
}

table.mon1 tr:nth-child(2n+1) {
    background: #ffffbb
}

table.mon1 tr:first-child {
    background: #ffcc33
}

table.mon1 tr:first-child td {
    color: #660000;
    font-weight: bold
}

table.mon1 th {
    padding: 5px 5px;
    color: #a99877
}

table.mon1 td,table.mon1 th {
    padding: 5px 5px;
    color: #383838
}

table.mon2 {
    width: 100%
}

table.mon2 tr {
    background: #d2efd2
}

table.mon2 tr:nth-child(2n+1) {
    background: #cbedcb
}

table.mon2 tr:first-child {
    background: #5cb85c
}

table.mon2 tr:first-child td {
    color: #fff;
    font-weight: bold
}

table.mon2 th {
    padding: 5px 5px;
    color: #a99877
}

table.mon2 td,table.mon2 th {
    padding: 5px 5px;
    color: #383838
}

table.mon3 {
    width: 100%
}

table.mon3 tr {
    background: #EFD2D2
}

table.mon3 tr:nth-child(2n+1) {
    background: #EDCBCB
}

table.mon3 tr:first-child {
    background: #B75858
}

table.mon3 tr:first-child td {
    color: #fff;
    font-weight: bold
}

table.mon3 th {
    padding: 5px 5px;
    color: #a99877
}

table.mon3 td,table.mon3 th {
    padding: 5px 5px;
    color: #383838
}
