.gmpMmlSliderTableShell {
	font-family: Roboto,Arial,sans-serif;
	font-size: 1.1em;
}
.gmpMmlSliderTableShell .gmpMarkerGroup {
	padding: 5px;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
}
.gmpMmlSliderTableShell .gmpMarkerGroup:hover {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.gmpMmlSliderTableShell .gmpMarkerGroup a, a:hover {
	color: #000000;
	text-decoration: none;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTableScroll {
	max-height: 400px;
	overflow: auto;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable {
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable th {
	background: linear-gradient(rgb(255, 255, 255) -10px, rgb(212, 212, 210) 80%) !important;
	text-align: center;
	font-family: inherit;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable td {
	padding: 10px;
	border-bottom: 1px solid #969191;
	background-color: #ffffff;
	font-family: inherit;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.5;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable tr:last-of-type td {
	border-bottom: 0px !important;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable td:first-child a {
	font-family: inherit;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	white-space: nowrap;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable .gmpMmlSlideImg img {
	margin: 0px 10px 0px 0px !important;
	max-width: 200px;
	max-height: 200px;
}
.gmpMmlSliderTableShell .gmpMmlSlidesTable .gmpMmlGetDirections {
	vertical-align: middle;
	text-align: center;
}
.gmpMarkerGroupWrapper.active{
	 display: block!important;
}
@media only screen and (max-width: 768px) {
	.gmpMmlSliderTableShell .gmpMmlSlidesTable .gmpMmlGetDirections {
		text-align: left;
	}
}