body {
    margin: 0;
    font: 12px Verdana, Geneva, sans-serif;
    color: #333;
    background: #E2E0E1;
    min-width: 1000px;
}

body.inventory {
    background: #DEDEDE;
}

* {
    margin: 0;
    padding: 0;
}

a, input, textarea, select {
    outline: none;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #003388;
}

a:hover {
    color: #0066ff;
}

img {
    border: none;
}

input, textarea, select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
}

form {
    margin: 0;
    padding: 0;
    border-style: none;
}

p {
    line-height: 14px;
    padding: 14px 0 0;
    margin-bottom: 10px;
}

h3 {
    color: #8F0000;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

h4 {
    color: #8F0000;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 5px;
}

h5 {
    background: #A8A8A8;
    text-align: center;
    font-size: 13px;
}

.clear {
    clear: both;
}

.sysmessage {
    text-align: right;
    color: red;
    font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}

a, input, textarea, select {
    outline: none;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #003388;
}

a:hover {
    color: #0066ff;
}

img {
    border: none;
}

input, textarea, select {
    font-family: arial, sans-serif;
    vertical-align: middle;
}

form {
    margin: 0;
    padding: 0;
    border-style: none;
}

#main.inventory {
    background: #DEDEDE;
}

tr.main td {
    vertical-align: top !important;
}

tr.main td.center {
}

tr.main td.side {
    width: 15%;
}

.batle_center {
    position: relative;
}

.batle_center h3 {
    font-size: 24px;
}

.batle_center .top-scroll {
    margin: auto;
    width: 490px;
    padding-bottom: 10px;
}

ul.batle_field_two {
    padding: 5px 0 0 0;
}

ul.batle_field_two li {
    float: left;
}

ul.batle_field_two li:first-child {
    margin-left: 0;
}

