#map_canvas {
    height: 500px;
    width: 500px;
    margin: 0px;
    padding: 0px
}
#map_canvas h3, #map_canvas p {
    font-size: 1rem;
}
#PracticeList p {
  line-height: 1.2em;
}
#PracticeList .location {
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}
#PracticeList table {
    width: auto;
    border-bottom: none;
    margin-bottom: 1em;
}
#PracticeList tr {
    border-top: none;
}
#PracticeList tr:nth-child(odd) {
    background: #f6f6f6;
}
.gm-style .gm-style-iw-c {
	flex-direction: row-reverse;
}