.well {
		margin:10px 0;
		padding:10px;
		background-color: #f4f6f0;	
		overflow:hidden;}

p {
    font-size: 16px!important;
    font-family: Georgia-Regular!important;
    font-weight: normal!important;
    font-style: normal!important;
    line-height:25px!important;
    color: #111;
}
h1 {
    font-size: 22px!important;
    font-family: Georgia-Regular!important;
    color: #111;	
}
.hline {
    color: #222;
    font-size: 14px!important;
    font-family: VectoraLTStd-Bold!important;
    font-weight: normal!important;
    font-style: normal!important;
}

#map_canvas img {
  max-width: none;
}

.filter-box { 
  height: 12px;
  width: 12px;  
  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-yellow { background-color: #FBF358; }
.filter-green { background-color: #7ee767; }
.filter-blue { background-color: #7697d8; }
.filter-purple { background-color: #f0a4e4; }
.filter-red { background-color: #FB6353; }
.filter-turquoise { background-color: #5ff0fa; }
.filter-grey { background-color: #c0c0c0; }

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

#search {
    margin-left: 3%;
}

#search_address {
    margin-top: 2%;
    margin-bottom: -15px;
    color: #222;
    font-size: 13px!important;
    font-family: VectoraLTStd-Roman!important;
    font-weight: normal!important;
    font-style: normal!important;
}

#sourceline {
    color: #aaa;
    font-size: 13px!important;
    font-family: VectoraLTStd-Roman!important;
    font-weight: normal!important;
    font-style: normal!important;

}