a { color: #4B58A6; }
a:hover { color: #4B58A6; }

#map_canvas img {
  max-width: none;
  
}

#map_canvas{
  border: 1px solid #DBC8A4;
  font-size: 25px;
  font-weight: bold;
  color: #666;
  background: white;
    height: 540px;
    width: 100%;
  
}
#container {
      background: white;
      height: 100%;
    width: 100%;
    margin:0 auto;
    }

.col-md-4, .col-md-8 {
  float: none;
  width: 100%;
}

.row {
  margin-top: -9px;
}

div.well {
  padding: 0px 10px 0px 10px;
  color: #4D4D4E;
background-color: #E9E1D2;
border-color: #DBC8A4;
margin-bottom: 0;
      width: 100%;
      height: 100%;
}

h4 {
  margin-top: 5px;
  text-align: center;
}

a#search.btn.btn-primary {
  margin-left: 5px;
margin-right: 5px;
padding: 5px;
}

a#reset.btn.btn-default {
  margin-left: 5px;
margin-right: 5px;
padding: 5px;
}

input#search_address.form-control {
  height: 30px;
}

p.cities a {
  margin-right: 10px;
  text-decoration:underline;
  font-style: italic;
}
p.cities a:hover {
  color: #333;
}

ul.inputs-list.unstyled {
  list-style-type: none;
}

.checkbox {
  padding-right: 20px;
  padding-left: 0px;
}

input#search_address.form-control {
  margin-top: 5px;
}
div.filter {
  color: rgb(77,77,78);
background-color: white;
border: 1px solid #e3e3e3;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
opacity: 0.85;
position: absolute;
bottom: 9%;
list-style-type: none;
z-index: 2000;
    right: 16px;

}
.alert {padding: 10px;
text-align: center;
margin-bottom: 0;
background-color: white;
border: 1px solid #e3e3e3;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
opacity: 0.95;
position: absolute;
top: 0;
right: 40%;}

.filter-box { 
  height: 15px; 
  width: 15px;  
  display: inline-block;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box; 
}

.filter-grey { background-color: rgb(203,203,203); }
.filter-purple { background-color: rgb(151,151,255); }
.filter-red { background-color:  rgb(254,99,99); }
.filter-brown { background-color: rgb(203,151,100); }
.filter-pink { background-color: rgb(255,151,255); }

canvas {-ms-touch-action: double-tap-zoom;}
