.leaflet-tile-container img {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

#gb-map { height: 400px;
}

.map-img-with-title {
    display: table;
    overflow: hidden;
}

/* .map-img-with-title img {
    width: auto;
    height: 75px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 15px;
    float: left;
    display: table-cell;
    vertical-align: middle;
} */

.map-img-with-title img {
    height: 50px;
    width: 214px;
    padding: 0px;
    background-color: #fff;
    border: 0px;
    margin-bottom: 15px;
    text-align: left;
    vertical-align: middle;
}

.map-img-with-title h4 {
    /* display: table-cell; */
    vertical-align: middle;
	text-align: left;
}

.leaflet-popup-content ul {
    padding-top: 10px;
	text-align: left; /* new */
}

.leaflet-popup-content a, .leaflet-popup-content a:hover, .leaflet-popup-content a:active {
    text-decoration: none;
  /*  color: #ffffff; */
}

.map-label:first-of-type {
    margin-right: 5px;
}

.leaflet-container {
    background: #191a1a;
}

.map-label-success {
    background-color: #5cb85c;
}

.map-label-info {
    background-color: #5bc0de;
}

.map-label-primary {
    background-color: #337ab7;
}

.map-label-default {
    background-color: #777;
}

.map-label-warning {
    background-color: #f0ad4e;
}

.map-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.map-label-divs {
    text-align: center;
}

.map-hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE;
    -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

.map-btn-primary {
    background-color: #41a85f;
    border-color: #41a85f;
    color: #ffffff;
    box-shadow: none;
}

.map-btn-primary:hover, .map-btn-primary:focus, .map-btn-primary.focus, .map-btn-primary:active, .map-btn-primary.active {
    color: #ffffff;
    background-color: #2c7140;
    border-color: #2c7140;
    box-shadow: none;
}

.map-btn {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    padding: 0.75rem 2.1875rem;
    border-radius: 1.6em;
    letter-spacing: 2px;
}

.map-btn:focus {outline:none;}
.map-btn::-moz-focus-inner {border:0;}

.leaflet-bar a, .leaflet-bar a:hover {
    background-color: #333232;
}

.leaflet-bar a:first-child {
    border-bottom: 1px solid;
}

@media (max-width:641px)  {
    .gb-update-feed-div {
        display: none;
    }
}

.gb-update-feed-div {
    right: 100px;
    top: 50px;
}

.gb-panel-default {
    border-color: #ddd;
}

.gb-panel {
    margin-bottom: 20px;
    background-color: #232323;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: 265px;
    width: 240px;
    max-height: 265px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

}

.gb-panel-default>.gb-panel-heading {
    color: #fff;
    background-color: #777777;
    border-color: #ddd;
}

.gb-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.gb-panel-heading h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.gb-panel-body {
    padding: 15px;
    color: #8c8c8c;
    max-height: 211px;
    overflow-y: scroll;
}

.gb-panel-body ul {
    padding-left: 15px;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.gb-map-title {
    color: #e4e4e4;
 }

#gb-map-header {
    color: white;
}