html
{
/* 		background: #999; */
}

body
{
	color: #000;
	background: white;
/* 		box-shadow: 0 0 50px 16px #000; */
}

body > label
{
	color: white;
}

nav a
{
	color: #334265;
}

nav a:hover
{
	color: #6684C9;
}

nav
{
	background: radial-gradient(ellipse at right top, white, #6684C9);
}

nav ul
{
	background: radial-gradient(ellipse at right top, transparent 59%, white 69%), url(/images/logo.png) no-repeat;
	background-position: 0 0, right 30px;
}

main > header h1
{
	text-shadow: 0 0 0.1em #999;
	color: #6684C9;
}

main > header h2
{
	color: #666;
}

.show_details
{
	background: #eee;
}

li:nth-child(2n) .show_details
{
	background: #ccc;
}

.tickets a
{
/* 		background: #334265; */
/* 		color: white; */
}

.tickets a:hover
{
/* 		background: #6684C9; */
}

section.season header p.tcota::before
{
	content: url(/images/tcalogo.gif);
}

.black { display: none !important;}
.white { display: flex !important;}

section.famous_rovers ul li:nth-child(2n)
{
	background: #ccc;
}
