body{/*to get the scroll on the side*/
  margin: 0;
  padding: 0;
  background: gainsboro;
  z-index:5;
  overflow: auto;
}
div#menu {/* you must include "div" for IE */ /*overflow: hidden;*/
  background-color: white;
  z-index:1;
  height: 8%;
  text-align: center;
  width: 100%;
  border-top:0px;
  border-right:0px;
  border-left:0px;
  border-bottom: 6px;
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  border-image: linear-gradient(to right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image-slice: 2;
  border-image-slice: 2;
}
.brand h5,
.brand h6 {
  display: inline;
  height:10%;
}
#topad{
  width: 70%;
  margin: 0 auto;
  margin-bottom:0%;
  margin-top: 1%;
}
#instructions{
  background: white;
  border-radius: 8px;
  width:96%;
  margin:2%;
  margin-bottom: 2%;
  margin-top: -1%;
}
#main {
  width:96%;
  float:left;
  margin:2%;
  margin-top: 0%;
}
#logo{
  opacity: 0.9;
}
#grafica{
  float:left;
  width:96%;
  background: white;
  border-radius: 8px;
  margin:2%;
  margin-top: -1%;
  overflow: hidden;
}
#map {
  width:950px;
  height:auto;
  margin: 0 auto;
  margin-top: 1%;
}
#legend {
  width:950px;
  height:auto;
  margin: 0 auto;
}
.uspark-label {
  fill: white;
  font-size: 0.8rem;
  font-weight: 500;
  fill-opacity: 0.7;
  text-anchor: middle;
}
.place-label{
  font-size: 0.5rem;
  fill: gainsboro;
}
.circle-hover {
  stroke: lime;
  stroke-width: 3px;
}
.road-labels{
}
.roads:hover{
  stroke-opacity: 0.5;
  stroke-width: 10;
}
div.tooltip {
  text-align: justify;
  width: auto;
  padding: 7px;
  font: 24px Helvetica Neue;
  background: green;
  border: solid white;
  color: white;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  /* Position the tooltip */
  position: absolute;
}
.tooltip2 {
  text-align: left;
  width: 91%;
  height:310px;
  font: 24px Helvetica Neue;
  background: #f6f6f6;
  border: 2%;
  border: solid gainsboro;
  color: royalblue;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  padding: 2%;
  position: fixed;
  bottom:0px;
  margin:0 auto;
}
#info {
  width:96%;
  float: left;
  background-color: gainsboro;
  border-radius: 8px;
  background-color: white;
  margin:2%;
}
.left{
  width: 96%;
  float: left;
  margin: 2%;
  text-align: justify;
}
#followme{
  width:96%;
  margin:0 auto;
  text-align: center;
}
img.follow{
  width:6%;
  height: auto;
  margin:3%;
}
#advert{
  width:96%;
  float:left;
  margin:2%;
  margin-top: 0%;
  margin-bottom: 0%;
}
.midadvert{
  width:96%;
  float:left;
  margin:2%;
  margin-top: 1%;
  margin-top: 1%;
}
.pic1{
  float:left;
  margin:3%;
  width:25%;
  height:auto;
}
.pic2{
  float:right;
  margin:3%;
  width:25%;
  height:auto;
}
.pic3{
  float:right;
  margin:3%;
  width:45%;
  height:auto;
}
div.disc{
  width:100%;
  float:left;
  background: gainsboro;
  transition: .5s ease;
  text-align: justify;
  border-radius: 8px;
  border-width:2%;
  margin-bottom:2%;
}
img.internal{
  width:25%;
  margin: 2%;
  transition: .5s ease;
  backface-visibility: hidden;
  border:solid gainsboro;
  border-width:5px;
}
div.related{
  width:96%;
  float:left;
  background: gainsboro;
  transition: .5s ease;
  text-align: justify;
  border-radius: 8px;
  border-width:5px;
  margin: 2%;
}
.related:hover {
  background: darkgray;
  border-width:5px;
}
div.interpub{
  width:65%;
  text-align: center;
  float: right;
}

table.map{
  width: 100%;
  float: left;
}
table.map th, table.map td {
  font-family: Verdana, Geneva, sans-serif;
  color: #5c5c5c;
  font-size: 1.5rem;
  text-align: center;
  border: solid gainsboro;
}
table.map td:nth-child(odd) {
  width: 10%;
}
td.half {
  background: linear-gradient(to right, pink 20%, orange 40%, skyblue 60%, salmon 81%);
}
table.count{
  border-collapse: 2px solid lightgray;
  width: 52%;
  margin: 4%;
}
table.count tr:nth-child(even) {background: white}
table.count tr:nth-child(odd) {background: #f0f0f0}
table.count td{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.2rem;
  text-align:left;
}
table.count td{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.2rem;
  text-align:left;
}
table.count th{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.3rem;
  text-align:left;
  font-weight: bold;
}
#imagespin{
  float:right;
  width: 45%;
}
#screen{
  width: 100%;
  height: auto;
}
#footerad{
  width: 45%;
  float:left;
}
div#menu2 {/* you must include "div" for IE */ /*overflow: hidden;*/
  background-color: white;
  width: 100%;
  z-index:1;
  height: 15%;
  bottom: 0;
  text-align: center;
  border-top:6px;
  border-right:0px;
  border-left:0px;
  border-bottom: 0px;
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  border-image: linear-gradient(to right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image-slice: 2;
  border-image-slice: 2;
  float: left;
}
h1{/*viz title*/
  font-family: Courier New, monospace;
  color:dimgray;
  text-align:center;
  font-weight: 500;
  font-size: 3rem;
}
h2{/*info title*/
  font-size: 3rem;
  color:dimgray;
  text-align:center;
  font-family: Courier New, monospace;
}
h3{/*info title*/
  font-size: 2.5rem;
  margin-bottom:0;
  color:dimgray;
  text-align:left;
  line-height: 1.6;
  font-weight: 500; 
  font-family: Courier New, monospace
}
h4{/*instructions*/
  color:dimgray;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  font-family: Courier New, monospace;
  margin-bottom:8px;
  margin:2%;
}
h5{/*databayou title*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #f1f1f1; 
  text-align:center;
  text-shadow:1px 1px 0px #99CCFF,
              2px 2px 0px #B2B1D1,
              3px 3px 0px #CC97A3,
              4px 4px 0px #E57D75,
              5px 5px 0px #ff6347;
}
h6{/*databayou menu*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color:dimgray; 
  text-align:center;
}
p{
  color:dimgray;
  font-size: 1.5rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.5;
  margin:2%;
}
ul,ol{
  width:96%;
  margin:2%;
}
li{
  color:dimgray;
  font-size: 1.5rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.6;
  width:96%;
  margin-right:4%;
}
text{
  color:dimgray;
  font-size: 18px;
  text-align: justify;
  font-family: Verdana, Geneva,sans-serif; 
}
a.brand:link { 
  color: #f1f1f1; 
  text-decoration: none;
}
a.brand:visited { 
  color: #f1f1f1; 
  text-decoration: none;
}
a.brand:hover { 
  color: #f1f1f1; 
  text-decoration: none;
} 
a.brand:active { 
  color: #f1f1f1; 
  text-decoration: none;
} 
a:link {
  color: #ff6347;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif; 
}
a:visited {
  color: #ff6347;
  text-decoration: none;
}
a:hover {
  color: #ff8c00;
  text-decoration: none;
}
a:active {
  color: #ff8c00;
  text-decoration: none;
} 