@CHARSET "UTF-8";

/* Taxonomy tree */

.widget li.queried > a,
.widget li.current-cat > a {
	font-weight: bold;
}

.widget.filter li.no-locations-available {
	display: none;
}

.widget.list ul li {
    margin-left: 1em;
    list-style-type: disc;
}

.widget.list ul li:before {
    display: none;
}

.widget.contact .contact {
	margin-bottom: 1em;
	display: table;
}

.widget.contact p {
	padding-bottom: 0.25em;
	display: table-row;
}

.widget.contact p b {
	padding-right: 1em;
}

.widget.contact p:first-of-type b,
.widget.contact p:first-of-type span {
	border-top: none;
}

.widget.contact p b,
.widget.contact p span {
	display: table-cell;
	vertical-align: top;
	white-space: pre-line;
	border-top: 1px dashed #eee;
}
