#MapCanvas {
	width: 100%;
	height: 600px;
}
#MapCanvas h1 {
	font-size: 120%;
}
#MapCanvas p {
	font-size: 110%;
}
.search {
	width: 30%;
}

.addresscard.list {
	margin-bottom: 10px;
	transition: all 500ms ease;
	box-sizing: border-box;
	padding: 5px;
}
.addresscard.list:hover {
	background: rgba(136, 136, 136, 0.1);
}
.addresscard.list .distance {
	line-height: 100%;
	margin-left: 5px;
}

.addresscard.list.item p {
	margin: 0;
}

.gm-style-iw p {
	padding: 0 5px;
}
@media all and (max-width: 800px) {
	.addresscard.list {width: 49%;}
	.search {width: 100%;}
}
@media all and (max-width: 600px) {
	.addresscard.list {width: 100%;}
}
.TeamMap .picture img {
	width: 100%;
}
.TeamMap.DetailCard h3 {
	margin-bottom: 0;
	font-size: 14px;
	color: rgb(181,9,0);
}
.TeamMap.DetailCard h4 {
	font-size: 14px;
	line-height: 120%;
	font-style: normal;
}
.TeamMap.DetailCard .addresscard,
.TeamMap.DetailCard a,
.TeamMap.DetailCard p {
	font-size: 14px !important;
	line-height: 140%;
	display: block;
}
.TeamMap.DetailCard .addresscard {margin-bottom: 5px;}
.TeamMap.DetailCard .content {
	border-top: 1px solid #aaa;
	padding-top: 10px;
}
.TeamMap.DetailCard .content h1 {
	font-size: 20px;
}
.TeamMap.DetailCard .item {
	padding: 10px;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, .2);
	position: relative;
	overflow: auto;
	box-sizing: border-box;
}
.TeamMap.DetailCard .item::-webkit-scrollbar {
	width: 5px;
}
 
.TeamMap.DetailCard .item::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}