#header{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-flow: row nowrap;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	background: black;
	box-shadow: 0px 0px 40px 20px rgba(41, 41, 61, .9);
	z-index: 200;
}
#header a{
	padding: 0px 20px;
}

#header_right{
	display: flex;
	flex-flow: row nowrap;
	margin-left: auto;
}
#header_right a:link{
	margin-right: 10px;
	font-size: .9rem;
	font-weight: 500;
	color: white;
	text-decoration: none;
}
#header_right a:visited {
	color: white;
}

#header_right .highlight,
#header_right .highlight a:link,
#header_right .highlight a:visited ,
#header_right .highlight a:hover {
	color: #0084ff;
}



a:link {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
}

.highlight,
.highlight a:link,
.highlight a:visited ,
.highlight a:hover {
	color: #0084ff;
}




#home{
	margin-right: 50px;
}

#home a:link{
	opacity: 0.5;
	color: #0084ff;
}

#home a:hover {
	opacity: 1;
}






#logout{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
/* 	min-width: 350px; */
	margin-left: 50px;
/* 	background: grey; */
}

#logout button{
	flex-shrink: 0;
	display: block;
	margin: 0px 0px 0px 10px;
	border: 1px solid grey;
	border-radius: 2px;
	background: transparent;
	font-size: .7rem;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	z-index: 20;
}

#logout span{
	flex-shrink: 0;
	margin: 0px;
	padding: 0px;
	font-size: .9rem;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
}