div#gigs-content {
	margin: 0px auto;
}

div.gigs-icon {
    background-size: 40px 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: 12px;
}

div.gigs-icon:hover {
    opacity: 0.7;
}

div.gigs-ticket-icon {
    background-image: url('/img/gigs/icon-ticket.png');
}

div.gigs-map-icon {
    background-image: url('/img/gigs/icon-map.png');
}

div.gigs-facebook-icon {
    background-image: url('/img/gigs/icon-facebook.png');
}

div.blank-icon {
    width: 40px;
}

table#gigs-table {
	border-collapse: collapse;
	border: 1px solid #777;
    margin: 15px auto 20px;
}

table#gigs-table th.bg {
    background-color: #DBC3A2;
    color: #333;
    border-right: 1px solid #333;
}

table#gigs-table tr:nth-child(even) {
	border-top: 1px solid #777;
    /*border-bottom: 1px dashed #777;*/
}

table#gigs-table tr {

}

td.gigs-column {
    padding: 8px 12px;
}

td.gigs-table-where {
	/*border-left: 1px dashed #777;*/
	/*border-right: 1px dashed #777;*/
}

td.gigs-table-time {
	/*border-left: 1px dashed #777;*/
	/*border-right: 1px dashed #777;*/
}

