.wordbubble {
	position:fixed; 
	bottom:90px;
	left:10px;
	background-color:white;
	opacity:0.85;
	border-radius:9px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}

.facets-container {
    position:relative;
    top:0;
    left:0;
    width: 800px; 
    height: 400px;
}

.facets-breadcrumbs {
    position :absolute;
    top:0;
    height:20px;
    z-index:2;
    padding:4px;
}

.facets-facets {
    position :absolute;
    top:5px;
    bottom:5px;
    left:3px;
    right:3px;
    z-index:1;
}

.facets-filter {
    position :absolute;
    bottom:0px;
    height:30px;
    z-index:2;
    padding:4px;
}

.facets-breadcrumb-sperator {
    padding-left:8px;
    padding-right:8px;
}

.facets-facets-keyword .btn {
	padding: 0px 4px;
}

.facets-filter-extent {
	background-color:white;
}

.facets-item-seperator {
	font-size:120%;
}
