/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
	height: 83%;
	width: 90;
	float: bottom;
	clear: both;
}

  /* Optional: Makes the sample page fill the window. */
html, body {
	height: 100%;
	width: 99%;
	margin: 0;
	padding: 0;

}

#ControlPanel{
	display: inline-block;
	border: 2px #739346 solid;
	padding: 9px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-radius: 40px;
	margin: 5px;
}



#ControlButtons{
	margin: auto;
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	

}

#LineThickness{
	display: inline-block;
	float: left;
	margin-left: 3px;
	margin-right: 3px;

}

#ColourOpacity{
	display: inline-block;
	float: left;
		margin-left: 3px;
	margin-right: 3px;
}

#buttons3{
	display: inline-block;
	float: left;
	padding-left: 10px;

}	  

#FillColour {
	display: inline;
	float: left;
	padding-left: 10px;

}

#color-palette1 {
	vertical-align: middle;
	display: inline;
}

#ThirdRow {
	clear: left;
}

#SecondRow> div  > p{
	margin: 5px;
}

#FillColour > p { 
 margin-top: 5px;
 display: flex;
 float: left;
}
.color-buttons1 {
	width: 14px;
	height: 14px;
	font-size: 0;
	margin: 2px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	display: inline;
	cursor: pointer;
}
