div.stat-block {
    color: black;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2em;
}

div.stat-block h1, 
div.stat-block h2, 
div.stat-block h3, 
div.stat-block h4, 
div.stat-block h5{
    display: inline-block;
    line-height: 0em;
    width: 100%;
    color: #51270f;
}

div.stat-block h1 {
    margin-top: 12px;
    font-family: 'Times New Roman', Times, serif;
    /* text-transform: uppercase; */
    font-size: 2.0em;
    font-weight: bold;
    font-variant: small-caps;
}
/* 
div.stat-block h1 span.first-letter {
    font-size: 125%;
} */

div.stat-block div.end {
    position: relative;
    height: 6px;
    border: 1px solid black;
    background-image: url('../images/stat-block-ends.jpg');
    background-position-y: -100px;
    background-size: 100% auto;
    z-index: 1;
}

div.stat-block div.data {
    position: relative;
    width: calc(100% - 6px);
    margin: 0 3px;
    background-color: rgb(255, 238, 194);
    background-image: url('../images/paper.jpg');
    background-size: 100% 100%;
    padding: 5px;
    box-shadow: 0px 0px 20px black;
    z-index: 0;
    font-size: 0.9em;
}

div.stat-block div.data section {
    border-top: 3px solid rgb(150, 19, 15);
    margin-top: 4px;
    padding-top: 4px;
}

div.stat-block div.data {
    font-size: 0.9em;
}

div.stat-block div.data span.description {
    font-style: italic;
}

div.stat-block div.data span.key {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #51270f;
    margin-right: 6px;
}

div.stat-block div.data section.attributes {
    display: grid;
    grid-column-gap: 0;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

div.stat-block div.data section.attributes div {
    display: block;
    text-align: center;
    margin: 3px 2px;
}

div.stat-block div.data section.attributes div span {
    display: inline-block;
    padding: 0 2px;
}

div.stat-block div.data section.attributes div span.key {
    display: block;
}

div.stat-block div.data section.traits.no-border {
    border-top: 0;
}

div.stat-block div.data span.trait {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 6px;
    font-style: italic;
}

div.stat-block div.data section.traits div {
    margin: 6px 0;
}

div.stat-block div.data section.traits .actions {
    font-variant: small-caps;
    color: #51270f;
    font-size: 1.3em;
    /* text-transform: uppercase; */
    font-weight: bold;
    border-bottom: 1px solid #51270f;
}

/* div.stat-block div.data section.traits .actions::first-letter {
    font-size: 125%;
} */

div.stat-block span.roll {
    border-bottom: 1px dotted black;
    cursor: pointer;
}
