div#wrapper.papers {
	width: 70%;
	min-width: 750px;
	position: relative;
	text-align: left;
}

ol#papers {
	font-size: 0.85em;
	list-style-type: none;
	margin-right: 146px;
	padding-right: 1em;
	border-right: 2px solid #ee4;
}

ol#papers li {
	margin-left: 3.5em;
	margin-bottom: 1.337em;
}

ol#papers span.number {
	font-weight: bold;
	float: left;
	margin-left: -3.5em;
	width: 2.6em;
	text-align: right;
}

ol#papers span.title {
	font-weight: bold;
	display: block;
}

ol#papers span.authors {
	display: block;
}

ol#papers span.journal {
	font-style: italic;
}

div#wrapper.papers div#gator {
	text-align: center;
	position: absolute;
	bottom: 50%;
	right: 16px;
	margin-bottom: -54px;
}

div#wrapper.papers div#gator a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

table#yearst a {
	color: #fff;
	display: block;
	padding: 0.3em 0.4em;
}

table#yearst a:hover {
	background: #009;
	text-decoration: none;
}

table#yearst {
	font-size: 0.8em;
	margin: 0 auto 1em auto;
	/* background: #33c; */
}

table#yearst td {
	background: #007;
}

table#yearst td.blank {
	background: transparent;
}

ul#years {
	font-size: 1em;
	margin: 1em 0;
	text-align: center;
}

ul#years li {
	list-style-type: none;
	display: inline;
	margin-right: -2px;
	line-height: 2em;
}

ul#years li a, ul#years li span {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1em;
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 2px solid #33c;
	background: #007;
}

ul#years li a:hover {
	background: #009;
}

ul#years li span {
	background: #11b;
}

ul#years li span.disabled {
	background: #007;
	color: #999;
}