#calendar, #shuttle {
	margin-left: 195px;
}
#calendar table, #shuttle table {
	width: 535px;
	border: 2px solid #fec810;
	border-collapse: collapse;
	margin: 5px 0 25px;
}
#calendar th, #shuttle th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background: #fef6db;
	border-bottom: 2px solid #fec810;
}
#calendar td, #shuttle td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 150px;
	padding: 3px 10px;
	border: 1px solid #fec810;
}
#calendar p {
	font-weight: bold;
	margin-top: 20px;
	padding: 0;
}
#shuttle h3 {
	font-size: 12pt;
	text-align: center;
	color: #b30209;
	margin: 0;
	padding: 5px;
}
#shuttle th {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 10px;
	border: 1px solid #fec810;
	border-top: 2px solid #fec810;
	border-bottom: 2px solid #fec810;
}
#shuttle td {
	font-size: 12pt;
	text-align: left;
	padding: 2px 10px;
	border: 1px solid #fec810;
}
#shuttle .from, #shuttle .to {
	width: 170px;
}
#shuttle .time {
	font-family: Arial, Helvetica, sans-serif;
	width: 90px;
	text-align: right;
}
#shuttle .price {
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	text-align: right;
}

