html { overflow: hidden;}
body { margin: 0; }

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,greek,cyrillic,vietnamese);

a, a:visited, a:active {
  color: #444;
}
#container { width: 520px; background: transparent url(../cartographer.png) repeat; }

#vis {
  width: 520px;
  height: 270px;
  clear: both;
  margin-bottom: 10px;
  margin-left: 0px;
}


header { 
  margin-top: 30px;
    text-align: center;
    color: #e0e0e3;
    fill: #e0e0e3;
    font-family: "Unica One",sans-serif;
    font-size: 20px;
    text-transform: uppercase;
  }

footer {
  text-align: right;
  font-size: 8px;
}

#view_selection {
  margin: 32px auto 0;
    width: 320px;
}

#view_selection #all {
  background-color: #FCA740;
}

#view_selection #year {
  background-color: #1FC364;
}
.btn {
  border-color: transparent;
  text-shadow: 1px 1px 1px #000!important;
  color: #fff!important;
  background-image: none;
}
.years {
  font-size: 12px;
  fill: #aaa;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}


#all:active {
 background-color: red!important;
}
#year:active {
 background-color: blue!important;
}

#all:hover {
 background-color: #B0752D!important;
}
#year:hover {
 background-color: #158243!important;
}

.tooltip {
	position: absolute;
	top: 100px;
	left: 100px;
  -moz-border-radius:5px;
	border-radius: 5px;
  border: 2px solid #000;
	/* background: #222222; */
  background: #fff;
	opacity: .9;
	/* color: #eeeeee; */
  color: black;
	padding: 10px;
	width: 300px;
	font-size: 12px;
	z-index: 10;
}

.tooltip .title {
	font-size: 13px;
}

.tooltip .name {
  font-weight:bold;
}


#svg_vis a {
  cursor: pointer;
}