body.mapbody { /*background-color: #fff;*/ }
.mapbody footer { margin-top: 0; }

#map_wrapper {
	position: relative;
}

#timespan {
	width: 100%;
	background-color: lightgrey;
	clear: both;
	padding: 0.75em 0;
	font-size: 0.75em;
	text-align: center;
}

#timespan .range { margin-right: 1em; }

#timemap {
	clear: both;
}

#timelinecontainer{
	width: 100%;
	height: 225px;
}

#timeline{
	width: 100%;
	height: 100%;
	font-size: 11px;
}

#mapcontainer {
	width: 100%;
	height: 100%;
}

#map {
	width: 100%;
	height: 100% !important;
}

.infotitle {
    font-size: 13px;
    font-weight: bold;   
}

/* Unsure what these classes target - NDA */
.infodescription {
    font-size: 11px;
    color: #505050;
    margin-right: 20px;  
    border: 1px solid red;
}

.infodescription .episodes {	
	text-align:right;
	width: 200px;
	float: right;	
}

.infodescription .location {
	float: left;
	width: 400px;
}

.infodescription .details {
	clear: both;
	border-top: 1px dotted #C0C0C0;
}

.infodescription .details .episode_details {
	text-align: right;
}

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

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

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