@import "/common/stylesheets/sidebar.css";
@import "/common/stylesheets/div-section-subnavigation.css";
@import "/common/stylesheets/div-section-images.css";
@import "/common/stylesheets/div-section-data-table.css";

div.flight-table {
	width: 310px;
	margin-bottom: 10px;
}

div.flight-table-heading {
	width: 310px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.flight-item {
	margin: 0 0 5px 0;
	position: relative;
}

div.airport {
	float: left;
	width: 240px;
}

div.price {
	float: left;
	width: 70px;
}

.clear {
	line-height: 0;	
}

p {
	margin-bottom: 10px;
}

.last {
	margin-bottom: 10px;	
}
