#header {
	 background:#2B522E;padding:10px;color:#FFFFFF;font-family:'Droid Sans',arial;font-weight:bold;font-size:14pt; 
}

#gallerybutton {
position: absolute;
top: 18px;
right: 15px;
}


svg {
position: fixed;
top:70px;
  width: 800px;
  height: 600px;
  border: solid 0.5px #ccc;
  background: #625D5D;

}

#panelroute {
left:65%; position: fixed; width:25%; 
 background: #2B522E;
 height: auto;
 padding: 0 20px 20px 20px;
-moz-border-radius-topright: 12px; -moz-border-radius-bottomright: 12px; -moz-border-radius-bottomleft: 12px;
-webkit-border-top-right-radius:12px; -webkit-border-bottom-right-radius:12px; -webkit-border-bottom-left-radius:12px;
top: 70px;
color: white;
font-size: 16px;
text-align: justify;
font-family:'Droid Sans';

}

.tx {
font-family:'Droid Sans';
font-weight: bold;
font-size: 16px;
;}

.circle {
fill: blue;
}


.states path {
 stroke: #625D5D;
 stroke-width: .5px;
}


.cities circle {
  stroke: steelblue;
  stroke-width: .7px;
  fill-opacity: .8;
}

.box path {
  stroke: steelblue;
  fill: none;
  
}


.lines4 path {
  fill: none;
  stroke: steelblue;
  stroke-width: 4px;
}

.lines5 path {
  fill: none;
  stroke: steelblue;
  stroke-width: 4px;
}

.circle path {
r: 20;
stroke: steelblue;
}


