body { font-size: 120%; } h1 { font-size: 1em; } article { display: none; margin: 6px; } .reference { text-align: right; } ul.readings { display: block; padding-left: 0; } ul.readings li { display: block; list-style: none; list-style-position: inside; width: 50%; } ul.readings li:nth-child(even) { float: left; } ul.readings li:nth-child(odd) { float: right; text-align: right; } footer.acknowledgment { display: block; margin-top: 2ex; }