
.noprint {
	display: none;
}

.wide .contentDiv {
	padding: 0 !important;
}

.fb_like_container {
	display: none;
}

.story_tweet_button {
	display: none;
}

.rental_container {
	line-height: 1.6;
	width: 100%;
	max-width: 1040px;
}

.rental_header img {
	width: 100%;
	max-width: 1400px;
	height: auto;
}

.rental_title {
    margin-top: -85px;
    margin-left: 20px;
}

.rental_title h1 {
	color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
	font-size: 3.5em;
	font-weight: 800;
	text-shadow: 1px 1px 3px #000;
	text-transform: uppercase;
	border-bottom: none !important;
}

.rental_nav {
	color: #000000;
	background-color: green;
/*    background: #500000 none repeat scroll 0% 0%; */
    height: 4em;
    padding: 1.2em 0px 0px 20px;
    font-size: 1em;
}

.rental_nav_dropdown {
	color: #000000;
	background-color: green;
	margin-top: .1em;
	font-size: 1.5em;
	color: rgb(80, 0, 0);
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	background: transparent none repeat scroll 0% 0%;
	margin: 0;
	box-shadow: none;
	border: 0px none;
	box-sizing: border-box;
	padding: 0;
}

.rental_content {
    padding: 1em 20px;
    font-size: 1.2em;
}

.rental_content p.intro_text {
	font-size: 28px;
}

.rental_pricing {
    float: right;
    background: #f1f1f1;
    padding: .1em 1em;
    border: 1px solid #ddd;
    margin: 1.5em 0 0 2em;
	min-width: 250px;
}

ul.rental_features {
    margin-left: 2em;
}

.rental_content h1 {
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
    color: #500;
    font-weight: 700;
    font-size: 1.6em;
}

@media (max-width: 900px) {

.story-details {
    display: none;
}

.rental_title h1 {
	font-size: 1.5em;
}

.rental_title {
	margin-top: -53px;
}

.rental_nav {
	color: #000000;
	background-color: green;
/*    background: #500000 none repeat scroll 0% 0%; */
    padding: 0 0 0 .7em;
    font-size: 1em;
}

.rental_nav_dropdown {
	color: #000000;
	background-color: green;
    margin-top: 1.3em;
    max-width: 90%;
	font-size: 1.5em;
}

.rental_pricing {
	float: none;
    background: #EAEAEA;
    margin: 0 0 1em 0;
}

.rental_content h1 {
    border-bottom: none;
    line-height: 1;
}

ul.rental_features {
    margin-left: -1em;
}

}
Displaying facility_rentals.css.