a {
	text-decoration: none !important;
	color: #F00;
}
label {
	color: #F00 !important;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
.bookingIcons .glyphicon {
	font-size: 70px;
	color: #F00;
	padding: 30px;
	border: 5px solid #333333;
	border-radius: 50%;
	margin-bottom: 5px;
}
.phone_icon_new {
	border: 5px solid #333333;
	border-radius: 50%;
	color: #f00;
	display: block;
	font-size: 70px;
	height: 180px;
	margin: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	width: 180px;
}
.phone_icon_new > img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
table thead tr th {
	padding: 6px;/*border-top: 1px solid #888;

	border-bottom: 1px solid #888;*/

}
table thead tr th, table tbody tr td{
  text-align: center;
}
.airport_table_new thead tr th:first-child, .airport_table_new tbody tr td:first-child {
  text-align: left;
}
table tbody tr td {
	padding: 6px;
}
thead {
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
}

/*th, td {

	border-right: 1px solid #888;

}*/
