.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: 0s;
}

body {     
  -ms-touch-action: none; /* Disable touch behaviors, like pan and zoom */     
  touch-action: none; /* Disable touch behaviors, like pan and zoom */     
  -webkit-user-select: none;  /* Disable edit text cursor on image while moving */
}
h1 {
  font-family:verdana; 
  font-size:13pt; 
  font-weight:bold; 
  color:navy; 
}
h2 {
  margin-top:1em; 
  font-family:verdana; 
  font-size:10pt; 
  font-weight:bold; 
  color:navy; 
}

h3 {
  margin-top:1em; 
  font-family:verdana; 
  font-size:9pt; 
  font-weight:bold; 
  color:navy; 
}
table {
  font-family:verdana; 
  font-size:10pt; 
}
p {
  font-family:verdana; 
  font-size:10pt; 
  font-weight:normal; 
}
p.url {
  font-family:verdana; 
  font-size:10pt; 
  font-weight:normal; 
}
ul, ol, li {
  font-family:verdana; 
  font-size:9pt; 
  font-weight:normal; 
}
code {
  font-family:courier; 
  font-size:11pt;
}
pre {
  text-align: left;
  font-family:courier; 
  font-size:10pt; 
}
.comment {
  font-family:verdana; 
  font-size:xx-small;
}
.smallerfont {
  width=500px;
  font-family:verdana; 
  font-size:xx-small;
}
.bold {
  font-family: verdana; 
  font-size: 10pt; 
  font-weight: bold; 
  color: gray;
}
.desc
{
  width: 484px;
  margin-top: 20px;
}
#pnlEdit
{
  font-family:verdana; 
  font-size:9pt; 
  font-weight:normal; 
}

a {
  font-family:verdana; 
  font-size:10pt; 
  font-weight:normal; 
  color:#3366cc;
}

