/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li ul,
.shared-detail ul.meeting-subtab li ul {
	margin-top: 10px;
}

.shared-detail ul.amen-subtab > li,
.shared-detail ul.meeting-subtab > li {
	display: flex;
	padding: 10px;
	margin: 0;
	max-width: 100%;
}

.shared-detail ul.amen-subtab > li > .value,
.shared-detail ul.meeting-subtab > li > .value.content,
.shared-detail ul.meeting-subtab > li > .meeting-value {
	margin-left: auto;
}

.shared-detail .detail-drawers ul.amen-subtab,
.shared-detail .detail-drawers ul.meeting-subtab {
	background-color: #fff;
	margin-left: 0;
	list-style-type: none;
}

.shared-detail .detail-drawers ul.amen-subtab > li,
.shared-detail .detail-drawers ul.meeting-subtab > li {
	background: white;
	border-bottom: 1px solid black;
}

.shared-detail .detail-drawers ul.amen-subtab > li .value-array {
	margin-left: auto;
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content {
	display: none;
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content.active {
	display: block;
	width: 100%;
}

.shared-detail dd.active > .tab-button {
	background-color: #0b467e;
	color: white;
}

.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: #0b467e;
	border: 1px solid #0b467e;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.shared-detail .yelp-hours {
	list-style: none;
	margin-left: 0;
}

.shared-detail .yelp-hours .day {
	font-weight: bold;
}

.shared-detail .subtab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.shared-detail .item .img-cont img {
	width: 100%;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

.shared-detail table {
	width: 100%;
	background-color: white;
	border: 1px solid black;
}

.shared-detail table tr:first-of-type th {
	font-weight: 700;
	text-align: center;
	background-color: #e9e9ea;
}

.shared-detail table tr:nth-of-type(odd) {
	background: #e9e9ea;
}

.shared-detail table th, 
.shared-detail table td {
	border-bottom: 1px solid #f7f7f5;
	border-right: 1px solid black;
	padding: 10px;
}

.shared-detail table td {
	text-align: right;
}

.shared-detail table tr:last-of-type td {
	border-bottom: 1px solid black;
}

.shared-detail tr td.roomName {
	text-align: left;
}

.shared-detail tr.child td.roomName {
	text-indent: 10px;
}

@media screen and (max-width: 1024px) {
	.shared-detail .large-table {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
	}
}