#map {
	width:100%;
	height:300px;
}
#map_info {
    height:300px;
    overflow:auto;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#n_content{
	padding-top: 30px;
}
.neighborhood_entry {
    background: rgba(0,0,0,0.1);
    padding: 7px;
    padding-top: 1px;
    margin-bottom: 7px;
}