@import url(timetable.css);

div.timetableForm label,
div.timetableForm span.label
{
	width: 50px;
}

div.timetableForm label.calendar
{
	width: 65px;
}

div.timetableForm select.cities
{
	width: 120px;
	margin: 0 20px 0 0;
}

div.timetable table.results col.depart
{
	width: 95px;
}

div.timetable table.results col.arrive
{
	width: 95px;
}

div.timetable table.results col.day
{
	width: 62px;
}

div.timetable table.results col.flightNo
{
	width: 164px;
}

div.timetable table.results col.flightNoWeekly
{
	width: 100px;
}

div.timetable table.results col.route
{
	width: 400px;
}

div.timetable table.results col.stops
{
	width: 65px;
}
