body#tour {
 	background: url(../gamma/images/xxxlarge/53.jpg)no-repeat center center fixed !important;
	background-size: cover; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media (max-width: 1295px) {
	body#tour{
 		background: url(../gamma/images/xxxlarge/53.jpg)no-repeat center center fixed !important;
		background-size: 1295px auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

@media (max-width: 767px) {
	body#tour{
 		background: url(../gamma/images/xxxlarge/53.jpg)no-repeat center center fixed !important;
		background-size: 767px auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

@media (max-width: 480px) {
	body#tour{
 		background: url(../gamma/images/xxxlarge/53.jpg)no-repeat center center fixed !important;
		background-size: 480px auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

@media (max-width: 320px) {
	body#tour{
 		background: url(../gamma/images/xxxlarge/53.jpg)no-repeat center center fixed !important;
		background-size: 320px auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

table#tourdate{
	/* border-collapse: separate; */
	font-weight: bold;
	background-color: rgba(3, 3, 3, 0);
	color: #fff;
	text-rendering: optimizeLegibility;
	/* border-spacing : 0px 5px; */
	width : 1110px;
}
table#tourdate thead th { 
	background-color: rgba(3, 3, 3, 0.5);
	font-weight: 600;
	text-align : center;
}
table#tourdate thead th, 
	table#tourdate tbody td {
	padding: .8rem;
	/*font-size: 1.4rem; */
}
table#tourdate tbody td {
	padding: .8rem;
	/*font-size: 1.4rem;*/
	color: #444;
	/*background: #eee;*/
	background-color: rgba(255, 255, 255, 0.8);
	text-align : left !important;
}

/* table#tourdate thead tr th:first-child {
	border-radius : 2px 0px 0px 2px;
}

table#tourdate thead tr th:last-child {
	border-radius : 0px 2px 2px 0px;
}

table#tourdate tbody tr td:first-child {
	border-radius : 2px 0px 0px 2px;
}

table#tourdate tbody tr td:last-child {
	border-radius : 0px 2px 2px 0px;
}
 */

 table#tourdate tbody tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align : left;
}
/* table#tourdate tbody tr:not(:last-child) {
	border-top: 1px solid #000;
	border-bottom: 0px;
	text-align : left;
} */
@media screen and (max-width: 1281px) {
	table#tourdate {
		width :inherit;
	}
	table#tourdate thead {
		display: none; 
	}
	table#tourdate tbody td {
		display: block;
		padding: .6rem; 
		text-align : left;
	}
	table#tourdate tbody tr td:first-child {
		color: #fff; 
		background-color: rgba(3, 3, 3, 0.3);
		text-align : left;
	}
	table#tourdate tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 6rem; 
	}
	.pastgigs {
		display: none; 
	}
	
/* 	table#tourdate tbody tr td:first-child {
		border-radius : 2px 2px 0px 0px;
	}

	table#tourdate tbody tr td:last-child {
		border-radius : 0px 0px 2px 2px;
		text-align : right !important;
	}
 */
}
