div.attribution, div.gigs-rss {
	text-align: center;
	/* font-size: 87%; */
	margin: .5em 0px;
}

div.gigs-rss img {
	position: relative;
	top: 2px;
}

div.attribution span {
	margin: 0px 1em;
}

table.gig_detail {
	width: 100%;
	text-align: left;
	/* font-size: 1.0em; */
	border-collapse: collapse;
	/* border: 2px solid #666; */
}

table.gig_detail tr {
	border: 8px solid white;
}

table.gigs {
	width: 100%;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
	border: 2px solid #666;
}

table.gigs td.icon {
	width: 18px;
	text-align: center;
	vertical-align: middle;
}

table.gigs td.time {
	text-align: right;
}

table.gigs a {
	font-weight: bold;
}

table.gigs a img {
	border: 0px;
}


table.gigs tr.gig {
	border-top: 1px solid #666;
	line-height: 2.0em;
}

table.gigs tr.gig_sep {
	border-top: 2px solid #666;
	line-height: 1.8em;
	font-size: 1.1em;
}

table.gigs td.shortNotes {
	padding-left: 4px;
}

.bold {
	font-weight: bold;
}

img.buy {
	position: relative;
	top: 3px;
}