.wcu-table-hotels-list a {
	box-shadow: none;
}

.wcu-table-hotels-list .tripadvisor-rating {
	background: #8BC34A;
	color: #fff;
	display: inline-block;
	padding: 1px 8px;
	line-height: 1.5;
	font-size: 14px;
	min-width: 35px;
	text-align: center;
	border-radius: 4px;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: .4375em;
}