body {
  background-color: #f8f8f8;
  font-family: 'Fira Sans', Arial;
  margin: 20px;
}

.node rect {
  cursor: move;
  fill-opacity: 1;
  /*shape-rendering: crispEdges;*/
}

.node text {
  pointer-events: none;
  text-shadow: 0 1px 0 #fff;
  font-family: 'Fira Sans', Arial;
  font-size: 11px;
  text-shadow: -1px -1px 0px #fff,
    1px -1px 0px #fff,
    -1px 1px 0px #fff,
    1px 1px 0px #fff;
}

.link {
  fill: none;
  stroke: #000;
  stroke-opacity: 0.08;
}

.link:hover {
  stroke-opacity: 0.5 !important;
}

.PRH .link:hover {
  stroke: #ff8433 !important;
}

.SS .link:hover {
  stroke: #cfab1c !important;
}

.HarperCollins .link:hover {
  stroke: #007cc4 !important;
}

.Macmillan .link:hover {
  stroke: #c51039 !important;
}

.Hachette .link:hover {
  stroke: #777777 !important;
}

.graphic {
  position: relative;
  height: auto;
  margin: 0 auto 50px auto;
  max-width: 1000px;
  width: 100%;
  clear: both;
}

.header {
  max-width: 1000px;
  width: 100%;
  height: 80px;
  font-size: 50px;
  position: relative;
  line-height: 32px;
  letter-spacing: -2px;
  margin: 40px auto 0px auto;
}

p {
  font-family: 'Old Standard TT', Times;
  font-size: 13px;
}

.footer {
  font-family: 'Old Standard TT', Times;
  font-size: 13px;
  font-style: italic;
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 20px auto;
}

a, a:active, a:link, a:visited {
  color: #3b3b3b;
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  .header {
    font-size: 30px;
  }
}