	html { 
		background: url(https://d2k11qbuxj0e8m.cloudfront.net/cas/static/bg1.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

	}
	body {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.8em;
	}
	img { 
		border: 0; 
	}
	.lightbox { display: none; }
	.flcustom {
		background: none;
	}
	.flcustom .featherlight-content {
		padding: 0;
		border-bottom: 0;
		background: none;
	}
	.flcustom .featherlight-close {

	}

	.pagetitle {
		font-family: 'Fjalla One', sans-serif;
		font-size: 2.5em;
		color: #407c64;
	}
	.pagetitle a {
		text-decoration: none;
		margin: 0 6px;
		color: #407c64;
	}
	.pagetitle a:hover {
		color: red;
	}

	.cemtable a {
		text-decoration: none;
		margin-right: 6px;
		color: #407c64;
	}
	.cemtable a:hover {
		color: red;
	}

	#resultstable td {
	  font-size: 0.8em;
	}
	#resultstable th {
	  font-size: 0.8em;
	  text-align: left;
	}
	#resultstable a {
	  text-decoration: none;
	  color: #407c64;
	  font-size: 1.2em;
	}
	#resultstable a:hover {
	  color: red;
	}

	#subnavul {
		list-style-type: none;
		margin: 0;
	  	padding: 0;
	  	overflow: hidden;
	}
	#subnavul li {
		float: left;
		color: #407c64;
	}
	#subnavul li:first-child {
		font-family: 'Fjalla One', sans-serif; 
		font-size: 2.5em;
		margin-right: 30px;
	}
	#subnavul li a {
		font-size: 1.1em;
		display: inline-block;
		color: #407c64;
		padding: 12px 8px;
		text-decoration: none;
	}
	#subnavul li a:hover {
		color: red;
	}
	#subnavul li.icon {display: none;}
	
	@media screen and (min-width: 870px) {
		#d1 {
	  		margin: auto;
	  		width: 90%; 
			max-width: 1000px; 
			min-width: 320px; 
		}

		#headerlogo {
			float: left;
			width: 30%;
			min-width: 220px;
		}

		#headertitle {
			font-family: 'Fjalla One', sans-serif;
			font-size: 2.5em;
			color: #407c64;
			float: left;
			width: 45%;
			margin-top: 5px;
		}
		#headertitle a {
			color: #407c64;
			text-decoration: none;
		}

		#headerdate {
			font-family: 'Fjalla One', sans-serif;
			font-size: 2em;
			color: #407c64;
			float: right;
			width: 25%;
			text-align: right;
		}

		#headerdatesmall {
			display: none;
		}

		.photos {
			float: left; 
			width: 480px;
			margin: 22px 20px 0 0;
		}

		.department {
			float:left; 
			width:230px; 
			min-height: 200px;
			text-align:center;
			margin: 20px 20px 0 0;
			background: #eef3f1 url(/static/header.png) 0 0 repeat-x; 
		}

		.department p {
			font-family: 'Fjalla One', sans-serif;
			font-size: 1.5em;
			margin-top: 6px;
			margin-bottom: 14px;
			color: #407c64;
		}

		.department ul {
			list-style-type:none;
		}

		.department ul li {
			text-align: left;
			margin-left: -20px;
			margin-right: 10px;
		}

		.department ul li a {
			text-decoration: none;
			color: #000;
		}
		.department ul li a:hover {
			text-decoration: underline;
			color: #000;
		}

		#nt-example1 {
			margin: 20px 0 0 0;
			padding: 0;
		}

		#nt-example1 li {
			color: #fff;
			background: #407c64;
			overflow: hidden;
			height: 40px;
			padding: 10px;
			line-height: 30px;
			list-style: none;
			font-size: 1.5em;
			text-align: center;
		}

		#logincontainer {
			width:50%; 
			margin: 40px auto; 
			text-align: center; 
			padding: 40px; 
			background-color: #fff;
		}

		#headermiddle {
		  float:left;
		}

		#headermiddle form select {
		  background-color: #eee;
		  border-radius: 0px 3px 3px 0px;
		  color: #407c64;
		  margin: 6px 0;
		  padding: 0 16px;
		  height: 40px;
		  max-width: 240px;
		}
		#resultstable tr td:nth-child(6) {
		  background-color: #fafafa;
		}
		#resultstable tr td:nth-child(7) {
		  background-color: #fff;
		}
		#resultstable tr td:nth-child(8) {
		  background-color: #fafafa;
		}
		#resultstable tr td:nth-child(9) {
		  background-color: #fff;
		}
		#resultstable tr td:nth-child(10) {
		  background-color: #fafafa;
		}
		#resultstable tr td:nth-child(11) {
		  background-color: #fff;
		}
		#resultstable tr td:nth-child(12) {
		  background-color: #fafafa;
		}

	}

	@media screen and (max-width: 869px) {
		#d1 {
	  		margin: auto;
	  		width: 320px; 
			padding: 20px; 
		}

		#headerlogo {
			min-width: 220px;
			text-align: center;
		}

		#headertitle {
			font-family: 'Fjalla One', sans-serif;
			font-size: 1.6em;
			color: #407c64;
			text-align: center;
		}
		#headertitle a {
			color: #407c64;
			text-decoration: none;
		}

		#headerdate {
			display: none;
		}

		#headerdatesmall {
			font-family: 'Fjalla One', sans-serif;
			font-size: 1.2em;
			color: #407c64;
			text-align: center;
		}

		.photos {
			display: none;
		}

		.department {
			float:left; 
			width: 100%;
			min-height: 200px;
			text-align:center;
			margin: 20px 20px 0 0;
			background: #eef3f1 url(/static/header.png) 0 0 repeat-x; 
		}

		.department p {
			font-family: 'Fjalla One', sans-serif;
			font-size: 1.5em;
			margin-top: 6px;
			margin-bottom: 14px;
			color: #407c64;
		}

		.department ul {
			list-style-type:none;
		}

		.department ul li {
			text-align: left;
			margin-left: -15px;
			margin-right: 10px;
		}

		.department ul li a {
			text-decoration: none;
			color: #000;
		}
		.department ul li a:hover {
			text-decoration: underline;
			color: #000;
		}

		#nt-example1 {
			margin: 20px 0 0 0;
			padding: 0;
		}

		#nt-example1 li {
			color: #fff;
			background: #407c64;
			overflow: hidden;
			height: 40px;
			padding: 10px;
			line-height: 30px;
			list-style: none;
			font-size: 1em;
			text-align: center;
		}

		#logincontainer {
			margin: 40px auto; 
			text-align: center; 
			background-color: #fff;
		}

		#headermiddle {
		  text-align: center;
		}

		#headermiddle form select {
		  background-color: #eee;
		  border-radius: 0px 3px 3px 0px;
		  color: #407c64;
		  margin: 6px 0;
		  padding: 0 16px;
		}
		#resultstable tr td:nth-child(6) {
		  display: none;
		}
		#resultstable tr td:nth-child(7) {
		  display: none;
		}
		#resultstable tr td:nth-child(8) {
		  display: none;
		}
		#resultstable tr td:nth-child(9) {
		  display: none;
		}
		#resultstable tr td:nth-child(10) {
		  display: none;
		}
		#resultstable tr td:nth-child(11) {
		  display: none;
		}
		#resultstable tr td:nth-child(12) {
		  display: none;
		}
		#resultstable tr th:nth-child(6) {
		  display: none;
		}
		#resultstable tr th:nth-child(7) {
		  display: none;
		}
		#resultstable tr th:nth-child(8) {
		  display: none;
		}
		#resultstable tr th:nth-child(9) {
		  display: none;
		}
		#resultstable tr th:nth-child(10) {
		  display: none;
		}
		#resultstable tr th:nth-child(11) {
		  display: none;
		}
		#resultstable tr th:nth-child(12) {
		  display: none;
		}

		#chartcontainer {
			display: none;
		}

	}



/* ---------- LOGIN ---------- */


#login * {
  box-sizing: border-box;
}

#login *:before, #login *:after {
  box-sizing: border-box;
}


#login {
  width: 280px;
  margin: auto;
}

#login form span {
  background-color: #ddd;
  border-radius: 3px 0px 0px 3px;
  color: #606468;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

#login form input {
  height: 50px;
}

#login form input[type="text"], input[type="password"] {
  background-color: #eee;
  border-radius: 0px 3px 3px 0px;
  color: #606468;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 230px;
  border-color: #ddd;
  border-style: solid;
}

#login form select {
  background-color: #e3e3e3;
  border-radius: 0px 3px 3px 0px;
  color: #606468;
  margin-bottom: 1em;
  padding: 0 16px;
  height: 50px;
}


#login form input[type="submit"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #407c64;
  color: #eee;
  font-weight: bold;
  margin-bottom: 2em;
  text-transform: uppercase;
  width: 280px;
  cursor: pointer;
  border-style: solid;
}

#login form input[type="submit"]:hover {
  background-color: #408c64;
}

#login > p {
  text-align: center;
}

#login > p span {
  padding-left: 5px;
}
