
.module-booking-list .col-filter {
	display: none;
}


		
a {
	text-decoration: none;
	color:currentColor;
}

body {
	
	width:100%;
	height: auto;
}

* {
	font-family: Arial;
}

.inner {
	max-width: none;
	padding:0;
	margin:0;
}

table {
	font-size:15px;
	text-align: left;
	width:100%;
}

th {
	border-bottom: 2px solid #eeeee;
	padding:1em 0.5em;
}
td {
	border-bottom: 1px solid #eeeeee;
	padding:1em 0.5em;
}
		


