div, p, h1 {
font-family: Calibri, "Franklin Gothic Book", Verdana, Arial, Helvetica, sans-serif;
}

div.nav-bar {
	text-align:center;
	margin-bottom:2em;
}

span.nav-bar-item {
	margin: 5px;
}

span.nav-bar-item span {
	font-weight:bold;
}

a {
	text-decoration:none;
}

p.content {
font-size: 12px;
width: 30em;
}

div#help {
font-size: 12px;
width: 45em;
padding: 1em;
}

div#timemap {
padding: 1em;
}

div#timelinecontainer{
width: 100%;
height: 200px;
}

div#timeline{
 width: 100%;
 height: 100%;
 font-size: 12px;
 background: #CCCCCC;
}

div#mapcontainer {
 width: 100%;
 height: 600px;
}

div#map {
 width: 100%;
 height: 100%;
 background: #EEEEEE;
}

div.infotitle {
    font-size: 12pt;
    font-weight: bold;
}
div.infodescription {
    font-size: 10pt;
	background-color:white;
	padding:5px;
	margin:5px;
    /* font-style: italic; */
}

div.custominfostyle {
    font-family: Georgia, Garamond, serif;
    font-size: 1.5em;
    font-style: italic;
    width: 20em;
}

.source-doc {
	padding:0px;
	margin:0px;
}

.source-doc.papers a {
	color:red;
}

.source-doc.works a {
	color:blue;
}

.doc-list-header {
	font-weight:bold;
}
.doc-list p:before {
	content: "» ";
}

span.event-id {
	color:gray;
	font-size:90%;
}

.timeline-event-label .event-has-docs {
	background-color:#FF9;
}

/*
.timeline-event-label .doc-count-5 {
	
}
.timeline-event-label .doc-count-10 {
	font-weight:bold;
}
.timeline-event-label .doc-count-15 {
	font-weight:bold;
}
.timeline-event-label .doc-count-20 {
	font-size:110%;
}
*/