<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.map{
	width:100%;
}

#tool-tip, .tool-tip{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	border-radius: 3px;
	padding: 4px 6px 3px 7px;
	text-align: center;
	font-size:13px;
	font-family: sans-serif;
	visibility:hidden;
	pointer-events: none;
}

div.map .boundaries{
	stroke:#ccc;
}

div.chart .axis text{
	fill:#333;
}

div.chart g.data path{
	stroke:#ccc;
	stroke-width:2px;
	fill:none;
}

div.chart .label{
	font-size:80%;
	fill:#333;
}

div.chart .legend text{
	font-size:80%;
}

/* haiku styles */

#haiku-embed{width:1px;min-width:100%;border:none;}

.postid-97929 .category,
.postid-97929 .page-title,
.postid-97929 .author-time-share{
	display:none;
}

.postid-97929 .category,
.postid-97929 .page-title,
.postid-97929 .author-time-share{
	display:none;
}

.postid-97929 .intro{
	font-size:115%;
	margin:35px 0;
}

.postid-97929 #haiku-header{
	margin-top:-17px;
}

.postid-97929 .haiku-divider-simple{
	margin:-8px 0 -20px;
}

.postid-97929 .haiku-divider{
	margin-bottom:15px;
}

.postid-97929 .wp-image-97928{
	margin-top:-15px;
}

.divider {
	height: 3px;
	background-color: #a1c877;
	position: relative;
}
.divider::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-color: #a1c877;
	border-radius: 50%;
	position: absolute;
	top:-7px;
	left:0;
}

/* chart specific styles */

@media screen and (max-width: 640px){

	body.postid-57384 #tool-tip{
		min-width:230px;
	}
	
}</pre></body></html>