@charset "utf-8";

#featuresList h2 {
	margin-bottom:30px;
}

#featuresList h2.noFeaturesList {
	padding-top:20px;
	padding-bottom:30px;
}

#featuresList ul {
	overflow:hidden;
}
#featuresList ul li {
	float: left;
	border: solid 1px #DDDDDD;
	height:80px;
	line-height: 80px;
}
#featuresList ul li a {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: normal;
	padding-top:10px;
	padding-bottom:10px;
}

#tagsList {
	padding-bottom:30px;
	border-bottom:1px solid #CCCCCC;
}

.tagSearch {
	margin-right:20px;
}

#buttonSearchTags {
	display:block;
}
.tagSearchCloseButton {
	float: none;
	margin-left: 10px;
}
