* {
	margin: 0;
	padding: 0;
	font-family: arial;
}

.profile_link img {
	width: 50px;
    	position: absolute;
   	top: 1px;
   	right: 0px;
}

.menu-container {
	overflow: hidden;
}

.slideout-menu {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1;
	overflow: auto;
}
.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
}
.slideout-menu ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
}
.slideout-menu ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
.slideout-menu ul li a:hover {
	background: #000;
	color: #fff;
}
.slideout-menu ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}

.slideout-menu ul ul {
	display: none;
}

.slideout-menu ul li:hover > ul {
	display: block;
	z-index:1000;
}

.slideout-menu ul ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
}
.slideout-menu ul ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
.slideout-menu ul ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
.slideout-menu ul ul li a:hover {
	background: #000;
	color: #fff;
}
.slideout-menu ul ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}

.header {
	padding: 15px;
	background: #3b5998;
}
.header .slideout-menu-toggle {
	font-size: 1.2em;
	color: #999;
	text-decoration: none;
}
.header .slideout-menu-toggle:hover {
	color: #fff;
}
.header .slideout-menu-toggle i {
	vertical-align: top;
	margin: 5px 3px 0 0;
}

.content {
	width: 60%;
	margin: 50px auto;
	padding: 20px;
	background: rgba(0, 0, 0, .55);
}
.content h1 {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px;
}
.content p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	color: #eee;
	margin: 0 0 20px;
}
.content p:last-child {
	margin: 0;
}
.content a.button {
	display: inline-block;
	padding: 10px 20px;
	background: #ff0;
	color: #000;
	text-decoration: none;
}
.content a.button:hover {
	background: #000;
	color: #ff0;
}
.content.header {
	position: relative;
	background: #3b5998;
}
.content.header h1 {
	color: #ffffff;
}

.content.footer {
	background:#3b5998;
}
.content.footer p {
	color: #ffffff;
}

.timetable img{
	border: 1px solid black;
}
.notes, tr, td{
	border: 1px solid black;
}

.notes, tr, td, a{
	text-decoration: none;
}
.arrow {
	z-index: 2;
	width: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
}
.search {
	float: right;
}

form{
	width:70%;
	margin:4% 15%;
}

.standard input[type=text]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
}

input[type=password]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
}
.standard input[type=submit]{
	margin-bottom: 20px;
	margin-right: 35px;
	width:40%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
	background-color: #3b5998;
	color: aliceblue;
	font-size:15px;
}

input[type=reset]{
	margin-bottom: 20px;
	margin-right: 35px;
	width:40%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
	background-color: #3b5998;
	color: aliceblue;
	font-size:15px;
}

.standard button[type=button]{
	margin-bottom: 20px;
	margin-right: 35px;
	width:40%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
	background-color: #3b5998;
	color: aliceblue;
	font-size:15px;
	
}

.standard button[type=button] a{
	    color: white;
}

textarea{
	width:100%;
	padding: 15px;
	margin-top: 10px;
	border:1px solid #3b5998;
	border-radius:5px;
	font-family:arial;
	margin-bottom: 20px;
	resize:none;
}
input[type=text]:focus,textarea:focus {
	border-color: #4697e4;
}
input[type=password]:focus,textarea:focus {
	border-color: #4697e4;
}



.form-submit{
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
	background-color: #3b5998;
	color: aliceblue;
	font-size:15px;
}

.form-text{ 
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
}

.timetable img {
	width: 100%;
	height:100%;
}