img.gray {
    filter: gray;
    -webkit-filter: url(#gray);
    -webkit-filter: grayscale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.batle_field {
    width: 432px;
    padding: 10px 0 10px 0;
    margin: auto;
}

.batle_field_box {
    float: left;
    width: 210px;
    padding: 0 3px;
}

.box_rb {
    padding: 2px 0 2px 20px;
}

.box_rb label {
    color: #333;
    font-size: 14px;
    *font-size: 12px;
    display: block;
    float: left;
}

.box_rb input[type="radio"] {
    display: block;
    float: left;
    margin-top: 3px;
}

.batle_field_btn {
    text-align: center;
    padding: 2px 30px 15px 0;
}

.batle_field_btn input[type="checkbox"] {
    margin-top: 2px;
}

.btn {
    height: 26px;
    display: inline-block;
    padding: 2px 12px;
    *display: inline;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    font-family: Arial;
    line-height: 24px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    margin-bottom: 3px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active, .btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active, .btn-success.active {
    background-color: #408140 \9;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-primary:active, .btn-primary.active {
    background-color: #003399 \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active, .btn-inverse.active {
    background-color: #080808 \9;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.batle-counters {
    width: 290px;
    margin: auto;
    padding: 10px 0 10px 0;
    text-align: center;
}

.batle-counters li {
    float: left;
    margin-left: 20px;
    font-size: 10px;
}

.batle-counters li:first-child {
    margin-left: 0;
}

span.magic {
    font-size: 16px;
}

span.magic span.number {
    position: relative;
    top: -7px;
}

.name_hero {
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
}

img.message {
    position: relative;
    top: 4px;
}

strong {
    font-weight: bold;
}

strong.vs {
    font-size: 16px;
}

.name_hero h3 {
    display: inline;
    padding: 0 5px;
}

h3.names {
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 0 0 5px 0;
    font-weight: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

h3.names {
    font-weight: bold;
    COLOR: #000;
}

h3.names a {
    font-weight: bold;
    COLOR: #000;
    TEXT-DECORATION: none;
}

h3.names a:hover {
    COLOR: #0066ff;
}

h3.names .count {
    font-weight: normal;
}

span.top-count {
    font-size: 16px;
}

h3.names a:hover {
    text-decoration: underline;
}

.names.names_blue a {
    color: #66C;
}

.names.names_two a {
    color: #B06A00;
}

.names.names_two .invcost0 {
    color: #B09D5D;
}

.names.names_two .invcost2 {
    color: #693702;
}

.names.names_blue .invcost0 {
    color: #A3A3E0;
}

.names.names_blue .invcost2 {
    color: #2D2D86;
}

.one_batle {
    padding: 10px 0;
    border-bottom: 1px solid #B7B7B7;
}

.one_batle span.green {
    color: #008000;
}

.one_batle {
    padding: 5px 0;
    font-size: 12px;
}

.one_batle p {
    padding: 0;
    line-height: 17px;
    margin-bottom: 1px;
}

.one_batle .date2 {
    FONT-FAMILY: Courier;
    font-size: 12px;
    color: #007000;
    background: #00FFAA;
}

.one_batle .date {
    FONT-FAMILY: Courier;
    font-size: 12px;
    color: #007000;
}

.one_batle .datered2 {
    FONT-FAMILY: Courier;
    font-size: 12px;
    color: #9E0000;
    background: #FF7F7F;
}

.one_batle .datered {
    FONT-FAMILY: Courier;
    font-size: 12px;
    color: #9E0000;
}

.one_batle .one {
    font-weight: bold;
    color: #6666CC;
}

.one_batle .two {
    font-weight: bold;
    color: #B06A00;
}

.batle_info {
    padding: 10px 0;
    font-size: 12px;
}

.batle_info a {
    color: #0088CC;
}

.batle_info a:hover {
    color: #005580;
    text-decoration: underline;
}

.batle_info p {
    padding: 0;
}

.batle_info .date {
    font-size: 12px;
    color: #7F0000;
    background: #FF8282;
}

.batle_info .one {
    font-weight: bold;
    color: #6666CC;
}

.batle_info .two {
    font-weight: bold;
    color: #B06A00;
}

.batle_info .timeout {
    display: block;
    color: #606060;
    padding: 0 0 10px;
}

.batle_start {
    border-top: 1px solid #000;
    padding: 10px 0;
}

.batle_start .date {
    font-size: 12px;
    color: #007000;
    background: #00FFAA;
}

.batle_start_info {
    padding: 20px 0;
}

.batle_start_info .red {
    font-weight: bold;
    color: #C10000;
}

.batle_start_info .right {
    float: right;
}

.batle_left, .batle_right {
    width: 260px;
}

.personag {
    background: #ccc;
    position: relative;
    border: 1px solid #fff;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 3px;
    height: 280px;
    width: 241px;
    position: relative;
    box-shadow: 2px 2px 3px 0 #999;
    -moz-box-shadow: 2px 2px 3px 0 #999;
    -webkit-box-shadow: 2px 2px 3px 0 #999;
    -o-box-shadow: 2px 2px 3px 0 #999;
    behavior: url(/pie.htc);
}

.personag_bigger {
    height: 335px;
}

.personag .hero {
    border: none;
    height: 220px;
    width: 120px;
    top: 23px;
    left: 63px;
    background-color: black;
    z-index: 10;
}

.personag .hero img.main {
    width: 120px;
    background-color: black;
}

.hero div img {
    height: 25px;
    width: 40px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: black;
}

.hero img {
    background-color: black;
}

.hero .effect1 {
    border: 0;
    top: 0px;
    left: 0px;
}

.hero .effect2 {
    border: 0;
    top: 0px;
    left: 40px;
}

.hero .effect3 {
    border: 0;
    top: 0px;
    left: 80px;
}

.hero .effect4 {
    border: 0;
    top: 25px;
    left: 0px;
}

.hero .effect5 {
    border: 0;
    top: 25px;
    left: 40px;
}

.hero .effect6 {
    border: 0;
    top: 25px;
    left: 80px;
}

.hero .effect7 {
    border: 0;
    top: 50px;
    left: 0px;
}

.hero .effect8 {
    border: 0;
    top: 50px;
    left: 40px;
}

.hero .effect9 {
    border: 0;
    top: 50px;
    left: 80px;
}

.hero .effect10 {
    border: 0;
    top: 75px;
    left: 0px;
}

.hero .effect11 {
    border: 0;
    top: 75px;
    left: 40px;
}

.hero .effect12 {
    border: 0;
    top: 75px;
    left: 80px;
}

.hero .effect13 {
    border: 0;
    top: 100px;
    left: 0px;
}

.hero .effect14 {
    border: 0;
    top: 100px;
    left: 40px;
}

.hero .effect15 {
    border: 0;
    top: 100px;
    left: 80px;
}

.hero .effect16 {
    border: 0;
    top: 125px;
    left: 0px;
}

.hero .effect17 {
    border: 0;
    top: 125px;
    left: 40px;
}

.hero .effect18 {
    border: 0;
    top: 125px;
    left: 80px;
}

.hero .effect19 {
    border: 0;
    top: 150px;
    left: 0px;
}

.hero .effect20 {
    border: 0;
    top: 150px;
    left: 40px;
}

.hero .effect21 {
    border: 0;
    top: 150px;
    left: 80px;
}

.hero .effect22 {
    border: 0;
    top: 175px;
    left: 0px;
}

.hero .effect23 {
    border: 0;
    top: 175px;
    left: 40px;
}

.hero .effect24 {
    border: 0;
    top: 175px;
    left: 80px;
}

.hero .effect25 {
    border: 0;
    top: 200px;
    left: 0px;
}

.hero .effect26 {
    border: 0;
    top: 200px;
    left: 40px;
}

.hero .effect27 {
    border: 0;
    top: 200px;
    left: 80px;
}

.hero div .count {
    color: #fff;
    margin: 12px 0 0 24px;
    font-weight: bold;
    border: none;
    font-family: Arial;
    font-size: 10px;
    z-index: 3;
}

.mana_box {
    height: 9px;
    overflow: hidden;
    width: 120px;
    left: 63px;
    top: 13px;
    background: url(/i/1gray.gif) repeat-x;
    border: none;
}

.mana_box span {
    height: 9px;
    position: absolute;
    z-index: -1;
}

.mana_box .MP {
    display: block;
    height: 9px;
    width: 100%;
}

.mana_box .text {
    border: none;
    top: -3px;
    left: 0;
    width: 120px;
    text-align: center;
    color: #80FFFF;
    font-size: 9px;
    z-index: 10;
    height: 9px !important;
    line-height: 8px !important;
    font-weight: bold;
}

.personag .mana_box {
    height: 9px;
    overflow: hidden;
    width: 120px;
    left: 63px;
    top: 13px;
    background: url(/i/1gray.gif) repeat-x;
    border: none;
}

.personag .mana_box span {
    height: 9px;
    position: absolute;
    z-index: -1;
}

.personag .mana_box .MP {
    display: block;
    height: 9px;
    width: 100%;
}

.personag .mana_box .text {
    border: none;
    top: -3px;
    left: 0;
    width: 120px;
    text-align: center;
    color: #80FFFF;
    font-size: 9px;
    z-index: 10;
    height: 9px !important;
    line-height: 8px !important;
    font-weight: bold;
}

.live_box .red {
    background-image: url(/i/1red.gif);
}

.live_box .yellow {
    background-image: url(/i/1yellow.gif);
}

.live_box .green {
    background-image: url(/i/1green.gif);
}

.mana_box .blue {
    background-image: url(/i/1blue.gif);
}

.live_box {
    height: 9px;
    overflow: hidden;
    width: 120px;
    left: 63px;
    top: 4px;
    background: url(/i/1gray.gif) repeat-x;
    border: none;
}

.live_box span {
    height: 9px;
    position: absolute;
    z-index: -1;
}

.live_box .HP {
    display: block;
    height: 9px;
    width: 100%;
    background: #be0408;
}

.live_box .text {
    border: none;
    top: -3px;
    left: 0;
    width: 120px;
    text-align: center;
    color: #FFF;
    font-size: 9px;
    z-index: 10;
    height: 9px !important;
    line-height: 8px !important;
    font-weight: bold;
}

.personag .live_box {
    height: 9px;
    overflow: hidden;
    width: 120px;
    left: 63px;
    top: 4px;
    background: url(/i/1gray.gif) repeat-x;
    border: none;
}

.personag .live_box span {
    height: 9px;
    position: absolute;
    z-index: -1;
}

.personag .live_box .HP {
    display: block;
    height: 9px;
    width: 100%;
    background: #be0408;
}

.personag .live_box .text {
    border: none;
    top: -3px;
    left: 0;
    width: 120px;
    text-align: center;
    color: #FFF;
    font-size: 9px;
    z-index: 10;
    height: 9px !important;
    line-height: 8px !important;
    font-weight: bold;
}

.live_box .red {
    background-image: url(/i/1red.gif);
}

.live_box .yellow {
    background-image: url(/i/1yellow.gif);
}

.live_box .green {
    background-image: url(/i/1green.gif);
}

.mana_box .blue {
    background-image: url(/i/1blue.gif);
}

#hpval, #hpval2, #mpval, #mpval2 {
    padding-top: 1px;
}

img.inv {
    position: absolute;
    z-index: 2;
}

.personag_box {
    float: left;
    width: 250px;
    padding: 0 0 5px;
}

.pos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #e1e1e1;
}

.first .pos {
    background: none !important;
}

.descr {
    position: relative;
    z-index: 2;
}

.pos em {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    display: none;
    width: 150px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
}

.pos:hover em {
    display: block;
}

.personag .art1 {
    top: 3px;
    left: 3px;
    height: 60px;
    width: 60px;
}

.personag .art1 img {
    height: 60px;
    width: 60px;
}

.personag .art2 {
    top: 63px;
    left: 3px;
    height: 40px;
    width: 60px;
}

.personag .art2 img {
    height: 40px;
    width: 60px;
}

.personag .art3 {
    top: 103px;
    left: 3px;
    height: 60px;
    width: 60px;
}

.personag .art3 img {
    height: 60px;
    width: 60px;
}

.personag .art4 {
    top: 163px;
    left: 3px;
    height: 80px;
    width: 60px;
}

.personag .art4 img {
    height: 80px;
    width: 60px;
}

.personag .art5 {
    top: 243px;
    left: 3px;
    height: 40px;
    width: 60px;
}

.personag .art5 img {
    height: 40px;
    width: 60px;
}

.personag .art6 {
    top: 243px;
    left: 63px;
    height: 40px;
    width: 119px;
}

.personag .art6 img {
    height: 40px;
    width: 120px;
}

.personag .art7 {
    top: 3px;
    left: 184px;
    height: 20px;
    width: 60px;
}

.personag .art7 img {
    height: 20px;
    width: 60px;
}

.personag .art8 {
    top: 23px;
    left: 184px;
    height: 20px;
    width: 60px;
}

.personag .art8 img {
    height: 20px;
    width: 60px;
}

.personag .art9 {
    position: absolute;
    top: 43px;
    left: 184px;
    height: 20px;
    width: 60 pxpx;
}

.personag .art9 li {
    float: left;
    border: 1px solid #fff;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    height: 18px;
    width: 18px;
}

.personag .art9 img {
    height: 18px;
    width: 18px;
}

.personag .art901 {
    position: absolute;
    top: 43px;
    left: 184px;
    height: 20px;
    width: 20px;
}

.personag .art902 {
    position: absolute;
    top: 43px;
    left: 204px;
    height: 20px;
    width: 20px;
}

.personag .art903 {
    position: absolute;
    top: 43px;
    left: 224px;
    height: 20px;
    width: 20px;
}

.personag .art901 img {
    height: 20px;
    width: 20px;
}

.personag .art902 img {
    height: 20px;
    width: 20px;
}

.personag .art903 img {
    height: 20px;
    width: 20px;
}

.personag .art10 {
    top: 63px;
    left: 184px;
    height: 40px;
    width: 60px;
}

.personag .art10 img {
    height: 40px;
    width: 60px;
}

.personag .art11 {
    top: 103px;
    left: 184px;
    height: 60px;
    width: 60px;
}

.personag .art11 img {
    height: 60px;
    width: 60px;
}

.personag .art12 {
    top: 163px;
    left: 184px;
    height: 80px;
    width: 60px;
}

.personag .art12 img {
    height: 80px;
    width: 60px;
}

.personag .art13 {
    top: 243px;
    left: 184px;
    height: 40px;
    width: 60px;
}

.personag .art13 img {
    height: 40px;
    width: 60px;
}

.art14 {
    position: absolute !important;
    top: 285px !important;
    left: 0 !important;
    list-style: none;
    height: 56px;
    overflow: hidden;
    width: 241px;
    margin: 0 3px;
    background: none;
}

.art14 li {
    float: left;
    height: 25px;
    width: 40px;
    overflow: hidden;
    margin: 0 0 2px 0;
}

.art14 li.left {
    margin: 0;
}

.first {
    position: relative;
    z-index: 2;
    float: left;
    width: 40px;
    height: 26px;
    cursor: pointer;
}

.game_left h3 {
    text-align: center;
    padding: 0 300px 5px 0;
}

.game_left h3 img {
    position: relative;
    top: 1px;
}

.game_left h3 img.message {
    position: relative;
    top: 2px;
}

.personag_data {
    float: left;
    width: 280px;
    border: none;
    padding: 0 10px 0 9px;
    position: relative;
}

.personag_data p {
    padding: 0 0 17px;
    font-size: 13px;
}

.data {
    list-style: none;
}

.data li {
    font-size: 13px;
    line-height: 15px;
}

.info_pers {
    list-style: none;
}

.info_pers li {
    font-size: 10px;
    line-height: 13px;
    font-size: 12px;
}

.pers_navigation {
    list-style: none;
}

.pers_navigation li {
    padding: 3px 0 0;
}

.pers_navigation .pers_navigation_box {
    background: url(../img/inventar/back.gif) repeat-x;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 15px;
}

.pers_navigation .pers_navigation_box strong {
    float: left;
    padding: 0 3px;
    background: #f4f4f4;
}

.pers_navigation .pers_navigation_box a {
    float: left;
    margin: 0 0 0 80px;
    padding: 0 3px;
    background: #f4f4f4;
}

.pers_navigation .pers_navigation_box .pluse {
    background: url(../img/inventar/plus.gif) no-repeat;
    display: block;
    height: 9px;
    width: 11px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
    padding: 0;
}

.pers_navigation .pers_navigation_box .minuse {
    background: url(../img/inventar/minus.gif) no-repeat;
}

.pers_navigation .pers_navigation_box .top {
    display: block;
    background: url(../img/inventar/up-grey.gif) no-repeat;
    height: 9px;
    width: 11px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 12px;
    margin: 0;
    padding: 0;
}

.pers_navigation .pers_navigation_box .bot {
    display: block;
    background: url(../img/inventar/down-grey.gif) no-repeat;
    height: 9px;
    width: 11px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 0;
    margin: 0;
    padding: 0;
}

.pers_navigation_drop {
    display: none;
    padding: 5px 0;
}

.pers_navigation_drop a.hidden {
    background: #504f4b;
    color: #fff;
    border: 1px solid #9a9997;
    display: block;
    float: left;
    padding: 0 5px;
    margin-left: 10px;
    line-height: 16px;
    height: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -0 -border-radius: 4px;
    behavior: url(/pie.htc);
}

.pers_navigation_drop a.remove {
    display: block;
    float: left;
    line-height: 14px;
}

.pers_navigation_drop a.remove img {
    position: relative;
    top: 4px;
}

.pers_navigation_drop a.komplekt {
    display: block;
    float: left;
    margin: 0 0 0 9px;
}

.inventar {
    text-align: left !important;
    font-size: 13px !important;
}

.inventar .tabs tr {
    font-size: 13px !important;
}

.top_nav {
    list-style: none;
    text-align: right;
}

.top_nav li {
    display: inline;
    padding: 0 0 0 4px;
}

.btn_grey {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    background: #A9AFC0;
    padding: 0 11px;
    height: 16px;
    border: 1px solid #B0B0B0;
    border-radius: 2px;
}

* + html .btn_grey {
    zoom: 1;
    display: inline;
}

.tabs_nav {
    overflow: hidden;
    list-style: none;
    background: #d4d2d2;
    padding: 4px 0;
}

.tabs_nav li {
    float: left;
    width: 25%;
    text-align: center;
}

.tabs_nav li.active {
    background: #A5A5A5;
}

.tabs_nav li a {
    font-size: 13px;
}

.btn_white {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    background: #fff;
    padding: 0 11px;
    height: 16px;
    border: 1px solid #B0B0B0;
    border-radius: 2px;
}

* + html .btn_white {
    zoom: 1;
    display: inline;
}

input.btn_white {
    padding: 0 10px 2px;
    height: 20px;
    cursor: pointer;
    line-height: 18px;
    font-size: 10px;
}

.Tabs {
    background: #A5A5A5;
}

.Tabs h3 {
    color: #000;
    text-align: center;
    font-size: 15px;
}

.tbl_inventar {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #C7C7C7;
}

.tbl_inventar th {
    text-align: center;
    width: 100px;
    border: 1px solid #999;
    padding: 5px 0;
}

.tbl_inventar td {
    border: 1px solid #999;
    padding: 5px;
}

.tbl_inventar th img {
    display: block;
    margin: 0 auto;
}

.tbl_inventar .delete {
    background: url(../img/inventar/clear.gif) no-repeat;
    display: block;
    height: 13px;
    width: 13px;
    overflow: hidden;
    margin: 0 auto 0;
}

#footer {
    text-align: center;
    padding-bottom: 50px;
}

#footer span.italic {
    font-style: italic;
}

