#specList {
	margin-bottom: 0;
}
#specList ul {
	display: flex;
	flex-wrap: wrap;
}
#specList li {
	margin: 5px;
}
#specList > .specList_spec > h3 {
	margin: 0 0 0 10px;
}
#specList button {
	border-color: rgba(255,255,255,0);
	border-radius: 6px;
	padding: 5px 20px;
	background-color: #CCC;
	font-size: 1.1em;
	color: black;
}
.specList_spec {
	margin: 10px 0;
	padding: 10px;
	background-color: #f9f9f9;
	border-radius: 6px;
}
#specList button.category_spec_active {
	background-color: #333;
	color: white;
}
.specList_close a {
	display: inline-block;
	border-color: rgba(255,255,255,0);
	border-radius: 6px;
	padding: 5px 20px;
	margin: 0 10px 10px 10px;
	background-color: #CCF;
	font-size: 1.1em;
	color: black;
}
.specList_close a:hover {
	text-decoration: none;
}
.specList_close {
	margin-bottom: 20px;
}
@media screen and (min-width: 770px) {
	#specList {
		margin-left: -10px;
		width: 110%;
	}
	#specList li {
		margin: 3px;
	}
	.specList_spec {
		padding: 10px 0;
	}
	#specList button {
		padding: 5px;
	}
	.specList_close a {
		padding: 5px 10px;
	}
}