body,
html {
	height: 100%;
	padding-top: 25px;
	width: 100%; 
	margin: 0; 
	background-color : black;
	color: white;
}

h1{
	size: 1.2em;
	font-style: oblique;
}

#map {
	width: 70%;
	height: 100%;
	float: left;
	z-index: 1;
}

#text {
	width: 25%;
	height: 100%;
	float: right;
	left: 75%;
}

#wordcloud {
	width: 80%;
	height: 70%;
	margin:0.5%;
	color: white;
	text-decoration-color: white;
	
}

#scatterplot{
	width: 80%;
	height: 70%;
	display: block;
	margin: 5%;
	color: white;
	text-decoration-color: white;

}

#sankey{
	width: 80%;
	height: 70%;
	display: block;
	margin: 5% 10%;
	color: white;
	text-decoration-color: white;
}


.axisWhite line{
	stroke: white;
	}

.axisWhite path{
	stroke: white;
	}

.axisWhite text{
	fill: white;
	}

.axisWhite colgroup{
	color: white;
}