#footer span.small {
    font-size: 10px;
}

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    text-align: center;
    font-size: 11px;
    color: #000;
    text-shadow: 0 0 2px #fff;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #cfcfcf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25, 25, 25);
    border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25, 25, 25);
    border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25, 25, 25);
    border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25, 25, 25);
    border-left-color: rgba(25, 25, 25, 0.92);
}

#theLayer {
    width: 100%;
}

.modal {
    z-index: 1200;
    width: 290px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 10%;
}

.modal label#pname {
    font-weight: bold;
}

.modal-body {
    overflow: hidden !important;
}

.modal-body p {
    margin: 0;
    font-size: 11px;
    padding: 0;
    text-align: center;
}

.modal-body p em, .modal-body p small {
    font-size: 11px;
}

.modal-header {
    padding: 2px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 2px 15px 5px 15px;
    width: 260px !important;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

button.close {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-image: none;
    -webkit-box-align: center;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 20px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    opacity: 0.20000000298023224;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-indent: 0px;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    text-transform: none;
    vertical-align: middle;
    width: 12px;
    word-spacing: 0px;
    writing-mode: lr-tb;
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.input-append {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.modal label {
    display: block;
    font-size: 12px;
    line-height: normal;
    text-align: center;
}

.input-append input.bottom {
    height: 0 !important;
    width: 0 !important;
    float: none;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.input-append input {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    padding: 0 6px;
    line-height: 18px;
    color: #555;
    width: 210px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/pie.htc);
}

.input-append {
    position: relative;
}

.input-append input#magic, .input-append input#usepriem {
    padding: 0;
    width: 0;
    height: 0;
}

.modal .btn {
    line-height: 18px;
    font-size: 12px;
    padding: 0 12px;
    height: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/pie.htc);
}

#main {
    padding-left: 5px;
}

