.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .yelp-hours {
	list-style: none;
	margin-left: 0;
}

.shared-detail .yelp-hours .day {
	font-weight: bold;
}

.shared-detail .item .img-cont img {
	width: 100%;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

@media screen and (min-width: 970px) {
	.shared-detail .item .inner {
		display: flex;
		flex-direction: row;
	}

	.shared-detail .item .img-cont { 
        max-width: 400px;
        margin-right: 25px;
    }
}
