1<style>
2 /* Display the full TOC */
3 nav {
4 column-count: auto;
5 -moz-column-count: auto;
6 -webkit-column-count: auto;
7 }
8 nav ul ul {
9 display: block;
10 padding-left: 2em;
11 }
12 #influences blockquote p:last-child {
13 color: #999;
14 }
15</style>
16