#senator_info {
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   width: 190px;
   height: 400px;
}
.ltc-senator-info {
	text-align: center;
}
#map-reset {
	margin-top: 18px;
}
#sen-address-field{
    margin-bottom: 18px;
}
#address {
	width: auto;
}
#senator_district {
}
#senator_name {
    font-size: 1.6em;
    font-weight: bold;
}
#senator_image img {
    max-width: 160px;
    height: auto;
    margin-bottom: 6px;
}
#map_canvas {
	width: 570px;
	height: 400px;
	margin-top: 5px;
}
@media (max-width: 600px) {
	#map_canvas {
		width: 95%;
		margin-top: 3px;
	}
}
