.post_body {
	font-size: 22px;
	width: 100%;
}


.post_body a {
	color: bisque;
}

.yellow {
	color: yellow;
}

.main {
}

.chapters {
    counter-reset: item;
	list-style-type: none;
}

.chapters > li {
	margin-top: 50%;
}

.chapters > .soundofcannon {
	margin-top: 20%;
}

.chapters > li:before {
    content:  counter(item, upper-roman) '\A' '\A';
    counter-increment: item;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	display: block;
	margin-bottom:15%;
}


.chapters p {
	margin: auto;
	margin-top: 0.5%;
	text-indent: 5%;
}

.soundofcannon p {
	width: 90%;
}

.soundofcannon {
	margin-top:10%;
}

.soundofcannon ul {
	list-style-type: none;
}

body {
	background-color: #8b2705;
	color: white;
}

.post {
	border: none;
	width: 100%;
	max-width: none;
	margin: auto;
}

.handbill {
    counter-reset: rowNumber;
	margin: auto;
	width: 100%;
}

.handbill tr > td:first-child
{
    counter-increment: rowNumber;
}

.handbill tr td:before
{
    content: counter(rowNumber, upper-roman);
	font-weight: bold;
    min-width: 1em;
    margin-right: 0.5em;
}


.img {
	display: flex;
	width: 100%;
}



.img img {

}

.handbill {
	border-collapse: collapse;
}

.handbill th {
	text-transform:uppercase;
}


td:first-child {
	border-right: 1px solid white;
}

.handbill td {
	padding-left:2%;
	padding-bottom:1%;
}

.handbill th {
	padding-left:5%;
	padding-bottom:5%;
}
