#chartdiv

{
 	position: relative; 
	float: left;
/* 	left: 100px; */
	width: 100%;
	height: 90%;
	top: 0px;
	border: 1px solid black;
	margin-top: 2%;
	margin-left: 1%;
		
}


#bardiv{
		position: relative;
		float:left;
		margin-left: 20px;
		margin-top: 2%;
		width: 40%;
		height: 300px;
/* 		border: 1px solid black; */
}


.title{
/* 			border: 1px solid black; */
			
			
			float: right;
			width: 100%;
			font-size: 20px;
			font-family: sans-serif;
			color: green;
			
		}

.maptitle{
/* 			padding-top: 35%; */
			vertical-align: middle;
/* 			height: 100px; */
			}


/* teambartitle{
	
	
} */

/* #setup_body{
				width: 90%;
	
			} */


.setup{
		font-family: sans-serif ;
		font-size: 16;
		}



#chartdiv{
		height: 90%;
		background_color: #FFFFFF
	
	
}