body, html { 
	height: 100%;
	width: 100%;
	margin: 0px;
}

.custom-container  {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;   
}

#map {			
	width: 100%;
	height: 100%;
}

#map path {
	cursor: pointer;
}

.box {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica;
}

.info {
	top: 40px;
	left: 20px;
}

.info .title {
	font-weight: bold;
	color: #666;
}

.info .state {
	font-weight: bold;
}

.legend {
	right: 20px;
	bottom: 20px;
	color: #555;
}

.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}