.game {
    overflow: hidden;
    padding: 0 0 0 550px;
}

.game.info {
    overflow: hidden;
    padding: 10px 0 0 260px;
}

.game_left {
    float: left;
    margin: 0 0 0 -550px;
    width: 550px;
}

.game.info .game_left {
    float: left;
    margin: 0 0 0 -250px;
    width: 250px;
}

.game_right {
    float: right;
    width: 100%;
    font-size: 10px;
}

.game.info h3.names {
    padding: 0;
}

.komplekt-form {
    font-size: 13px;
    cursor: move;
    background: #cbc4aa;
    padding: 5px 0 5px 0;
    border: 1px solid #cbc4aa;
    width: 240px !important;
    z-index: 1200;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.komplekt-form .form-title {
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}

.komplekt-form .form-title .close {
    position: absolute;
    right: 5px;
    top: -7px;
}

.komplekt-form .form {
    padding: 5px;
    text-align: center;
}

.komplekt-form .form label {
    display: block;
    text-transform: lowercase;
    font-size: 11px;
    padding-bottom: 5px;
}

.komplekt-form .form input#komplekt {
    height: 18px;
}

.komplekt-form .form .btn {
    height: 20px;
    line-height: 14px;
    padding: 0;
    text-align: center;
    width: 40px;
    font-size: 10px;
    font-weight: bold;
}

