
/* Font */
h3 {
	font-family: “minion-pro”, Times, "Times New Roman", serif
}
.amenities h3{
	text-transform: uppercase;
	letter-spacing:.1em;
}


/* Amenities Table */
.amenities > .et_pb_column > .et_pb_text{
	margin-bottom: 1%;
}
.amenities-table {
	margin:0px;padding:0px;
	width:100%;
	border:solid 1px #bbb !important;	
}
.amenities-table table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:solid 1px #bbb !important;
}
.amenities-table td{
	vertical-align:middle;
	text-align:center;
	padding:2px;
	font: 11px/12px "Futura Book",Helvetica,Arial,sans-serif;
	color:#000;
	padding: 6px 10px !important;
	border:solid 1px #bbb !important;
}
/* Row Heading */
.amenities-table tr:first-child td{
	text-align:center;
	letter-spacing:.1em;
	text-transform: uppercase;
	font: 11px/16px "Futura Book",Helvetica,Arial,sans-serif;
	color:#86362c;
	padding: 6px 6px;
	border:solid 1px #bbb !important;
}
/* Column Heading */
.amenities-table td:first-child{
	font: 16px/21px "minion-pro", Times, "Times New Roman", serif;
	color:#666;
	font-style: italic !important;
	letter-spacing:.02em;
	white-space:nowrap;
	text-align: left;
	padding: 6px 10px !important;
}

@media only screen and (max-width: 1280px){
	.pinned {
		background: #e8e2d4 !important;
		border-left: none !important;
		width: 20% !important;
	}
	.pinned tr:last-child{
		border-bottom:solid 1px #bbb !important;
	}
	.table-wrapper .scrollable table{
		margin-left: 19.9% !important;
	}
}

@media only screen and (max-width: 885px){
	.pinned {
		width: 30% !important;
	}
	.table-wrapper .scrollable table{
		margin-left: 29.9% !important;
	}
}

@media only screen and (max-width: 540px){
	.pinned {
		width: 40% !important;
	}
	.table-wrapper .scrollable table{
		margin-left: 39.9% !important;
	}
}
@media only screen and (max-width: 408px){
	.pinned {
		width: 50% !important;
	}
	.table-wrapper .scrollable table{
		margin-left: 49.9% !important;
	}
}
@media only screen and (max-width: 320px){
	.pinned {
		width: 55% !important;
	}
	.table-wrapper .scrollable table{
		margin-left: 54.9% !important;
	}
}


@media only screen and (max-width: 980px){
	.et_pb_column{
		margin-bottom: 0 !important;
	}