body {
	background: black;
}
* {
	color: white;
	font-family: "Arimo";
	padding: 0;
	margin: 0;
	font-size: 18px;
	letter-spacing: 0.04em;
}
input {
	color: black;
}
/*Größen*/
.w0:before {
	content: ' \25CF';
	font-size: 10px;
}
.w1:before {
	content: ' \25CF';
	font-size: 40px;
}
.w2:before {
	content: ' \25CF';
	font-size: 80px;
}
.w3:before {
	content: ' \25CF';
	font-size: 160px;
	line-height: 100px;
}
.circle { height: 10px;} 

/*Farben*/
.a1 {color: red;}
.a5 {color: #09DE0C;}
.a4 {color: #9BDE09;}
.a2 {color: orange;}
.a3 {color: yellow;}

/*Tabelle*/
table {max-width: 80%; margin: 100px auto;}
td {text-align: center; vertical-align: middle; max-width: 50px; max-height: 50px;}
td.topic {text-align: left; vertical-align: middle; max-width: 150px;}
td.text {text-align: left; vertical-align: middle; max-width: 200px;}
td {height: 120px;}
td.compare {height: 50px;}
.black {color: black;}

.header td, .count {
	font-size: 14px !important;
	letter-spacing: 1px;
}