span.undefined {
	color: red;
}

.bibtable {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.bibchart {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.year {
	position: relative;
	height: 100%;
	border-bottom: 1px solid black;
	display: inline-block;
}

.yearlabel {
	position: absolute;
	bottom: -23px;
	text-align: center;
	width: 100%;
	font-size: smaller;
}

.pub {
	border: 1px solid white;
	background-color: #eee;
}

.inproceedings {
	background-color: #ccf;
}

.article {
	background-color: #beb;
}

.inbook {
	background-color: #eaa;
}

.phdthesis {
	background-color: #999;
}

.unpublished {
	background-color: #eae;
}

.mastersthesis {
	background-color: #eea;
}

.techreport {
	background-color: #b77;
}

.legend .pub {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px 0 15px;
}

.legend {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display td {
	padding: 3px 10px;
}

	table.display td.center {
		text-align: center;
	}

div.hidden {
	display: none;
}

div.bibinfo {
	width: 80%;
	position: fixed;
	top: 100px;
	left: 10%;
	background-color: #bbb;
	border: 3px solid #fff;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	z-index: 50;
}

#shutter {
	background-color: #555;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

a.bibclose {
	background-color: #BBBBBB;
	border: 3px solid #FFFFFF;
	color: black;
	float: left;
	font-size: 20px;
	height: 20px;
	left: -25px;
	line-height: 20px;
	padding: 3px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: -25px;
	width: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

div.bibinfo pre {
	clear: both;
}

.dataTables_wrapper {
	font-size: 16px;
}

.yearlabel {
	font-size: 16px;
	padding-top: 2px;
}