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: 10%;
  text-align: center;
  width: 100%;
  z-index:1;
  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;
}
#main {
  width:96%;
  text-align: center;
  margin:2%;
  margin-top: 0%;
  border-radius: 8px;
  float: left;
}
.brand h5,
.brand h6 {
  display: inline;
  height:10%;
}
#topad{
float:left;
width: 96%;
text-align:center;
margin: 2%;
margin-top: 1%;
margin-bottom:0%;
border-radius: 8px;
}
#instructions{
  background: white;
  width:96%;
  border-radius: 8px;
  margin:2%;
  margin-top: 0%;
  margin-bottom: -2%;
  text-align: justify;
}
#grafica{
  width: 96%;
  margin: 2%;
  height: auto;
  float: left;
  background:  white;
  border-radius: 8px 8px 8px 8px;
  position:relative;
}
#map {
  width:950px;
  height:auto;
  margin: 0 auto;
  margin-top: 1%;
}
#key{
  width: 950px;
  height:60px;
  margin: 0 auto;
  margin-top: 1%;
}
#key2{
  width: 950px;
  height:60px;
  margin: 0 auto;
  position: relative;
}
#yearbuttons{
  height: auto;
  text-align: center;
  width: 100%;
  float:left;
}
button {/*this are the year buttons*/
  background-color: silver;
  color: white;
  font-size : 26px;
  font-family: Verdana, Geneva,sans-serif; 
  cursor:pointer;
  margin-top: 2%;
  width: 19%;
  border: solid 5px gray;
  border-width:0 6px 6px 0;
  border-radius:5px;
  border-color:transparent gainsboro gray; 
  cursor: pointer;
}
button:hover {
  color:white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
button:active{
  /*box-shadow: 5px 5px #4ba5ff;*/
  transform: translateY(4px);
}
.current {
  background-color: crimson;
  color: white;
  font-size : 26px;
  font-family: Verdana, Geneva,sans-serif; 
  border-radius:5px;
  border-width:0 6px 6px 0;
  border-color:transparent #ffa695 #B30000; 
}
.place-label{
  font-size: 0.5rem;
  fill: gainsboro;
}
path.usa:hover {
  stroke-width:3px;
  stroke: yellow;
  fill-opacity:0.6;
}
.tooltip { 
  position: absolute;     
  text-align: left; 
  font-family: Verdana,Geneva,sans-serif;  
  width:  auto;
  height: auto;        
  padding: 10px;       
  font: 18px;    
  background: white;
  color: gray; 
  border: 1px; 
  border-color: gray;
  border-style: solid;   
  border-radius: 8px;     
  pointer-events: none;     
}
.advert{
  width: 75%;
  margin: 14%;
  margin-top: 2%;
  margin-bottom: 2%;
  float:left;
}
.midadvert{
  width: 80%;
  margin-left: 9%;
  margin-bottom: 6%;
  margin-right: 9%;
 float:left;
}
.verti{
  width: 23%;
  margin: 1%;
  float:right;
}
text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  pointer-events: none;
  color:white;
}
img{
  width:100%;
  height:100%;
}
#info {
  width: 96%;
  float: left;
  background-color: gainsboro;
  border-radius: 8px;
  background-color: white;
  margin:2%;
}
.left{
  width: 96%;
  float: left;
  text-align: justify;
  margin:2%;
}
#followme{
  width:96%;
  margin:0 auto;
  text-align: center;
}
img.follow{
  width:10%;
  height: auto;
  margin:3%;
}
.pic{
  float:left;
  width:30%;
  height:auto;
  margin: 2%;
}
.pic2{
  float:right;
  width:90%;
  height:auto;
  margin: 2%;
}
.pic3{
  float:right;
  width:55%;
  height:auto;
  margin: 2%;
}
.pic4{
  float:center;
  height:auto;
  margin: 0 auto;
}
.story{
  float:right;
  width:100%;
}
ul{
  color:dimgray;
  width:96%;
  margin:2%;
  font-size: 28px;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.6;
}
div.disc{
  width:96%;
  float:left;
  background: gainsboro;
  transition: .5s ease;
  text-align: justify;
  border-radius: 8px;
  border-width:2%;
  margin-bottom: 2%;
}
img.internal{
  width:25%;
  height:400%;
  margin: 2%;
  transition: .5s ease;
  backface-visibility: hidden;
  border:solid gainsboro;
  border-width:2%;
}
div.related{
  width:100%;
  float:left;
  background: gainsboro;
  transition: .5s ease;
  text-align: justify;
  border-radius: 8px;
  border-width:2%;
  margin-bottom: 2%;
}
.related:hover {
  background: darkgray;
  border-width:2%;
}
div.interpub{
  width:65%;
  text-align: center;
  float: right;
}
#imagespin{
  float:left;
  margin-left:4%;
}
#screen{
  width: 430px;
  height: 450px;
}
#footerad{
  width: 45%;
  margin-left:8%;
float:left;
}
.imglegend{
  width: 250px;
  height: 250px;
}
.imglegend2{
  max-width: 360px;
  min-width:360px;
  max-height:410px;
  min-height:360px;
}
.link {
  fill: none;
  stroke: green;
  stroke-width: 2.5px;
  font: 10px sans-serif;
}
.link.active {
  stroke: #ddd;
  stroke-width: 2;
}
div#menu2 {/* you must include "div" for IE */ /*overflow: hidden;*/
  background-color: white;
  width: 100%;
  text-align: center;
  z-index:1;
  margin-top:10px;
  height: 15%;
  bottom: 0;
  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; 
  font-size: 3rem;
  text-align: center;
}
h2{/*info title*/
  font-size: 2.7rem;
  color:dimgray;
  text-align:center;
  font-family: Courier New, monospace;
}
h3{
  font-size: 2.7rem;
  color:dimgray;
  text-align:left;
  margin-left: 4%;
  font-family: Courier New, monospace;
}
h4{
  font-size: 2.3rem;
  color:dimgray;
  text-align:left;
  margin-left:5%;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
h5{/*brand*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 2rem;
  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{/*menu*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color:dimgray; 
  text-align:center;
}
p.boton{/*button names*/
  color: darkgray;
  -webkit-text-stroke: 1px black;
  font-size : 1rem;
  text-align:center;
  font-family: Verdana, Geneva,sans-serif; 
  margin-top:-8px;
}
p.internal{
  font-size: 2.3rem;
  color:dimgray;
  text-align:center;
  margin-left:5%;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
p{
  color:dimgray;
  font-size: 1.5rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.5;
  margin:3%;
}
text{  
  font-size: 1rem; 
  font-family: Verdana,Geneva,sans-serif;
  color: gray;
}
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%;
}
#follow{
  width: 90%;
  float: left;
  margin: 0 auto;
  text-align: center;
}
table {
  border-collapse: 2px solid lightgray;
  width: 70%;
  margin:3%;
  margin-left: 15%;
  margin-right:15%;
}
tr:nth-child(even) {background: white}
tr:nth-child(odd) {background: #f0f0f0}
th{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.5rem;
  text-align: center;
}
td{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.2rem;
  text-align: center;
}
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;
} 