﻿#mapwrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
#visnames {
  font-weight: bold;
}
#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin: 0;

}
#wdctjstip {
  font: 16px 'Camber-Md';
  font-weight: 500;
  font-style: normal;
  display: none;
  max-width: 40%;
  padding: 11px;
  border: 1px solid #ccc;
  color: #d71c2d;
  z-index: 1000;
  float: left;
  position: absolute;
  background-color: #fff;
  word-break: keep-all;
 
}
#wdctjstip p {
  font: 14px 'Camber-Lg';
  font-weight: 300;
  font-style: normal;    
  margin: 0!important;
  color: #999!important;
}
#wdctjstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}
@media screen and (max-width: 320px){
  #mapbase svg {
    height:160px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height:200px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height:250px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height:300px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height:350px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height:430px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height:580px;
  }
}
/* THIS IS TO HIDE AN AREA IF NEEDED
#wdctjs2, #wdctjsvn2 {
  display: none;
}*/