#filter-warning {
	display: none;
	margin: 0 0 20px 0;
	padding: 10px; 
	text-align: center;
}

	#filter-warning:hover {
		cursor: pointer;
	}
	
	#filter-warning:after {
		float: right;
		font-family: FontAwesome;
		content: "\f00d";
		display: inline-block;
		vertical-align: middle;
	}
	
#search-tags {
	margin-top: 5px;
}
	#search-tags a {
		text-decoration: none;
		border-bottom: 1px dotted black;
	}
	
		#search-tags a:hover {
			border-bottom: 1px dotted #c0c0c0;
		}