.button-center {
	display: block !important;
	margin: 0 auto !important;
	max-width: 200px;
}

.chauffeur-service-rates-table-wrapper {
	overflow-x: auto;
}

.chauffeur-service-rates-table {
	min-width: 1000px;
}

.chauffeur-service-rates-table th:first-child {
	background: transparent;
}

.chauffeur-service-rates-table th:first-child:after,
.chauffeur-service-rates-table th:first-child:hover:after {
	border-top: none;
}

table.chauffeur-service-rates-table tbody th {
	padding: 30px;
	position: relative;
}

.chauffeur-service-rates-table th:after {
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 30px;
}

.chauffeur-service-rates-table th p {
	line-height: 160%;
	font-size: 16px;
	margin: 0 0 0px 0;
	color: #838383;
	font-family: 'Source Sans Pro', sans-serif;
}

.chauffeur-service-rates-table th p strong {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	display: block;
	color: #fff;
	font-weight: bold;
}

table.chauffeur-service-rates-table td {
	padding: 30px !important;
}

.chauffeur-service-rates-table td p {
	color: #838383;
	margin: 0;
	font-size: 15px;
}

.chauffeur-service-rates-table td p strong {
	color: #424242;
	font-family: 'Montserrat', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.chauffeur-service-rates-table td:first-child img {
	float: left;
}

.chauffeur-service-rates-table td:first-child p {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	padding: 14px 0 14px 14px;
	margin: 0;
	font-size: 16px;
}

table.chauffeur-service-rates-table tbody th:first-child {
	border-right: none;
}

table.chauffeur-service-rates-table tbody th:first-child:hover {
	background: transparent;
}

table.chauffeur-service-rates-table tbody tr:first-child {
	background: #fff;
}

table.chauffeur-service-rates-table tbody tr {
    background: #f8f8f8;
}

table.chauffeur-service-rates-table tbody tr:nth-child(2n) {
    background: #fff;
}

table.chauffeur-service-rates-table tbody tr td:first-child {
	background: #f8f8f8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #fff , #f8f8f8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #fff , #f8f8f8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #fff , #f8f8f8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #fff , #f8f8f8); /* Standard syntax */
}

table.chauffeur-service-rates-table tbody tr:nth-child(2n) td:first-child {
	background: #fff;
}

.qns-return-journey-date-time .booking-form-hour,
.qns-return-journey-date-time .booking-form-min {
	float: left;
	width: 50%;
}

.qns-return-journey-date-time .booking-form-min select {
	border-left: #e8e8e8 1px solid;
}