#mobile-display-tabs{
	max-width: 680px;
	text-align: left;
	margin-left: 0;
	padding: 0;
}
#mobile-display-tabs>.nav.nav-tabs{
	display: inline-block;
	vertical-align:top;
	padding-right: 0px;
	margin-left: 0;
}
#mobile-display-tabs>.nav.nav-tabs>li{
	margin-left: 0;
}
#map-apps,#mobile-display-tabs>.tab-content>.tab-pane{
	max-width: 300px;
	vertical-align:top;
}
.directions_via>button{
	width: 250px;
}
.directions_via>button>img{
	float: left !important;
}
.directions_via>button>h1{
	margin: -0.1em 0px 0em 8px;
}
#mobile-display-tabs>.tab-content>.tab-pane>img.content{
	vertical-align: top;
	width: 92%;
}
#mobile-display-tabs>.tab-content>.tab-pane.active{
	border-top-color: transparent;
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
}
@media screen and (max-width: 770px){
	#mobile-display-tabs>.tab-conent>.tab-pane>img.content{
		margin-top: 0 !important;
		vertical-align: top;
	}
}
@media screen and (max-width: 800px){
	#mobile-display-tabs>.tab-conent>.tab-pane>img.content{
		margin-top: -120px !important;
		vertical-align: top;
	}
}
@media screen and (max-width: 1092px){
	#mobile-display-tabs>.nav.nav-tabs{
		width: 300px!important;
	}
	#mobile-display-tabs>.tab-content>.tab-pane{
		border-right-style: solid !important;
		border-right-width: 1px !important;
		border-bottom-style: solid !important;
		border-bottom-width: 1px !important;
		border-left-style: solid !important;
		border-left-width: 1px !important;
		padding: 5px !important;
	}
}
@media screen and (min-width: 1092px){
	#mobile-display-tabs>.nav,#mobile-display-tabs>.nav>li>a{
		display: none !important;
		visibility: collapse !important;
		opacity: 0 !important;
	}
	#map-apps,#mobile-display-tabs>.tab-content>.tab-pane{
		display: inline-block !important;
		visibility: visible !important;
		opacity: 1;
	}
	#map-apps,#mobile-display-tabs>.tab-content>.tab-pane>*{
		visibility: visible !important;
	}
	#mobile-display-tabs>.tab-content>.tab-pane{
		border-right-style: none !important;
		border-right-width: 0px !important;
		border-bottom-style: none !important;
		border-bottom-width: 0px !important;
		border-left-style: none !important;
		border-left-width: 0px !important;
		padding: 0px !important;
	}
}