.main_icon {
    position: absolute;
    right: 1px;
}

.personag_more {
    width: 250px;
    text-align: center;
}

.personag_more p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: 16px;
}

.personag_more p.city {
    font-size: 13px;
}

.line {
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-left-style: inset;
    border-left-width: 1px;
    border-right-style: inset;
    border-right-width: 1px;
    border-top-style: inset;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    display: block;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 1px;
    line-height: normal;
    text-align: start;
    white-space: normal;
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
}

.personag_data p.message {
    margin: 0;
    padding: 0;
}

.personag_data.right {
    float: none !important;
    padding: 0 15px;
    width: 100%;
}

.personag_data .red {
    margin: 5px 0;
}

.data_right {
    padding: 25px 0 0 0;
}

span.present {
    display: block;
    font-size: 13px;
    padding: 0 0 5px 0;
}

.present-holder {
    padding: 15px 0 0 15px;
}

.card {
    padding: 15px 0 10px;
    0;
}

.anketa {
    padding: 10px 0;
}

.anketa ul.one {
    padding: 15px 0 0 0;
}

span.red, span.block {
    display: inline-block;
    color: #F00;
    font-size: 13px;
    background: #fae0e0;
    font-weight: bold;
}

.personag_more .small {
    font-size: 11px;
}

