html, body 
{
	width: 100%; 
	height: 100%
}

body 
{
	margin-top: 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.themap 
{
	width: 100%; 
	height: 100%;
}

.thegraph 
{
	width: 100%; 
	height: 25%;
}

#panel 
{ 
	position: absolute; 
	top: 5px; 
	left: 50%; 
	margin-left: -400px; 
	z-index: 5; 
	background-color: #fff; 
	padding: 2px; 
	border: 1px solid #999; 
}

.linegraphs {
	padding-right: 10px;
	float: left;
	width: 100%;
	min-width: 100px;
}

.row {
  margin:0 !important;
}




