Index:The man from Snowy River and other verses.pdf/styles.css

/* block center poems */
.poem {
	display:table;
	margin:0 auto;
	position:relative; 
	width:auto;
	max-width:100%;
}

/* for page iv */
.edition-table {
	width:100%;
	font-style:italic;
	font-size:92%;
	line-height:1.4;
}
.edition-table td {
	padding-top:0;
	padding-bottom:0;
}
.edition-table tr :first-child {
	padding-left:2em;
}
.edition-table tr :nth-child(2) {
	text-align:center;
}
.edition-table tr :nth-child(3), .edition-table tr :nth-child(5), .edition-table tr :nth-child(6) {
	text-align:right;
}
.edition-table tr :nth-child(6), .edition-table tr :nth-child(7) {
	font-style:normal;
}
.edition-row {
	padding-left:0 !important;
}