header {
	text-align: center;
	background-color: #ffff80;
	line-height: 3em;
	border:3px solid #FF0000; 
	box-shadow: 0px 0px 20px #ff0000 inset;
	border-radius: 20px;
	width: 100%;
	height: 200px;
	background-size: cover;	
	background-image: url(Website-banner.png);
	background-position: 50% 55%;

	}

header>h1 { 
	font-family: "URW Chancery L", "TeX Gyre Chorus Medium", "Free Chancery", "Zapf Chancery", cursive;
	color: red;
	font-size: 50pt;
}

div#data {
    float: left;
    width: 30%;
}

.textshadow{
	text-shadow: 0px 0px 3px #444444; 
}

div#current {
	color: #ff0000;
	border:3px solid #999999; 
	box-shadow: 0px 0px 10px #999999 inset;
	background-color:#f0f8ff; 
	border-radius: 20px;
	padding:10px;
	margin-top: 10px;
}

div#failures {
	box-shadow: 0px 0px 10px #999999 inset;
	color: #000000;
	border:3px solid #999999; 
	background-color:#f0f8ff; 
	border-radius: 20px;
	padding:10px;
	margin-top: 10px;
}

div#graph {
	margin-left: 30%;
/*	position: fixed; */
}

th {text-align: left;}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { 
    content: " \25B4\25BE" 
}

tr.danger {
	color: red;
	background-color: yellow;
}

tr.tablehead {
	color: red;
	background-color: yellow;
	font-weight: bold;
}
