small {
  color: #ccc;
}

path {
/*  cursor: pointer;*/
    outline-color: red;
}

path:hover {
/*  fill: rebeccapurple;*/
}

#popper {
  padding: 1em;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rbga(0, 0, 0, .3);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999999999999999999999999999999999;
    transform: translate(-50%, -50%);
	
}
  #poper-cover{
      display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #706b6bb5;
    top: 0;
    left: 0;
        }  
        #popper-close {
    width: 20px;
    height: 20px;
    background: black;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    color: white;
    margin-left: auto;
    cursor: pointer;
    margin-top: -10px;
    margin-right: -10px;
	float: left;
}
        table{border-collapse: collapse;}
        th, td {
    border-bottom: 1px solid #dbdbdb;
    padding: 2px;
    font-size: 14px;
            text-align: right
}
        
        th{text-align: right}
        
/*
text {
    stroke: #ffffff;
    stroke-width: 1px;
    font-size: 18px;
    cursor: pointer;
    background: red;
    stroke-opacity: 0.4;
}
*/
        .map-cover {
    width: 530px;
    height: 600px;
    position: relative;
    margin: 0 auto;
	/*overflow: scroll;*/

}
svg{
fill: #fefee9;
stroke:#ccc;
}
        .cap {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: yellow;
    outline: 1px solid #74c124;
    outline-offset: 2px;
    cursor: pointer;
    border: 4px solid #81c33b;
	animation: animatezoom 0.6s;
}
        
        span#\32 {
    top: 5%;
    right: 60%;
}
        span#\35 {
top: 2%;
    right: 43%;
}
        span#\39 {
	top: 3%;
    right: 38%;
}
        span#\31 0 {
top: 5%;
    left: 54%;
}
        
        span#\31 2 {
top: 6%;
    left: 49%;
}
        span#\31 6 {
    top: 8%;
    right: 55%;
}
        span#\31 7 {
top: 1%;
    left: 48%;
}
        
        span#\32 0 {
    top: 9%;
    left: 50%;
}
        span#\32 1 {
top: 8%;
    right: 42%;
}
        
        span#\32 6 {
top: 9%;
    right: 37%;
}
        
        span#\32 9 {
top: 12%;
    left: 52%;
}
        span#\33 1 {
top: 15%;
    right: 43%;
}

        span#\33 5 {
    top: 19%;
    right: 39%;
}
        
        span#\33 7 {
top: 29%;
    right: 55%;
}
        span#\33 8 {
top: 23%;
    right: 51%;
}

        span#\34 1 {
top: 43%;
    right: 42%;
}

        span#\34 2 {
top: 47%;
    right: 33%;
}

        span#\34 3 {
top: 53%;
    right: 36%;
}

        span#\34 4 {
top: 65%;
    right: 36%;
}

        span#\34 5 {
    top: 55%;
    right: 66%;
}

        span#\34 6 {
top: 9%;
    right: 26%;
}


        span#\33 9 {
bottom: 289px;
    left: 336px;
    border-radius: 0;
    outline: 0;
    border: 0px;
    background: #FFA500;
    width: 15px;
    height: 10px;
    box-shadow: 0 0 3px -2px black;
}
        
        span#\34 0 {
top: 66px;
    left: 252px;
    width: 0;
    height: 0;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #4acaff;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: 0 0 3px -2px black;
}
   #heading {
    position: absolute;
    top: 10%;
    right: 400px;
    font-size: 20px;
    width: 200px;
    color: #e9fbd6;
}
.sq{border-radius: 0;
    outline: 0;
    border: 0px;
    background: #FFA500;
    width: 20px;
    height: 12px;
	}
	.tr{width: 0;
    height: 0;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #4acaff;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: 0 0 3px -2px black;}
	
.p-relative{position: relative;
    display: block;
    margin: 5px;}

#legend td{border:0px}


