table.price_list {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
	background-color: #fff;
	border: none;
	width: 100%;
}

table.price_list caption {
	margin-top: 1em;
	text-align: right;
}

table.price_list th,
table.price_list td {
	padding: 4px 6px;
}

table.price_list th {
	background: #1b3ab4;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	color: #ffffff;
}

table.price_list td {
	text-align: center;
	white-space: nowrap;
}

table.price_list td.fee {
	text-align: right;
	white-space: nowrap;
}

table.price_list td.mtop {
	text-align: right;
	white-space: nowrap;
	background: #ffffff;
}

table.price_list col.departure{
	text-align: left;
	background: #b7cdda;
}

table.price_list col.destination{
	text-align: left;
	background: #c6deeb;
}

table.price_list col.charge{
	background: #f5da81;
}

table.price_list col.destinations{
	background: #d3edfb;
}
