body {
  padding-top: 8px;
  font-family: 'Century Gothic',Helvetica,Arial,sans-serif;
  font-size: 13px;
}

#logo-div a {
  font-size: 14px;
  font-family: 'Century Gothic','Trebuchet MS',Helvetica,Arial,sans-serif;
  color: #882E3C;
  text-decoration: none;
}

h1 {
  font-family: 'Century Gothic','Trebuchet MS',Helvetica,Arial,sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom:0;
}

.version-title {
  font-size: 120%;
  margin-top: -2px;
  margin-bottom: 2px;
}

#credit-div {
  font-family: 'Century Gothic','Trebuchet MS',Helvetica,Arial,sans-serif;
  margin-top: 8px;
}

.subtitle {
  line-height: 130%;
}
.subtitle, #credit-div {
  color: #999;
  margin-bottom: 12px;
}
.subtitle a, #credit-div a {
  color: #3b7c9e;
  text-decoration: none;
}
.subtitle a:hover {
  text-decoration: underline;
}

#legend-div {
  margin-top:8px;
  padding-top:8px;
  margin-bottom:4px;
  padding-bottom:4px;
  cursor: default;
}

#button-form {
  margin-bottom:12px;
  padding-bottom:2px;
  font-size: 115%;
  background: #eee;
  padding-top:2px;
}

#wrap {
  position: relative;
  width: 1050px; 
  margin: 0 auto;
  margin-bottom: 50px;
}

.node {
  border: solid 1px white;
  font: 9px sans-serif;
  color: white;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
  word-wrap:break-word;
}

.wee-img {
  width: 50px;
  padding: 3px;
  float:left;
  border:none;

}

.node a {
  color: white;
  text-decoration: none;
}

.node a:hover {
  text-decoration:underline;
}

.node:hover {
  text-decoration:underline;

}

#colour-legend-svg {
}

div.tooltip {
   position: absolute;
   text-align: left;           
   padding: 3px;
   background: #eee;
   border: 1px solid #888;      
   border-radius: 5px;
   pointer-events: none !important;
   opacity: 0;
   font-size: 11px;
   width: 180px;
}
div.tooltip.wide-tooltip {
   width: 240px;
}
.tooltip .tooltip-title {
  margin-bottom: 4px;
}

#tweet-div {
  position: absolute;
  top: 3px;
  right: 0px;
}
#tweet-div img {
  border: none;
}

td {
  padding-right: 20px;
}


svg {
  pointer-events: none;
}

.svg-text, .svg-text2 {
  fill: black;
}