body {
  background-color:#FFFFFF;
  /*background-color: #fafafa; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Cambria, "Helvetica Neue", Helvetica;
}

#header {
	height: 30px;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;
	font-family: 	"Helvetica Neue", Helvetica;
	position:relative;
	z-index:999;
}

#header-field{
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #FFFFFF;
	padding: 0 5px 0 5px;
	height:27px;
	vertical-align:middle;
}

#body {
  border-bottom: 1px solid #646464;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  margin: 0 auto;
  position: relative;
}

#patent{
	width: 100px;
	padding:5px;
	background-color:#000099;
	position:absolute;
	top:40px;
	right:10px;
	z-index: 100;
	height: 200px;
}

#highlight-this-company, #output-file-name{
	background-color:f0f0f0;
	border:1px solid #abadb3;
	font-size: 11px;
	font-family: Cambria, "Helvetica Neue", Helvetica;
	margin: 0 0 0 5px;
	width:280px;
	padding:2px;
}

.cat1, .cat2, .cat3, .cat4{
	font-weight: bold;
}

.cat1{
	font-size: 20px;
	fill:#000000;
}

.cat2{
	font-size: 16px;
	fill:#666666;
}

.cat3{
	font-size: 12px;
	fill:#999999;
}

.cat4{
	font-size: 8px;
	fill:#CCCCCC;
	color:
}

#chart {
  position: absolute;
  top: 0;
}

rect {
  fill: none;
  pointer-events: all;
}

pre {
  font-size: 18px;
}

line {
  stroke: #000;
  stroke-width: 1.5px;
}

.string, .regexp {
  color: #f39;
}

.keyword {
  color: #00c;
}

.comment {
  color: #777;
  font-style: oblique;
}

.number {
  color: #369;
}

.class, .special {
  color: #1181B8;
}

a:link, a:visited {
  color: steelblue;
  text-decoration: none;
}

a:hover {
  color: #666;
}

.hint {
  position: absolute;
  right: 0;
  /*width: 1280px;*/
  font-size: 12px;
  color: #999;
}

.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1px;
}

.node text {
  font-size: 2px;
}

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