@charset "utf-8";

/* CSS Document */

/* EDITION SELECTOR */

#edition_selector {
	float: right;
	position: relative;
	margin: 10px 10px 0px 10px;
}

.insights_selector {
	display: block;
	padding: 3px;
	background: #FFF;
	border: 1px solid #000;
	font-size: 10px;
}

#edition_selector ul#edition-list { position: absolute; top: 12px; right: 0; background: #FFF; border: 1px solid #000; padding: 3px 3px 6px 3px; width: 200px; list-style: none; display: none; }

#edition_selector ul#edition-list li { padding: 3px 7px; margin: 0; }
