.taplist-switcher {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.taplist-switcher > a.active {
	border-bottom: 1px solid #515151;
}
.taplist-switcher > a {
	cursor: pointer;
	width: 47%;
	text-align: left;
	padding-top: 2px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
	color: #222;
	text-decoration: none;
}
.tap-list-table {
	margin: 0 -16px;
}
.tap-list-table thead td {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .05em;
	color: #515151;
	padding-top: 9px;
	padding-bottom: 9px;
	border:none;
}
.tap-list-table td {
	padding-left: 16px;
	padding-right: 16px;
	border:none;
}
.tap-list-table thead td:last-child {
	padding-right: 0;
	text-align: center;
	border:none;
}
.tap-list-table tbody {
	font-weight: 300;
	color: #666666;
	border:none;
}
.tap-list-table tbody .normal-row {
	cursor: pointer;
	cursor: hand;
	border:none;
}
.tap-list-table tbody .normal-row:first-child td {
	border-top: none;
	border:none;
}
.tap-list-table tbody td {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	border:none;
}
.availability-icon.t1 {
	background-image: url(images/icon-tap.png);
}
.availability-icon.c1 {
	background-image: url(images/icon-can.png);
}

.availability-icon.g1{
	background-image: url(images/icon-growler.png);
}
.availability-icon.b1{
	background-image: url(images/icon-bottle.png);
	margin-right: 3px;
}
.availability-icon.hide{
	visibility: hidden;
	display: inline-block;
}
.availability-icon {
	display: inline-block;
	width: 11px;
	height: 25px;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 1px;
}
.tap-list-table tbody td:last-child {
	text-align: center;
	border:none;
}
.untappd-link, .untappd-link:visited {
	color: #404040;
	text-decoration: none;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/untpd-sprite.png);
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	background-position: 0 0;
	vertical-align: middle;
}
.tap-list-table tbody td.moreinfo-cell:last-child {
	text-align: left;
	border:none;
}
.tap-list-table tbody td:last-child {
	text-align: center;
	border:none;
}
.tap-list-table tbody td.moreinfo-cell {
	padding-top: 6px;
	padding-bottom: 14px;
	border-top: none;
}

.tap-list-table tbody td.moreinfo-cell .untappd-link-text, .tap-list-table tbody td.moreinfo-cell .abv {
	display: none;
}
