/* acqua-dynamic-flight */
.acqua-dynamic-flight .table > thead > tr > th,
.acqua-hotel-results:hover .acqua-dynamic-flight .table > thead > tr > th {
	padding: 2px 10px;
	font-weight: 400;
	font-size: 18px;
	background-color: #f1f1f1;
	border-radius: 4px 4px 0 0;
}
.acqua-dynamic-flight table {
	margin-bottom: 0;
}
.acqua-hotel-details .acqua-dynamic-flight table {
	margin-bottom: 20px;
}
.acqua-hotel-details .acqua-dynamic-flight .table > tbody > tr > td {
	border-bottom: 2px solid #ddd;
}
.acqua-dynamic-flight th a {
	display: inline-block;
	padding:  0 5px;
	font-weight: 400;
	font-size: 11px;
}
.acqua-dynamic-flight .table > tbody > tr > td {
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: none;
}
.acqua-dynamic-flight td:first-child {
	border-right: 1px solid #ddd;
}
.acqua-dynamic-flight td .segment {
	margin-top: 10px;
}
.acqua-dynamic-flight td .segment:first-child {
	margin-top: 0;
}
.acqua-dynamic-flight td img {
	float: left;
	margin-right: 5px;
}
.acqua-dynamic-flight td .destination {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 3px;
	line-height: 1;
}
.acqua-dynamic-flight td .date-time {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1;
}
.acqua-dynamic-flight td .glyphicon-arrow-right {
	position: relative;
	top: -1px;
	font-size: 9px;
}