@media screen and (min-width: 783px){
.alongsidename{
max-width: 80% !important;
}
}
@media screen and (max-width: 782px){
.alongsidename{
max-width: 70% !important;
}
}
@media screen and (max-width: 532px){
.alongsidename{
margin: 0 !important;
max-width: 60% !important;
}
}
a.directions_via > button > p, div.tab-content > p{
		display: none !important;
		margin: 0 !important;
		visibility: collapse !important;
}
a.directions_via > button > h1{
		margin: -1px, 0, -1px, 0 !important;
}