.leaflet-popup-content-wrapper {
    background:#2c3e50;
    color:#fff;
    font-size:16px;
    line-height:24px;
}

.leaflet-popup-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.leaflet-popup-content-wrapper a {
    color:#c3c3c3;
}

.leaflet-popup-tip-container {
    visibility: hidden
}

.leaflet-popup-tip {
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #2c3e50;
}

.leaflet-pane .leaflet-overlay-pane .leaflet-zoom-animated .leaflet-interactive {
    fill-opacity: 0.5
}

.leaflet-control-attribution {
    color: #a8a7ae;
}

.leaflet-popup-content-wrapper a:hover {
    color: #999;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #mapid { height: 400px; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #mapid { height: 500px; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #mapid { height: 600px; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #mapid { height: 800px; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #mapid { height: 800px; }
}