@charset "utf-8";

/*   
   Filename: aladdin_designs.css
*/


/* =============================================
	Styles used by Aladdin Page
   =============================================
*/



article table#schedule {
	border:4px solid darkred;
	margin:10px auto;
	border-collapse:collapse;
	padding:5px;
	width:50%;
    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:60%;
}

article table#schedule caption {
	line-height:1.5em;
	background:darkred;
	color:white;
	font-weight:normal;
	font-size:1.5em;
}

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

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;
	}

