body {
	/* background-color: #f7f7f7; */
	background-color: #eee;
	/* background-color: #fcfcfc; */
	font-family: 'Noto Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6, div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
	margin-top: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.filter {
	margin-bottom: 1.5em;
}

.whiteblock {
	background-color: white;
	padding: 1.5em;
	border-radius: 10px;

	/* box-shadow: 0px 1px 2px #aaa; */
	border: 1px solid #eee;
}

.filterblock {
	margin-bottom: 2em;
}

.bignumber {
	font-size: 2.25em;
	font-family: 'Montserrat', sans-serif;
}

.caption {
	font-weight: bold;
	color: gray;
}

.icon-front {
	font-size: 4em;
	color: #ddd;
}

.headbox {
	background-color: white;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 2em;
	box-shadow: 0 1px 7px #aaa;
}

.fake {
	color: purple;
}

.color-option {
	background-color: #ffffff;
}

.svelte-select {
	--borderRadius: 6px;
	--height: 2.75em;
}

.radio-item, .checkbox-item {
	margin-bottom: 5px;
}