/** Hide filter on the left */

#reservations-left {
	display:none;
	width:0;
}

#reservations {
	margin-left:0;
}
