html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, button, img, ins, kbd, q, s, samp,
section, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, aside, nav, footer, header, article {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
  min-width: 1040px;
}

body {
  background: white;
  color: #333;
  font-family: "Helvetica Neue", sans-serif;
  margin: 1em auto 1em auto;
  position: relative;
  width: 1040px;
}

header,
footer,
h1,
h2,
h3,
h4,
aside {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
}

h1 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -2px;
  margin: .3em 0 .1em 0;
  max-width: 960px;
}
h2 {
  margin-top: 2em;
}
h2 a {
	color: #666;
	margin-left: 10px;
}
h2 a:hover {
	color: #333;
}
div.hoverinfo {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.hoverinfo h2 {
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}
div.hoverinfo p {
	margin-top: 5px;
	font-weight: 300;
	font-style: oblique;
}
div.hoverinfo em {
	font-weight: 500;
}
aside#legend {
	position: absolute;
	top: 8px;
	left: 780px;
	width: 180px;
}
aside#legend ul {
	list-style-type: none;
	color: white;
	font-weight: 300;
	line-height: 21px;
}
aside#legend ul li {
	padding: 2px;
	width: 180px;
}
li#out {
	background-color: #34B1E3;
}
li#vis {
	background-color: #0B5FAF;
}
li#stu {
	background-color: #AA00A2;
}
li#eve {
	background-color: #FF9400;
}
li#mul {
	background-color: #49D42D;
}
div#map {
	position: relative;
	height: 530px;
	width: 960px;
	border: 1px solid #ccc;
	background: white;
	z-index: 10;
}
div#europe {
	position: absolute;
	top: 265px;
	left: 270px;
	height: 420px;
	width: 420px;
	background: white;
	border: 1px solid #ccc;
	z-index: 100;
}
aside#close {
	z-index: 999;
	text-decoration: underline;
	color: steelblue;
	padding: 2px;
	left: 0;
	position: absolute;
}
aside.interactive {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 2px;
	color: steelblue;
	text-decoration: underline;
	cursor: pointer;
	z-index: 990;
}
footer {
  font-size: small;
  margin-top: 2em;
}

header aside {
  margin-top: 88px;
}

header aside,
footer aside {
  color: #636363;
  text-align: right;
}

aside {
  font-size: small;
  right: 0;
  position: absolute;
}

.attribution {
  font-size: small;
  margin-bottom: 2em;
}

body > p, li > p {
  line-height: 1.5em;
}

body > p {
  width: 960px;
  font-size: 14px;
  line-height: 16px;
}

body > blockquote {
  width: 640px;
}

blockquote q {
  display: block;
  font-style: oblique;
}

li {
  width: 680px;
}

a {
  color: steelblue;
}

a:not(:hover) {
  text-decoration: none;
}

pre, code, textarea {
  font-family: "Menlo", monospace;
}

code {
  line-height: 1em;
}

textarea {
  font-size: 100%;
}

body > pre {
  border-left: solid 2px #ccc;
  padding-left: 18px;
  margin: 2em 0 2em -20px;
}

.html .value,
.javascript .string,
.javascript .regexp {
  color: #756bb1;
}

.html .tag,
.css .tag,
.javascript .keyword {
  color: #3182bd;
}

.comment {
  color: #636363;
}

.html .doctype,
.javascript .number {
  color: #31a354;
}

.html .attribute,
.css .attribute,
.javascript .class,
.javascript .special {
  color: #e6550d;
}

svg {
  font: 10px sans-serif;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

sup, sub {
  line-height: 0;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

blockquote:before {
  position: absolute;
  left: 2em;
}

blockquote:after {
  position: absolute;
}
