@charset "utf-8"
@import url('https://fonts.googleapis.com/css?family=Butterfly+Kids|Open Sans');

body {
    font-family: Open Sans;
  }

.leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; /* possible because the placeholder's parent is the map */
    transform: translateY(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-popup-content { 
    width:340px; }

.leaflet-popup-content-wrapper,.leaflet-popup-content
{
    border-radius:0 !important;
}

.tr.click td{
    background-color: yellow;
    }

tr:hover {
    background-color:  #d3d3cb;
    opacity: 0.9;
    }
    
h2:{
    font-weight: bold;
    font-size: larger;
    color: brown;
}

.box{
    width: 300;
    float: left;
    overflow: hidden;
    background: #d3d3cb;
    opacity: 0.7;
    position: fixed;
    top: 10px;
    left: 50px;
    z-index: 20000;
}

.box:hover {
    background-color:  #d3d3cb;
    opacity: 0.9;
    }

/* Add padding and border to inner content
for better animation effect */
.box-inner{
    width: 400px;
    padding: 10px;
    border: 1px solid #a29415;
}

.my-label {
    border-radius:0 !important;
    position: absolute;
    font-size:12px;
}
