	.list-wrapper {width: 700px; margin: 20px 0px 20px 0px; box-shadow: 1px 1px 20px 1px #ddd; animation: fadein 750ms;}
	@keyframes fadein {
	    from { opacity: 0; }
		to   { opacity: 1; }
	}
	.list-photo {width: 100%; position: relative;}
	.list-photo img {width: 100%;}
	.list-title {padding: 2%; position: absolute; top: 0px; left: 0px; margin: 0%; background-color: rgba(31,76,90,0.75)}
	.list-title h2 {margin: 0; padding: 0; font-size: 150% !important;}
	.list-title h2 a {color: #fff !important; text-decoration: none !important;}
	.list-rank {border-radius: 15px; background-color: rgba(31,76,90,1.00); text-transform: uppercase; font-size: 80%; color: #fff; position: absolute; top: 15px; right: 10px; padding: 1% 2% 1% 2%;}
	.list-location {}
	.list-sleeps {}
	.clear {clear: both;}
	.list-blurb {display: none;}
	.list-buttons-wrap {position: absolute; right: 10px; bottom: 15px; display: flex;}
	.list-button {display: flex; flex: 1; flex-flow: column nowrap; justify-content: space-evenly; font-size: 125%;}
	.list-button a {color: #fff !important; text-decoration: none !important;}
	.list-info-wrap {padding: 10px 10px 10px 15px; text-align: left;}
	.list-subhead {text-transform: uppercase; font-weight: 700; color:rgba(106,106,106,1.00)}
	.list-sleeps p, .list-location p, .list-blurb p {margin: 0px; padding: 2px;}
	.list-show-map {display: none;}
	.list-bullets-wrap {display: flex;}
	.list-bullets {margin: 0% 0% 0% 0%; font-size: 100%}
	.list-bullets ul {padding: 0; margin-left: 25px;}
	.list-bullets li {list-style-type: disc; white-space: nowrap; margin-right: 30px;/* Prevents text wrapping */}
	.list-special p {margin: 10px 0px 10px 0px; color: green;}
	.list-special-decal {background-color: green; color: white; padding: 3px 5px 3px 5px; margin: 0px 5px 0px 0px; font-weight: bold;}
	@media screen and (max-width: 768px) {
		
		.list-wrapper {width: 100%; margin: 10px 0px 10px 0px;}
		.list-title h2 {text-align: left !important; margin: 0 !important; padding: 0 !important; font-size: 100% !important;}
		.list-info-wrap {font-size: 90%; padding: 10px 10px 10px 10px;}
		.list-rank {font-size: 50%;}
		.list-button {margin: 0%; font-size: 100%;}
		.list-address {display: none;}
		.list-show-map {display: inline-block;}
		.list-bullets ul {margin-left: 16px;}
		.list-bullets li {margin-right: 12px; font-size: 80%;}
		.list-special p {line-height: 28px;}

	}