@charset "utf-8";
/* CSS Document */

/* In der Haupt-CSS-Datei */
@import url("main.css.php");

html { 
	background-image: none;
}

h3 {
    text-shadow:none;
}

.chart-canvas {
    width: 95%; /* Standardbreite in Prozent */
    height: 240px; /* Standardhöhe in Pixel */
}