h1 {
	margin-bottom: 20px;
}


/**
 * Main Picture
 */
#content .main_picture {
	margin-bottom: 35px;
}


/**
 * Previews
 */
#content .previews {
	margin-top: 7px;
}

#content .previews .column {
	padding-right: 2%;
	width: 32%;
}

#content .previews .column .simple_picture {
	margin-top: 16px;
}


/**
 * Rooms
 */
#content .rooms {
	margin: 10px 0 23px;
	overflow: hidden;
	position: relative;
}

#content .room {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.js #content .room {
	display: none;
}

.js #content .room_selected {
	display: block;
}


/**
 * Base
 */
#content .base h3 {
	padding-bottom: 14px;
	padding-top: 10px;
}

#content .base .column {
	padding-right: 1%;
	width: 50%;
}

#content .base .column_last {
	width: 49%;
}


/**
 * Devices
 */
#content .devices li {
	margin: 0;
}

#content .devices li:before {
	content: '';
	float: none;
	margin-left: 0;
}

#content .devices .count {
	color: #999;
}


/**
 * Reservation
 */
.js #content .reservation .container {
	display: none;
}

.js #content .reservation .container_selected {
	display: block;
}


/**
 * Prices
 */
#content .rooms .prices th {
	width: 240px;
}
