.enclosure{
    width: 4%;
    height: 6%;
}
#divStatMap{
    max-height: 1000px;
    overflow-y: auto;
    scrollbar-width: thin;  
}
.active:hover{
   background-color: red;
   border: whitesmoke solid;
}