#cPanel {
	display: grid;
	gap: 5px;
	justify-items: center;
	grid-template-columns: min-content 1fr;
}
#valikud {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.p1 {
	background-color: #6CF;
}
.p2 {
	background-color: #0C6;
}
.p4 {
	background-color: #FF9;
}
.p8 {
	background-color: #F87;
}
#cPic {
	cursor: pointer;
	border: 0 none;
	padding: 2px;
	max-width: 100%;
	min-width: 96px;
	height: auto;
	display: block;
}
#placePic:hover {
	border: solid 2px #999;
	padding: 0;
}
#valik option:checked {
	box-shadow: 0 0 10px 100px #333 inset;
	color: #fff;
}

#filterPanel {
	text-align: center;
}
#filterPanel span {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
#cContent {
	text-align: center;
}
#cTitle {
	font-weight: bold;
}
#cComm {
	margin-bottom: 3px;
}
#params {display: none;}