

#zenderbox a, #stopbutton {
	color: #00a0ff;
}

body {
	background-color: #202020;
	color: #fafafa ;
	font-family: system-ui, -apple-system, cantarell, calibri, sans-serif;
}

details summary {
	color: #00a0ff;
}
summary::marker {
		color: #20f7a0;
}
details {
	cursor: pointer;
}

ul {
	padding-left: 1em;
}

@media screen and (max-width: 600px) {
	details, details a, #stopbutton {
		line-height: 35px;
	}
}

