@charset "utf-8";

/*   
   Filename: registration_designs.css
*/


/* =============================================
	Styles used by  Registration Page
   =============================================
*/

/*
button {
	background-color:darkred;
	color:white;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	padding:.5em 1em;
}
*/

ul#registration p {
	font-size: 1em;
	line-height:1.5;
}

p#reg_list {
	font-size:1.1em;
	font-weight:bold;
}

article table#schedule {
	border:4px solid darkred;
	margin:10px auto;
	border-collapse:collapse;
	padding:5px;
	width:35%;
    margin: 10px 10px 120px 20px;
    box-shadow: rgba(70,36,37,1.00) 10px -10px 30px;

}

article table#schedule caption {
	line-height:20px;
	background:darkred;
	color:white;
	font-weight:700;
}

article table#schedule th, article table#schedule td {
	border: 1px darkred solid;
	padding:3px;
}

article table#schedule th {
	font-weight:800;
}

article table#schedule td#tickets {
	text-align:center;
	font-size:1.2em;
	color:white;
	background-color:darkred;
}

article table#schedule td#tickets a:link, article table#schedule td#tickets a:visited {
	color:white;
	font-style:italic;
	}

article table#schedule {
	border:4px solid darkred;
	margin:10px auto;
	border-collapse:collapse;
	padding:5px;
	width:35%;
}

article table#schedule caption {
	line-height:20px;
	background:darkred;
	color:white;
	font-weight:700;
}

article table#schedule th, article table#schedule td {
	border: 1px darkred solid;
	padding:3px;
}

article table#schedule th {
	font-weight:800;
}

article table#schedule td#tickets {
	text-align:center;
	font-size:1.2em;
	color:white;
	background-color:darkred;
}

article table#nutschedule td#tickets a:link, article table#nutschedule td#tickets a:visited {
	color:white;
	font-style:italic;
	}

