div#timemap {
padding: 1em;
}

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

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

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

/*These are bull values, just to be sure :)*/
div#mapcontainer img {
 max-width: 1024px;
 max-height: 1024px;
}

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

div#timelinecontainer.img{
float:left;
}

div.infotitle {
    font-size: 14px;
    font-weight: bold;
}
div.infodescription {
    font-size: 14px;
    font-style: italic;
}

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

.timeline-copyright {
	width: auto;
	height: auto;
}