body{/*to get the scroll on the side*/
  margin: 0;
  padding: 0;
  background: white;
  z-index:5;
  overflow: auto;
}
#main {
  width:96%;
  text-align: center;
  margin:2%;
  margin-top: 0%;
  border-radius: 8px;
  float: left;
}
#instructions{
  background: white;
  width:96%;
  border-radius: 8px;
  margin:2%;
  margin-top: 0%;
  margin-bottom: -2%;
  text-align: justify;
}
#grafica{
  width: 96%;
  margin: 2%;
  margin-top: 0;
  height: auto;
  float: left;
  background:  white;
  border-radius: 8px 8px 8px 8px;
}
#map{
  margin: 0 auto;
  position: relative;
  width:950px;
  margin-top: 0;
}
.graticule {
  fill: none;
  stroke: gray;
  stroke-dasharray: 2,2;
  stroke-linejoin: round;
}
.graticule.outline {
  stroke-width: 0.5px;
}
svg{
  fill:green;
}
.usas{
  fill-opacity:0.8;
  stroke:dodgerblue;
}
path.usas:hover {
  stroke-width:3px;
  fill-opaicty:0.4;
}
.aus{
  fill-opacity:0.7;
  stroke:dodgerblue;
}
path.aus:hover {
  stroke-width:3px;
  fill-opaicty:0.4;
}
.arcs{
  fill-opacity:0.7;
  stroke:dodgerblue;
}
path.arcs:hover {
  stroke-width:3px;
  fill-opaicty:0.4;
}
.countrys {
  fill-opacity:0.5;
  fill:green;
  stroke: white;
  stroke-width: 0.5;
}
.country-label{
  fill: white;
  fill-opacity: 0.7;
  font-size: 0.3rem;
  font-weight: 300;
  text-anchor: middle;
}
div.tooltip {
  text-align: left;
  width: auto;
  padding: 7px;
  font-size: 16px;
  font-family: 'Open Sans', arial, sans-serif; 
  background: #f6f6f6;
  border: dodgerblue;
  color: darkslategray;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  /* Position the tooltip */
  position: absolute;
}
text {
  font-family: 'Open Sans', arial, sans-serif; 
  font-size: 20px;
  pointer-events: none;
  color:white;
}
h1{/*viz title*/
  font-family: Poppins;
    font-size: 32px;
    font-weight: 400;
    color: #233685;
    line-height: 1.42857143;
    text-transform: none;
  text-align: center;
}
table.leyenda{
  width: 80%;
  max-width: 500px;
  margin:0 auto;
  transform: ;  
  margin-top: 0;
  transform: translateX(40px);
   border-spacing: 10px;
}
table.leyenda td, table.leyenda th {
 font-family: 'Open Sans', arial, sans-serif; 
  text-align: left;
  border: solid 1px white;
  font-size:1.1rem;
  color: gray;

}

#instructions p {
    padding-left: 20px; 
    padding-right: 20px; 
    font-family: 'Open Sans', arial, sans-serif; 
    font-weight: 400; 
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    
}