body {
  font-family: Geneva,'Century Gothic',Arial,Verdana,Helvetica,sans-serif;
}

#wrap {
  position: relative;
  width: 1050px; 
  margin: 0 auto;
}

#logo-div a {
  font-size: 18px;
  color: #882E3C;
  text-decoration: none;
}

h1 {
  margin-top:0;
  margin-bottom:10px;
}

label, input {
  cursor: pointer;
}

#chart-div {
  margin-top: 10px;
  margin-bottom: 10px;
}
#colour-legend-svg {
  position: absolute;
  left: 950px;
  top: 5px;
  font-size: 12px;
}

.node {
  border: solid 1px white;
  font: 12px;
  color: white;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
  word-wrap:break-word;
  background:steelblue;
  cursor: default;
}
.node:hover {
  color: #fff;
  text-shadow:1px 1px 5px #333;
}

div.tooltip {
   position: absolute;
   text-align: left;           
   padding: 3px;
   background: #eee;
   border: 0px;      
   border-radius: 5px;
   pointer-events: none !important;
   opacity: 0;
   font-size: 12px;
}

.less-space {
  margin-top:2px;
  margin-bottom:2px;
  padding-bottom:0;
  font-size: 80%;
}

#top-div {
   position: relative;
   left:0;
   top:0;
   width:960px;
}
#tweet-div {
  position: absolute;
  top: 0px;
  right: 10px;
}
