/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */

@font-face {
	font-family: DINWeb;
	font-weight: normal;
	src: url('../files/DINWeb.woff') format('woff');
}
@font-face {
	font-family: DINWeb;
	font-weight: bold;
	src: url('../files/DINWebBold.woff') format('woff');
}

html {
	overflow-y: scroll;
}

body {
	position: relative;
	line-height: 1.4;
	font-family: 'DINWeb', sans-serif;
	font-size: 87.5%;
}

.browsehappy  {
	margin: .2em 0;
	padding: .2em 0;
	background: #ccc;
	color: #000;
	font-family: sans-serif;
}

#header {
	margin-top: 25px;
}
#chart-title {
	float: left;
	margin: 10px 25px;
	font-size: 2em;
}
#logo {
	float: right;
	margin: 10px 25px;
}

.clear {
	clear: both;
}
.text {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	max-width: 460px;
	font-size: 1.1em;
}

@media (max-width: 480px) {
	#header {
		margin-top: 10px;
	}
	#chart-title {
		margin: 10px;
	}
	#logo {
		margin: 10px;
	}
	.text { /* paragraph of text */
		margin-left: 10px;
		margin-right: 10px;
	}
}

.nowrap {
	white-space: nowrap;
}

.rank-number {
	font-size: 2em;
	fill: #666666;
	text-anchor: middle;
}
.rank-number.selected {
	font-weight: bold;
	fill: #000000;
}

.year-button {
	fill: #e0e0e0;
}
.year-button.selected {
	fill: #999999;
}
.year-button.highlight {
	fill: #A4D8FF;
}
.year-label { /* year text */
	font-weight: bold;
	font-size: 1.1em;
	text-anchor: middle;
}

.issue { /* issue text */
	font-size: 1em;
	text-anchor: middle;
}
.issue.selected  {
    font-weight: bold;
}

.issue-box {
	fill: #ffffff;
	opacity: 0.5;
}

path  {
    stroke: #e0e0e0;
    stroke-width: 4;
    fill: none;
}
/*.beginCircle  {
    stroke-width: 2;
    stroke: #e0e0e0;
    fill: white;
}*/
.loneCircle, .beginCircle, .endCircle  {
    fill: #e0e0e0;
}

.selected path  {
    stroke: #990033;
    stroke-width: 6;
}
/*.selected .beginCircle {
    stroke: #990033;
}*/
.selected .loneCircle {
    fill: #990033;
}
.selected .beginCircle, .selected .endCircle  {
    fill: #990033;
}

#source {
	height: 1em;
}
.source {
	position: absolute;
	text-align: center;
	font-size: 1em;
}
.source a:visited {
	color: #990033;
}
.source a:link {
	color: #990033;
}