.personag_more .center {
    display: block;
}

.bottom-data {
    padding: 15px 0 0 0;
}

.bottom-data .penalty {
    font-size: 13px;
}

.bottom-data .penalty span {
    font-style: italic;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.tbl_nav {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 5px 0 0;
}

.tbl_nav td {
    background: #99CCCC;
    border-left: 1px solid #fff;
    text-align: center;
    padding: 2px;
}

.tbl_nav td.m {
    border: none;
    padding: 0 10px 0 20px;
}

.tbl_nav td.active {
    background: #BBDDDD;
}

.tbl_nav td a {
    color: #003388;
}

.tbl_nav td a:hover {
    color: #0066ff;
    text-decoration: none;
}

.add_box {
    overflow: hidden;
}

.add_box .app_add select {
    border: 1px solid #000;
}

.add_box_left {
    float: left;
    width: 420px;
}

.add_box_right {
    float: right;
    width: 175px;
    position: relative;
    padding: 30px 0 0;
}

.add_box_right .btn_white {
    position: absolute;
    top: 10px;
    right: 0;
}

.add_box_left .btn_white {
    margin: 5px 0 0;
    line-height: 18px;
}

.add_box_left .batle_error {
    display: block;
    padding: 10px 0 0;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
}

.add_box_left p {
    padding: 0;
}

.btn_white {
    line-height: 18px;
}

.add_box .btn_white_add {
    margin: 0;
}

.app_add {
    position: relative;
    -webkit-border-image: none;
    border-bottom-color: rgb(240, 240, 240);
    border-bottom-style: groove;
    border-bottom-width: 2px;
    border-left-color: rgb(240, 240, 240);
    border-left-style: groove;
    border-left-width: 2px;
    border-right-color: rgb(240, 240, 240);
    border-right-style: groove;
    border-right-width: 2px;
    border-top-color: rgb(240, 240, 240);
    border-top-style: groove;
    border-top-width: 2px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    margin: 15px 0 10px 0;
    padding: 15px 10px 10px 10px;
}

.add_box_right .app_add {
    padding: 15px 10px 10px 10px;
}

.title_add {
    position: absolute;
    background: #f4f4f4;
    top: -9px;;
    left: 10px;
    padding: 0 2px;
}

.app_add select {
    -webkit-appearance: menulist-button;
    -webkit-border-image: none;
    -webkit-box-align: center;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(0, 0, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: default;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 19px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    width: 90px;
    word-spacing: 0px;
    writing-mode: lr-tb;
}

.add_box_left .app_title {
    padding: 10px 0 5px 0;
    color: #F00;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.add_box_left .left-buttons span {
    position: relative;
    top: 3px;
}

.add_box_right .box_rb {
    height: 20px;
    padding: 4px 0 0 20px;
}

.add_box_right .box_rb input, .add_box_right .box_rb label {
    display: inline !important;
    float: none !important;
    margin: 0;
}

.add_box_right .box_rb label {
    position: relative;
    top: 2px;
}

ul.data {
    margin: 0 0 10px 0;
}

.rightboxmain {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.rightboxmain .rightbox {
    float: right;
}

.game_right_bot {
    text-align: right;
}

a.btn_white {
    color: #003388;
    line-height: 16px;
    margin-top: 10px;
}

a.btn_white:hover {
    text-decoration: none;
    color: #0066ff;
}

a.ability {
    font-style: normal;
    font-size: 13px;
}

a.exp:hover, a.ability:hover {
    text-decoration: none;
}

.user_online {
    font-size: 14px;
}

.user_online .user-count {
    font-weight: bold;
}

.loader_room .loader .line {
    margin: 0 !important;
    border: none !important;
}

input #ssmtext {
    font-size: 14px;
}

.logs {
    padding: 5px;
}

.batle_field_one {
    margin: 0 auto;
}

.batle_field_btn .petico {
    vertical-align: bottom;
    padding-bottom: 4px;
}