.wrapper {
	width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 800px) {
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
}

.two-column {
	float: left;
	display: block;
	width: 40%;
	margin: 0 30px;
}
.passenger-table {
	border: 1px #000000 solid;
	width: 100%;
}
.passenger-table th {
	text-align: left;
}

@font-face {
	font-family: Toyota;
	src: url(Toyota-Type.ttf);
}

html {
	background-color: #17487F;
}

.trips h2 {
	color: #eeeeee;
	margin-bottom: 50px;
}

.trips th {
	color: #dfdfdf;
	text-align: left;
}

.miscth td, .miscth th {
	border-bottom: 1px white solid;
	padding: 0 20px;
}

td {
	padding-right: 10px;
}

.bigrow, .bigrow th {
	padding-bottom: 20px;
}

table {
	border-collapse: collapse;
}

a {
	color: yellow;
}

body {
	color: #bbbbbb;
	font-family: Toyota, sans-serif;
}

.tscroll thead, .tscroll tbody { display: block; }

.tscroll tbody {
    height: 150px;       /* Just for the demo          */
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;  /* Hide the horizontal scroll */
}

.trip-table {
	width: 105%;
}

.petrol-table {
	width: 105%;
}

.payment-table {
	width: 105%;
}
