/* Mobile patent wars */

path.link {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
}

marker {
  fill: #fff;
}

marker#kill {
  fill: #fcb735;
}

path.link.kill {
  stroke: #fcb735;
}

path.link.multiple-rounds {
  stroke-dasharray: 0,2 1;
}

circle {
  fill: #fff;
  stroke: #c13b17;
  stroke-width: 1.5px;
}

text {
  font: 13px 'Lancelot';
  fill: #fff;
  pointer-events: none;
}

text.shadow {
  stroke: #e73c0e;
  stroke-width: 3px;
  stroke-opacity: .8;
}

/* Center */
#body {
  width: 960px;
  margin: 0 auto;
  height: 700;
  position: relative;
  z-index: 500;
}

/* Legend */

.legend {
    position:absolute;
    left: 15px;
    bottom: 30px;
    width: 175px;
    height: 181px;
    background:transparent url(../images/marvel_legend.png) no-repeat center center;
    z-index:6;
    outline:none;
}

