/*	Import Bootstrap CSS	*/

@import url("default.css");
@import url("charts.css");

.chart wall#back {			/*	Chart background	*/
	background: linear-gradient(to bottom right, rgb(16,110,16), white); /* black, white */
}

.tides wall#back {			/*	Chart background	*/
	background: linear-gradient(to bottom right, rgb(105,164,166), white); /* black, white */
}

.waves wall#back {			/*	Chart background	*/
	background: linear-gradient(to bottom right, rgb(  0, 21,145), white); /* black, white */
}

.chart axis labels {
	color: white;
}

.gauge labels {	
	color: white; 
}

.gauge marks {	
	color: white; 
}

.gauge back {	/*	Gauge background	*/
	background: radial-gradient(50px, white, rgb(16,110,16), rgb(16,110,16)); /* black, white */
}

.tides back {			/*	Chart background	*/
	background: linear-gradient(to bottom right, rgb(105,164,166), white); /* black, white */
}

.waves back {			/*	Chart background	*/
	background: linear-gradient(to bottom right, rgb(  0, 21,145), white); /* black, white */
}

