img {
	border: 0;
}
/* Custom Classes*/
.clear {clear:both;}
.floatright{float:right;}
.floatleft{float:left;}
.padtop{padding-top:1.5em}
.center{text-align: center;}

/* Search Hitlist */
.searchresult {
	list-style-type: none;
	padding-left:1em;
}
.searchhit {
	margin-bottom:1em;
	padding-left: 5px;
}
.searchhit .title a{
	color:blue;
}
.searchhit .meta a {
	color:green;
}
.searchhit .meta {
	color:green;
}
.pagecontrol {
	width:100%;
	line-height: 25px;
	background-color: #979797;
	text-align: center;
	color:#FFF;
}
.errorBox {
	border:1px solid red;
	padding:2em 2em 2em 2em;
	background-color:#ff6666;
	margin-bottom: 1.5em;
}
.charlist {
	list-style-type: none;

}
.charlist li {
	float:left;
	padding:0 1em 0 0;
}
.col3cell {
	width:275px;
	padding-left:1em;
	float:left;
}
.borderleft {
	border-left:1px dotted #AAA;
}
.borderright {
	border-right:1px dotted #AAA;
}

.maps-pin-label {
	-webkit-text-stroke: 1px royalblue;
	-webkit-text-fill-color: black;
}

.flexbox {
    width: 100%;
    display:flex;
}

.flexbox div.map {
	justify-content:center;
	align-items:center;
}

a.filter {
	margin-bottom: 0.25em;
	background-color: #ddd;
	border: none;
	color: black;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 16px; 
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
a.filter > span {
	display: flex;
}

a.filter > span.label {
	text-overflow: ellipsis;
	width: auto;
	overflow: hidden;
}

a.filter > span.hits {
	width: fit-content;
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #bbb;
	justify-content:center;
	align-items:center;
}

a.add-filter:hover {
	background-color: #63da5f;
}

a.remove-filter:hover {
	background-color: #da675f;
}
