#header {
	 background:#2B522E;padding:10px;color:#FFFFFF;font-family:'Droid Sans',arial;font-weight:bold;font-size:14pt; 
}

#gallerybutton {
position: absolute;
top: 8px;
right: 5px;
}





#treemappc p{
width: 80%;
margin: 20px auto;
font-family:'Droid Sans';
;}

.chart {
  display: block;
  margin: auto;
  margin-top: 20px;
}

text {
  font-size: 11px;
}

rect {
  fill: none;
}

body {
  background: url(texture-noise.png);
  overflow: hidden;
  margin: 0;
  font-size: 14px;
    font-family:'Droid Sans';
}




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: #000;
  text-decoration: none;
}

a:hover {
  color: #666;
}
