.performance {
	float: right;
	width: 46%;
	margin-left: 20px;
}
.performance img { border: 1px solid white; }
@media(max-width: 700px) { 
	.performance {
		float: none;
		width: 100%;
		margin: 0;
	}
	.performance img {
		max-width: 80%;
		margin: 0 auto;
		border: none;
	}
}

.poem header {
	font-family: "Routed Gothic", sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 2%;
	margin-bottom: 0;
}
.poem .body { font-style: italic; }
.poem footer {
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	border-top: 1px dotted #444;
}

.poem {
	break-inside: avoid;
	margin-bottom: 20px;
}
.poems .poem:last-of-type { margin-bottom: 0; }
.poems {
  column-count: 2;
  column-gap: 1em;
}
.poem.single {
  width: 365px;
  max-width: 100%;
  margin: 0 auto;
}
@media(max-width: 840px) {
	.poems { column-count: 1; }
	.poems .poem {
    width: 365px;
    max-width: 100%;
    margin: 0 auto;
  }
	.poems .poem + .poem { margin-top: 20px; }
}

.performer { text-align: center; }

.corner li {
	vertical-align: top;
	width: 100%;
}
.corner li + li { margin-top: 20px; }

.corner .verb, .corner .line, .corner .object {
	vertical-align: top;
	display: inline-block;
}
.corner .line { width: 100%; }
.corner .verb { width: 44.35%; }
.corner .object { width: 52%; }
.corner .note {
	float: right;
	vertical-align: bottom;
}
@media(max-width: 520px) {
	.corner .note.fold { float: none; }
		.corner .note.decorative { display: none; }
}
