* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 18px;
}

body {
    max-width: 760px;
    padding: 10px;
    color: #202020;
    background: #f7f3e8;
    font-family: Tahoma, Helvetica, Arial, "Microsoft YaHei", "SimSun", sans-serif;
}

a {
    color: #0044aa;
    text-decoration: underline;
}

input,
button,
select,
textarea {
    border: 1px solid #777;
    background: #fff;
    min-height: 28px;
    padding: 2px 6px;
}

textarea {
    width: 100%;
    max-width: 720px;
}

button {
    color: #111;
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 1px dotted #999;
    margin: 8px 0;
}

.block-container {
    width: 100%;
}

.page-title {
    color: #111;
    font-weight: bold;
}

.muted {
    color: #666;
}

.danger {
    color: #cc0000;
}

.success {
    color: #137333;
}

.important {
    color: #9a3412;
    font-weight: bold;
}

.section {
    margin: 8px 0;
}

.inline-form {
    display: inline;
}

.inline-form button {
    margin: 2px 4px 2px 0;
}

.exit-list .inline-form {
    display: block;
}

.line-list div,
.line-list li {
    list-style: none;
}

.pager {
    margin-top: 8px;
}

.battle-message-list {
    margin: 4px 0 4px 18px;
}

.battle-message-list li {
    line-height: 24px;
}

.page-navigate-bar {
    border-top: 1px dotted #999;
    margin-top: 10px;
    padding-top: 8px;
}

.nav-line {
    margin: 2px 0;
}

.task-sign {
    color: #cc0000;
    font-weight: bold;
    margin-right: 2px;
}

.quality-normal { color: #333; }
.quality-fine { color: #147a32; }
.quality-rare { color: #1456c8; }
.quality-epic { color: #7b2cbf; }
.quality-legendary { color: #b45309; }

.local-map-wrap {
    margin: 8px 0 4px;
}

.local-map-title {
    font-weight: bold;
}

.local-map {
    position: relative;
    display: grid;
    grid-template-columns: 68px 68px 68px;
    grid-template-rows: repeat(5, 38px);
    width: 210px;
    padding: 8px 4px;
    border: 1px solid #333;
    background: #fffdf7;
}

.local-map::before {
    content: "";
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 50%;
    border-left: 2px solid #ded8c6;
    transform: translateX(-1px);
}

.local-map-cell {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.local-map-cell:nth-child(4)::after,
.local-map-cell:nth-child(5)::after,
.local-map-cell:nth-child(7)::after,
.local-map-cell:nth-child(8)::after,
.local-map-cell:nth-child(10)::after,
.local-map-cell:nth-child(11)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    width: 18px;
    border-top: 2px solid #ded8c6;
    transform: translateY(-1px);
}

.local-map-current {
    width: 58px;
    height: 24px;
    margin: auto;
    border: 1px solid #cc0000;
    color: #cc0000;
    background: #fff;
}

.local-map-exit {
    color: #0044aa;
}

.local-map-outer {
    color: #111;
}

@media (max-width: 420px) {
    * {
        font-size: 17px;
    }
}
