body{ 
	font-family:sans-serif;
	margin:0 25% 0 0;
	background-color:#ffffff;
}

a { 
	text-decoration:none;
	color:#000;
}

a:hover { 
	font-weight:700;
}

a:visited { 
	color:#333;
}

.search_banner{ 
	color:#fff;
	background-color:#000;
	font-size:76pt;
	font-weight:700;
	width:99%;
	padding:20px;
	padding-top:30px;
	padding-left:40px;
}

#sidebar_info{ 
	font-size:8pt;
	margin:20px;
	margin-left:40px;
}

#pagination{ 
	font-size:12pt;
	text-align:center;
	margin-left: -40px;
	margin-top:40px;
}

#pagination_first{ 
	color:#bbb;
	font-weight:700;
}

#pagination_last{ 
	color:#bbb;
	font-weight:700;
}

#pagination_current{ 
	font-weight:700;
	margin:20px;
}

#search_facets { 
	float:right;
	border:solid thin;
	margin-left:40px;
	margin-right:40px;
	min-width:200px;
	padding:20px;
}

#search_facets li { 
	line-height:22px;
	font-size:10pt;
	padding-left:20px;
}

#search_results { 
	padding-left:50px;
	margin-top:40px;
	margin-bottom:60px;
}

#search_results ol li { 
	line-height: 32px;
	font-size:18pt;
}
	
#search_results ol li:hover { 
	font-size:20pt;
	padding-top:5px;
	padding-bottom:5px;
}

#search{ 
	//margin-left:40px;
	margin-top:10%;
	margin-bottom:10%;
}

#searchbox{ 
	text-align:center;
}

#queryterm{ 
	font-size:20pt;
	padding:12px;
}

#querysubmit { 
	border: 4px solid #000;
	font-size:20pt;
	font-weight:700;

	padding:10px;
}

#woe_hierarchy{ 
	-moz-column-count: auto;
	-webkit-column-count: auto;
	column-count: auto;
}

#woe_hierarchy li { 
	font-size: 18pt;
	line-height:32px;
}

#details { 
	font-size:18pt;
	margin-bottom:30px;
}

td { 
	padding:25px;
	padding-left:40px;
	padding-right:50px;
	vertical-align:text-top;
	line-height: 30px;
}

#asc{ 
	font-weight: 700;
}

#woe_provider { 
	font-size:10pt;
}

#woe_date_indexed { 
	font-size:10pt;
}

#search_name{ 
	font-weight: 700;
}

#search_name a { 
	color:#fff;
}

#woe_name { 
	font-weight: 700;
}

#woe_id{ 
	font-weight: 700;
}

#main{ 
	margin-bottom:10px;
}

.blahblahblah { 
	margin: 40px;
	margin-right: 45px;
	margin-top:50px;
}

.blahblahblah p { 
	font-family:serif;
	font-size:18pt;
	color:#333;
	text-align:justify;
}

#container{ 
	position:fixed;
	top:0;
	right: 0;
	height:200%;
	border-left: 1px dotted black;
	background-color:#eee;
	// background-image:url('/images/0.png')
}

#source{ 
	font-size:11px;
	text-align:right;
}

#footer{ 
	text-align:left;
	margin-left:40px;
	margin-bottom:15px;
	font-size:8pt;
	line-height:15px;
	color:#999;
}

#footer a { 
	color:#666;
}

.slug { 
	font-size:11px;
}

.label_basic { 
	background-color:#000;
	color:#fff;
	font-size:24pt;
}

.label_children { 
	background-color:#333;
	color:#fff;
	font-size:24pt;
}

.label_adjacencies {
	background-color:#666;
	color:#fff;
	font-size:24pt;
}

.label_aliases {
	background-color:#999;
	color:#fff;
	font-size:24pt;
}

.label_supercedes {
	background-color:#bbb;
	color:#fff;
	font-size:24pt;
}

.label_source {
	background-color:#ddd;
	color:#fff;
	font-size:24pt;
}

ul { 
	text-align:justify;
	padding:0;
	margin:0;

	//-moz-column-count: 2;
	//-moz-column-gap: 30px;

	// -webkit-column-count: 2;
	// -webkit-column-gap: 30px;

	column-count: 2;
	column-gap: 30px;
}

ul li { 
	list-style-type:none;
	font-size:10pt;
	padding-right:15px;
}

#woe_id_superceded {
	text-decoration: line-through;
	color: #aaa;
}

svg { 
	width: 100%;
	height: 100%;
}

path { 
	stroke: #ccffff;
	stroke-width: 3px;
	fill-opacity: .3;
	fill: yellow;
 }
