/*--------------------------Begin the CSS--------------------------*/
html {
	font-size: 62.5%;
}
body {
	font: 1.6rem/1.5 Arial, san-serif;
	background: #333333;
	color: #EAEAEA;
}
/*--------------------------Tour Dates Section--------------------------*/
section thead {
  visibility: hidden;
}
section h2 {
  text-align: center;
	font-weight: bold;
  text-transform: uppercase;
  font-size: 2.8rem;
}
table {
	position: relative;
}
/*Relace text with images*/
section a[href*="google"], section td:nth-of-type(5n) a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -999rem;
	height: 5rem;
	width: 5rem;
}
section a[href*="google"] {
	background-image: url("../images/location.png");
	padding: 0 1.5rem 0 0;
}
section tr td:nth-of-type(5) a {
	background-image: url("../images/ticket.png");
	background-repeat: no-repeat;
}
section tr td:nth-of-type(1) abbr , section tr td:nth-of-type(2), section tr td:nth-of-type(3) {
	font-weight: bold;
	display: block;
}
section tr td:nth-of-type(5),section tr td:nth-of-type(4) {
	padding: 0 0 10rem 0;
}
section tr td:nth-of-type(1) {
	padding: 0 39rem 10rem 5rem;
}
section td:nth-of-type(2), section td:nth-of-type(1) abbr {
	text-transform: uppercase;
	line-height: 1;
	font-size: 2.3rem;
	text-decoration: none;
}
section td:nth-of-type(2) {
	color: #AAAAAA;
	padding: 0 30rem 0 0;
}
section td:nth-of-type(5n)::after {
	content: "";
	display: block;
	margin-top: 7rem;
	width: 90%;
	height: 0.5rem;
	background: #783C90;

	position: absolute;
	left: 3rem;
}
