#split {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#list_column {
    max-width: 30em;
    felx: 50%;
    margin-right: 0.2em;
    background-color: aliceblue;
    padding: 0.5em;
    border-radius: 0.5em;
}

#detail_column {
    max-width: 30em;
    flex: 50%;
    margin-left: 0.2em;
    background-color: lightyellow;
    padding: 0.5em;
    border-radius: 0.5em;
}

#detail_split {
    display: flex;
    flex-wrap: wrap;
}

#rankup_column {
    flex: 50%;
    margin-right: 0.3em;
}

#injury_column {
    flex: 50%;
    margin-left: 0.3em;
}

.card {
    border-style: outset;
    margin: 0.5em 0;
    padding: 0.3em;
    background-color: white;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: center;
}

td {
    border: 1px solid black;
    background-color: #FFF;
}

th {
    border: 1px solid black;
    background-color: #EEE;
    font-weight: bold;
}

.table {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: center;
}

.table-cell {
    display: table-cell;
    border: 1px solid black;
    background-color: #FFF;
}

.icon-button {
    float: right;
    padding: 0;
    width: 2em;
    text-align: center;
    border-radius: 0.2em;
    height: 2em;
    margin-top: -0.2em;
}

.power-die {
    font-size: 2em;
    height: 0.5em;
    margin-top: -2em;
    display: inline-block;
}

h1 {
    font-size: 1.5em;
    margin: 0.5em 0;
    color: chocolate;
}

h2 {
    font-size: 1.2em;
    margin: 0.5em 0;
    color: brown;
}

h3 {
    padding-bottom: 0.2em;
    color: darkred;
    display: inline;
    font-size: 1.05em;
    font-weight: bold;
}

.sub3 {
    color: darkred;
    font-size: 1.05em;
}

hr, .vr {
    border: 1px dimgrey solid;
}

.insert {
    margin: 0.2em 0;
}

summary {
    text-decoration: underline;
}

ul {
    margin: 0.5em 0;
}

li {
    margin-bottom: 0.3em;
}
