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:0 auto;
  margin:2%;
  border-radius: 8px;
}
.brand h5,
.brand h6 {
  display: inline;
  height:10%;
}
#topad{
width: 96%;
margin: 2%;
margin-bottom:0%;
float:left;
}
#instructions{
  background: white;
  width:96%;
  border-radius: 8px;
  margin:2%;
  margin-bottom: -2%;
  text-align: justify;
}
#yearbuttons{
  margin: 2%;
  margin-bottom:0%;
  height:33%;
  width:96%;
  float:left;
  background: white;
  border-radius: 8px 8px 0px 0px;
}
#bottombuttons{
  margin:2%;
  margin-top:0%;
  height:33%;
  width:96%;
  float:left;
  background: white;
  border-radius: 0px 0px 8px 8px;
}
#map{
  width: 96%;
  height: auto;
  float: left;
  background: white;
  border-width: 4px;
  z-index:15;
  margin:2%;
  margin-top:0%;
  margin-bottom:0%;
}
.eco.Lake\:.Palearctic, .eco.Lake\:.Neotropic, .eco.Lake\:.Afrotropic, .eco.Great.Lakes {
  fill: white; 
}
path.eco:hover {
  stroke: white;
  stroke-width: 1px;
}
path.country {
  stroke: white;
  stroke-width:0.5px;
  stroke-opacity:0.3;
}
.country {
  fill: none;
}
.country-label{
  fill: white;
  fill-opacity: 0.7;
  font-size: 0.3rem;
  font-weight: 300;
  text-anchor: middle;
}
div.tooltip { 
  position: absolute;     
  text-align: left;   
  width:  auto;
  height: auto;          
  padding: 10px;       
  font: 12px sans-serif;    
  background: white;
  color: gray; 
  border: 1px solid gray;    
  border-radius: 8px;     
  pointer-events: none;  
}
button.btn {
  background-color: transparent;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  cursor:pointer;
  margin-top:1%;
  width: 15%;
  height:20%;
  font:20px;
}
button:hover {
  opacity:0.7;
}
button:active {
  /*transform: translateY(4px);
  font-size : 22px;*/
  opacity: 0.5;
}
button#All{
  border-radius: 150rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,dodgerblue, fuchsia,greenyellow, crimson, pink,yellow,purple,green,brown);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Alces{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, dodgerblue, #8F48FF, #7c80ea, #a855f1, #8FC880, #b485aa);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Rangifer{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,fuchsia, #65c897, #8f55ba);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Capreolus{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,greenyellow, #65c897, #8f55ba);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Hippo{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,crimson,#c01f33, #ee8a1e, #d56a22, #e07f4c);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Mazama{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,pink, #ffdf65, #e1a352, #80956e);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Odocoileus{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,yellow, #8FC880, #d29515);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Ozotoceros{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,purple, #404040);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Blastocerus{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,green, #404040, #80956e);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
button#Pudu{
  border-radius: 100rem;
  border: solid 13px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg,brown, #c01f33, #e07f4c, #e1a352, #d56a22);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.advert{
  float:left;
  width:96%;
  text-align:center;
  margin: 2%;
  border-radius: 8px;
}
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:40%;
  height:40%;
  margin: 2%;
}
.pic2{
  float:right;
  width:40%;
  height:40%;
  margin: 2%;
}
.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:right;
  float: 50%;
}
#screen{
  width: 430px;
  height: 280px;
}
#footerad{
  width: 45%;
  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-weight: 500;
  font-size: 3rem;
  text-align: center;
}
h2{/*info title*/
  font-size: 3rem;
  color:dimgray;
  text-align:center;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
h3{
  font-size: 2.5rem;
  color:dimgray;
  text-align:left;
  margin-left: 4%;
  font-family: Courier New, monospace;
}
h4{
  font-size: 2.3rem;
  color:dimgray;
  text-align:center;
  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{
  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%;
}
table.taxo{
  width:90%;
  margin:0 auto;
  margin-bottom: 3%;
}
table.taxo, th, table.taxo td{
  border-collapse:collapse;
  border: solid gainsboro 2px;
  font-family: Verdana, Geneva,sans-serif;
  font-size: 1.5rem;
  text-align:left;
}
table.diff{
  width:90%;
  margin:0 auto;
}
table.diff, table.diff th, table.diff td {
  border-collapse: 2px solid lightgray;
}
table.diff tr:nth-child(even) {background: white}
table.diff tr:nth-child(odd) {background: #f0f0f0}
table.diff td{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.3rem;
  text-align:left;
}
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;
} 