html {
    background: #222222;
    color: #E7E2E1;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    letter-spacing: -0.6;
    text-shadow: -1px -1px #3D1408, 1px -1px #3D1408, -1px 1px #3D1408, 1px 1px #3D1408;
}

body {
    margin: 0 auto;
    max-width: 350px;
}

a {
    text-decoration: none;
    color: #E7E2E1;
}

button {
    border: none;
}

input {
    text-decoration: none;
    background: none;
    border: none;
    color: #E7E2E1;
}

header {
    display: block;
    height: 47px;
    background: linear-gradient(to top, #921519, #57342E);
    padding: 3px 3px 3px 3px;
    box-shadow: 0 0 5px black;
}

footer {
    display: block;
    height: 47px;
    background: linear-gradient(to bottom, #242424, #353535);
    padding: 3px 3px 3px 3px;
    border-top: 2px solid #57342E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 5px black;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    outline: 0;
    margin-top: -1px;
}

.game {
    padding: 8px;
    font-size: 14px;
    box-shadow: 1px 1px 1px #582E0F inset, -1px -1px 1px #582E0F inset, 0 0 5px black;
    background: #181818;
    background-size: cover !important;
    position: relative;
}

.field,select {
    background: #1F1F1F;
    margin: 4px 0px;
    padding: 2px;
    box-shadow: 0 0 3px black;
    border: 1px solid #292929;
    color: #ddd;
    min-width: 50%;
    /* text-align: right; */
}

.tab {
    display: inline-block;
    background: #303030;
    font-size: 16px;
    padding: 4px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #080807;
    margin: 0px -1px;
}

.page {
    display: inline-block;
    background: #303030;
    font-size: 16px;
    padding: 4px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #080807;
    margin: 0px -1px;
}

.tab-active {
    background: #921519;
    background: -webkit-linear-gradient(180deg,rgba(146, 21, 25, 1) 0%, rgba(87, 52, 46, 1) 100%);
    background: -moz-linear-gradient(180deg,rgba(146, 21, 25, 1) 0%, rgba(87, 52, 46, 1) 100%);
    background: linear-gradient(180deg,rgba(146, 21, 25, 1) 0%, rgba(87, 52, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#921519",
    endColorstr="#57342E",
    GradientType=0
    );
    z-index: 2;
    position: relative;
    font-size: large;
}

.tab-left {
    margin-right: -4px;
}

.tab-right {
    margin-left: -4px;
}

.block {
    display: block;
    border: 1px solid #252525;
    padding: 8px;
    font-size: 14px;
    box-shadow: 2px 2px black, -2px -2px black, -2px 2px black, 2px -2px black, 3px 3px #3D3D3D, -3px -3px #3D3D3D, -3px 3px #3D3D3D, 3px -3px #3D3D3D, 4px 4px black, -4px -4px black, -4px 4px black, 4px -4px black;
    margin: 0 3px;
}

.button {
    background: url('/data/fw_image/style/button_left.png') no-repeat 0% 0%, url('/data/fw_image/style/button_right.png') no-repeat 100% 0%, url('/data/fw_image/style/button_center.png') repeat-x 0% 0%;
    height: 28px;
    margin: 4px 0px;
    display: inline-block;
    color: #FFF7C5;
    text-shadow: -1px -1px #3D1408, 1px -1px #3D1408, -1px 1px #3D1408, 1px 1px #3D1408;
    border-radius: 1px;
    cursor: pointer;
    padding: 5px 12px;
    margin-right: 8px;
    /* padding-top: 5px; */
}

.FW_Link {
    display: block;
    background: url('/data/fw_image/style/buttons_left.png') no-repeat 0% 0%, url('/data/fw_image/style/buttons_right.png') no-repeat 100% 0%, url('/data/fw_image/style/buttons_center.png') repeat-x 0% 0%;
    padding: 3px 15px 8px 15px;
    margin: 3px 0px;
}

.FW_Link_Icon {
    display: inline-block;
    margin: -6px 0px -10px -10px;
}

.FW_Link_IconX {
    height: 20px;
    max-width: max-content;
    margin-left: -3px;
    margin-right: 6px;
}

.FW_Link:hover{
    filter: brightness(1.1);
    font-size: medium;
}

.no {
    opacity: .50;
}

.notify {
    text-align: left;
    padding: 10px 44px;
    margin: 4px 0px;
    position: relative;
}

.notify::before,.notify::after  {
  content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    background: url(/data/fw_image/style/notify2.png) no-repeat left;
    background-size: contain;
}

.notify::before {
  left: 0;
}

.notify::after {
  right: 0; /*  Располагаем картинку справа */
  transform: scaleX(-1); /*  Отражаем картинку по горизонтали */
}

.notify.error::before, .notify.error::after{
    filter: hue-rotate(0deg);
}

.notify.warning::before, .notify.warning::after{
    filter: hue-rotate(53deg);
}

.notify.success::before, .notify.success::after{
    filter: hue-rotate(90deg);
}


.success {
    color: #b9deb9;
    background: #2f5922;
    box-shadow: 1px 1px 0 #3d7447, -1px 1px 0 #3d7447, 1px -1px 0 #3d7447, -1px -1px 0 #3d7447, 2px 2px 0 black, -2px 2px 0 black, 2px -2px 0 black, -2px -2px 0 black;
}

.error {
    color: #deb9b9;
    background: #7c2021;
    box-shadow: 1px 1px 0 #743d3d, -1px 1px 0 #743d3d, 1px -1px 0 #743d3d, -1px -1px 0 #743d3d, 2px 2px 0 black, -2px 2px 0 black, 2px -2px 0 black, -2px -2px 0 black;

}

.warning {
    color: #ded1b9;
    background: #614222;
    box-shadow: 1px 1px 0 #74593d, -1px 1px 0 #74593d, 1px -1px 0 #74593d, -1px -1px 0 #74593d, 2px 2px 0 black, -2px 2px 0 black, 2px -2px 0 black, -2px -2px 0 black;
}

.header_game {
    display: block;
    margin-top: -5px;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #444444;
    background: linear-gradient(to top, #111111 0%, #333333 50%, #111111 100%)
}

.header_res {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 5px;
    width: 65%;
    transform: skew(-20deg);
    background: #1E0000;
    text-align: right;
    border: 1px solid #5E585D;
    text-shadow: -1px -1px 0 #3E1C01, 1px -1px 0 #3E1C01, -1px 1px 0 #3E1C01, 1px 1px 0 #3E1C01;
    font-size: 14px;
}

.header_game img {
    display: inline-block;
    margin-bottom: -3px;
}

.power {
    display: block;
    height: 200px;
    background-size: 100% 100%;
    border: 1px solid black;
    box-shadow: 0 0 50px black inset, 0 0 10px black;
    position: relative;
}

.p_text {
    display: block;
    background: #ffffff4f;
    padding: 5px;
    border: 1px solid black;
    bottom: 1;
    position: absolute;
    width: 90%;
}

.profile {
    display: block;
    height: 450px;
}

.params {
    display: block;
    border: 1px solid #412E28;
    border-radius: 1px;
    background: #120908;
    padding: 2px 5px;
    position: relative;
}

span.param_fill {
    display: block;
    height: 4%;
    width: 100%;
    background: #eac601;
    position: absolute;
    margin: 2px -5px;
}

.tpower {
    font-size: 19px;
    font-weight: bold;
    position: relative;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    color: black;
}

.tpower:after {
    content: attr(data-text);
    display: block;
    font-family: inherit;
    font-size: inherit;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, darkred, red);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
}

.footer {
    display: block;
    padding: 5px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    text-align: center;
    box-shadow: 0 0 5px #444444;
    text-shadow: 0 0 5px orange;
    box-shadow: 0 0 5px black;
    background: linear-gradient(to left, #33333350, #333333, #33333350)
}

.footer img {
    display: inline-block;
    margin: -5px 2px;
}

.info_bar {
    display: block;
    width: 100%;
    border-bottom: 1px solid #444444;
}

.exp_bar {
    display: block;
    width: 100%;
    border: 1px solid #555555;
    height: 7px;
    background: black;
    box-shadow: 0 0 3px gray;
    border-radius: 5px;
}

.exp_progress {
    display: inline-block;
    height: 7px;
    background: linear-gradient(to top, darkorange, yellow);
    border-radius: 5px;
}

.btn_red {
    display: block;
    color: #bf0000;
    border: 3px solid black;
    border-radius: 5px;
    background: linear-gradient(to top, #2f0700, #7b1200);
    margin: 5px 7px;
    font-size: 20px;
    box-shadow: 1px 1px 1px #580000, -1px 1px 1px #580000, 1px -1px 1px #580000, -1px -1px 1px #580000;
}

.btn_red img {
    display: inline-block;
    margin: 2px 1px -17px 5px;
    padding: 0 0 11 0;
}

.btn_gray {
    display: block;
    border: 3px solid black;
    border-radius: 5px;
    background: linear-gradient(to top, #222222, #444444);
    margin: 5px 7px;
    font-size: 20px;
    box-shadow: 1px 1px 1px #333333, -1px 1px 1px #333333, 1px -1px 1px #333333, -1px -1px 1px #333333;
}

.btn_gray img {
    display: inline-block;
    margin: 2px 1px -17px 5px;
    padding: 0 0 11 0;
}

.titles {
    display: inline-block;
    font-size: 15px;
    background: url('/data/fw_image/style/titles.png') center;
    text-shadow: 0 0 5px red;
    height: 30px;
    margin: -7px;
    line-height: 21px;
    width: 103.8%;
}

.blocks {
    display: block;
    border: 3px solid black;
    margin: 7 0;
    background: #222222;
    background: #22222270;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #333333, -1px 1px 1px #333333, 1px -1px 1px #333333, -1px -1px 1px #333333;
}

.battle_enemy {
    display: block;
    background: black;
    padding: 4px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.battle_enemy .img {
    display: block;
    float: right;
    margin: -21px -4px;
    border: 2px solid #222222;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    box-shadow: 0 0 5px #333333;
}

.battle_enemy .img img {
    border-radius: 20px;
}

.battle_hero {
    display: block;
    background: black;
    padding: 4px 0 0 45px;
    margin-bottom: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.battle_hero .img {
    display: block;
    float: left;
    margin: -23px -45px;
    border: 2px solid #222222;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    box-shadow: 0 0 5px #333333;
}

.battle_hero .img img {
    border-radius: 20px;
}

.astral td {
    display: inline-block;
    background: #00000099;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 0 0 5px black;
    margin: 2px;
    color: #51a9ff;
}

table.shop {
    display: block;
    margin: 5px;
    padding: 3px;
    border: 1px solid black;
    box-shadow: 1px 1px 0 #74613D, -1px 1px 0 #74613D, 1px -1px 0 #74613D, -1px -1px 0 #74613D, 2px 2px 0 black, -2px 2px 0 black, 2px -2px 0 black, -2px -2px 0 black;
    background: linear-gradient(to bottom, #1B284100, #1D222D);
}

.darkred {
    color: #bf0000;
}

.i {
    display: inline-block;
}

.footmenu {
    font-size: small;
    text-align: center;
    margin-top: 8px;
}

a.foot_href:hover {
    text-decoration: underline;
}

.head_url {
    display: inline-block;
    float: right;
    margin-right: 8px;
    margin-top: 9px;
    padding: 4px 10px 4px 10px;
    color: white;
    background: linear-gradient(to bottom, #921519, #57342E);
    border-radius: 10px;
    border: 1px solid darkred;
    box-shadow: 0 0 5px red;
    color: #DD2127;
    text-shadow: 0 0 1px red;
}

.progress-bar-stripes {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  width: 200%; 
  height: 100%;
  background-size: 50px 50px; 
  animation: moveStripes 2s linear infinite; 
  position: absolute;
  top: 0;
  left: 0;
}


.progress-bar-container {
  width: 100%;
  height: 14px;
  background: linear-gradient(to bottom, #594545, #1e0000);
  background: #1e0000;
  /* border-radius: 8px; */
  overflow: hidden;
  position: relative;
  margin: 4px 0px;
  transform: skew(-20deg);
  border: 1px solid #531414;
}



.progress-bar-value {
  height: 100%;
  background: linear-gradient(to top, #1e0000, #b13535);
  /* border-radius: 8px; */
  transition: width 0.3s ease;
}

.progress-bar-stripes {
    animation-play-state: paused;
}
.progress-bar-stripes:hover {
  animation-play-state: running; 
}


@keyframes moveStripes {
  0% { background-position: 0 0; }
  100% { background-position: 50px 50px; } 
}

.progress-bar-value-red {
    background: linear-gradient(to top, #a92121, #f86666);
}

.progress-bar-value-green {
    background: linear-gradient(to top, #0c4715, #44c934);
}

.links {
    background: url(/data/fw_image/_bg/links.png);
    background-size: cover !important;
}

.bg_bonus {
    background: url(/data/fw_image/_bg/bonus.png);
    background-size: cover !important;
}

.bg_hero {
    background: url(/data/fw_image/_bg/hero.png);
    background-size: cover !important;
}

.bg_blue {
    background: url(/data/fw_image/_bg/links.png);
    background-size: cover !important;
}

.bg_mine_silver {
    background: url(/data/fw_image/_bg/silver.jpg);
    background-size: cover !important;
}
.bg_mine_gold {
    background: url(/data/fw_image/_bg/gold.jpg);
    background-size: cover !important;
}
.bg_mine_ether {
    background: url(/data/fw_image/_bg/ether.jpg);
    background-size: cover !important;
}



.FW_Link_Anim {
  animation: fwlink_anim 3s linear infinite;
}


@keyframes fwlink_anim {
  0% {
    filter: hue-rotate(0deg); 
  }
  10% {
    filter: hue-rotate(30deg); 
  }
  20% {
    filter: hue-rotate(45deg); 
  }
  30% {
    filter: hue-rotate(60deg); 
  }
  40% {
    filter: hue-rotate(70deg); 
  }
  50% {
    filter: hue-rotate(60deg); 
  }
  60% {
    filter: hue-rotate(45deg); 
  }
  70% {
    filter: hue-rotate(30deg); 
  }
  80% {
    filter: hue-rotate(0deg); 
  }
  100% {
    filter: hue-rotate(0deg); 
  }
}


.x {
    display: block;
    margin: 6px 0px;
    padding: 8px;
    border: 1px solid black;
    box-shadow: 1px 1px 0 #74613D, -1px 1px 0 #74613D, 1px -1px 0 #74613D, -1px -1px 0 #74613D, 2px 2px 0 black, -2px 2px 0 black, 2px -2px 0 black, -2px -2px 0 black;
    background: #1B2841;
    background: -webkit-linear-gradient(180deg,rgba(27, 40, 65, 1) 0%, rgba(29, 34, 45, 1) 100%);
    background: -moz-linear-gradient(180deg,rgba(27, 40, 65, 1) 0%, rgba(29, 34, 45, 1) 100%);
    background: linear-gradient(180deg,rgba(27, 40, 65, 1) 0%, rgba(29, 34, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#1B284100",
    endColorstr="#1D222D",
    GradientType=0
    );
    position: relative;
}

.x.tr {
    background: #000000bf;
}

textarea {
    background: #1F1F1F;
    margin: 4px 0px;
    padding: 2px;
    box-shadow: 0 0 3px black;
    border: 1px solid #292929;
    color: #E7E2E1;
}

span.time {
    float: right;
    color: #5f5f5f;
    text-shadow: none;
}

.tab-disabled {
    color: #5f5f5f;
    text-shadow: none;
    filter: brightness(0.75);
}

.message {
    font-size: smaller;
}

.message_button {
    font-size: 10px;
    padding: 4px 0px;
}

.x.user-system {
    background: #1B2841;
    background: -webkit-linear-gradient(180deg, rgba(27, 40, 65, 1) 0%, rgba(51, 40, 22, 1) 50%, rgba(27, 40, 65, 1) 100%);
    background: -moz-linear-gradient(180deg,rgba(27, 40, 65, 1) 0%, rgba(51, 40, 22, 1) 50%, rgba(27, 40, 65, 1) 100%);
    background: linear-gradient(180deg, rgba(27, 40, 65, 1) 0%, rgba(51, 40, 22, 1) 50%, rgba(27, 40, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1B2841", endColorstr="#1B2841", GradientType=0 );
}


.msg-user-disabled {
    filter: blur(3px);
}

.content-no-view {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 30%;
}

a.FW_Link.FW_Link_Disabled {
    filter: opacity(0.5);
}

a.bb_btn {
    border: 1px solid #57482d;
    margin: 2px;
    padding: 2px;
    display: inline-block;
}

td.inv_cell {
    background: url(/data/fw_image/inv.png);
    background-size: cover;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
}

img.inv_cell {
    width: 65%;
}

.stars {
    background: url(/data/fw_image/stars/0_8.png);
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
}
.stars-0 {
    background: url(/data/fw_image/stars/0_8.png) no-repeat center;
}
.stars-1 {
    background: url(/data/fw_image/stars/1_8.png) no-repeat center;
}
.stars-2 {
    background: url(/data/fw_image/stars/2_8.png) no-repeat center;
}
.stars-3 {
    background: url(/data/fw_image/stars/3_8.png) no-repeat center;
}
.stars-4 {
    background: url(/data/fw_image/stars/4_8.png) no-repeat center;
}
.stars-5 {
    background: url(/data/fw_image/stars/5_8.png) no-repeat center;
}
.stars-6 {
    background: url(/data/fw_image/stars/6_8.png) no-repeat center;
}
.stars-7 {
    background: url(/data/fw_image/stars/7_8.png) no-repeat center;
}
.stars-8 {
    background: url(/data/fw_image/stars/8_8.png) no-repeat center;
}

img.nick_ava {
    height: 20px;
    vertical-align: middle;
}

img.nick_ava.nick_offline {
    filter: brightness(0.5);
}

.hero_info {
    background: #00000094;
    padding: 8px;
    bottom: 1;
    position: absolute;
    width: 95%;
}

.npc_talk_nzero {
    animation: mad-shake 0.8s infinite;
}

@keyframes mad-shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(-2px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

span.vxprm {
    display: inline-block;
    border: 1px solid #412E28;
    border-radius: 1px;
    background: #120908;
    padding: 2px 5px;
    position: relative;
    min-width: 30%;
}

span.kxprm {
    margin-right: 4px;
    min-width: 30%;
    display: inline-block;
}
.xprm {
    margin-bottom: 2px;
}

.versus {
    position: absolute;
    z-index: 2;
    font-size: 32px;
    font-family: hakim;
    align-self: center;
    place-self: center;
    justify-self: center;
}

a.button {
    margin: 0px;
}

.battle_pve_default {
    background: url(/data/fw_bg_battle/castle_1.png);
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 190px;
    background-repeat: no-repeat;
    position: relative;
}

.battle_pve_left, .battle_pve_right {
    height: 48px;
    width: 48px;
    top: 30%;
    position: absolute;
    display: block;
    margin: 24px;
}

.battle_pve_right {
    justify-self: right;
}

span.bpve_nick {
    position: absolute;
    top: -12px;
    justify-self: anchor-center;
    font-family: monospace;
    word-break: keep-all;
}

span.bpve_info {
    position: absolute;
    bottom: -15px;
    justify-self: anchor-center;
    text-align: right;
    font-size: smaller;
    display: block;
    left: -15px;
    font-family: monospace;
    word-break: keep-all;
}

.battle_pve_attack {
    position: absolute;
    bottom: 1;
    width: 100%;
}

.dbt {
    display: inline-block;
    float: right;
    border: 3px solid #5d312c;
    padding: 6px;
    margin: -2px -2px;
    border-radius: 5px;
    position: absolute;
    right: 1;
    bottom: 1px;
}

.dbh {
    border-radius: 5px;
    width: 64px;
    display: block;
    padding: 8px;
    position: relative;
}

.dbc {
    font-size: 14px;
    position: relative;
    padding-right: 5em;
}

.b3r {
    border: 3px solid #5d312c;
}

.dbt:hover {
    background: #5d312c;
}

.obj_img {
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    padding: 4px;
}

.iexpress {
    color: #858585;
    padding: 4px 4;
    border: 1px solid;
    cursor: pointer;
}

span.iexr {
    float: right;
    color: #ddd;
}

.dicm {
    position: absolute;
    width: 48px;
    bottom: 3px;
    font-size: smaller;
    font-family: monospace;
    background: #00000075;
    text-align: center;
}

.mini_info {
    color: #979696;
    font-size: smaller;
}

.zero {
    margin: 0;
    padding: 0;
}

.quote {
    border: 1px solid #74613d;
    border-left: 3px solid #74613d;
    padding: 4px;
}

img.smiles {
    height: 16px;
}

.disabled {
    filter: brightness(0.5) grayscale(1);
}

.text_silent {
    font-size: smaller;
    color: #7b7b7b;
}

.pgb_cblc {
    margin-top: -6px;
    margin-left: -5px;
    height: 18px;
}

.btnctr {
    justify-self: center;
    place-self: center;
    text-align: center;
    margin-top: 8px;
}

.bl_item {
    display: inline-block;
    border: 1px solid #616161;
    padding: 4px;
    margin: 4px;
    position: relative;
}

.bl_inv {
    display: inline-block;
}

.inv_info {
    position: absolute;
    bottom: 1;
    background: #0000009e;
    width: 97%;
    margin: 0px 0px -1px -3px;
    text-align: center;
    font-size: smaller;
}

span.icnt {
    font-size: x-small;
    color: #656060;
}


.tbti {
    background: black;
    border-radius: 5px;
    width: 80px;
    display: block;
    border: 3px solid #000000;
    margin: -2px -2px;
    border-right: 2px solid #000000;
}

.tbtt {
    font-size: 14px;
    padding-left: 4px;
}

.tbtb {
    display: inline-block;
    float: right;
    border: 3px solid black;
    padding: 3px;
    margin: -3px -3px;
    border-radius: 5px;
}

.p05 {
    padding: 0.5em;
}
.m05 {
    margin: 0.5em;
}

.xm05 {
    margin: -6px;
    float: right;
}

.pr0 {
    padding-right: 0;
}

.p0 {
    padding: 0;
}


.m0 {
    margin: 0;
}

.w100 {
    width: 100%;
}

.xt {
    font-size: 16px;
    border-bottom: 1px solid darkgray;
}

span.kit {
    padding: 4px;
    display: inline-block;
    border: 1px solid #74613d;
}