body {
	padding:0;
	margin:0;
	background-color: #f1f1f1;
}

#navbar {
	background-color: white;
	height:40px;
	top:0;
	left:0;
	width: calc(100%);
	line-height:30px;
	z-index:50;
	position: fixed;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

#profile-ls-logo {
	position: absolute;
	left:0;
	top:0;
	z-index:2;
}

#logo {
	height:100%;
	height:20px;
	margin-top:10px;
	margin-left:20px;
}

#profile-middle {
	position: absolute;
	width:100%;
	padding: 5px 0;
	text-align: center;
	font-weight: 600;
	z-index:1;
}

#profile-middle a {
	padding: 0 10px;
}


#profile-right {
	float: right;
	padding: 5px 10px 5px 0;
	text-align: right;
	font-weight: 600;
	position: relative;
	z-index:2;
}

#profile-right a {
	padding: 0 10px;
}


#profile-dropdown {
	right:10px;
	top:0;
	position: absolute;
	z-index:2;
}

#profile-dropdown-identification {
	cursor: pointer;
}

#profile-dropdown-identification-image {
	max-height:30px;
	max-width:30px;
	border-radius:4px;
	vertical-align: bottom;
	margin-right:5px;
}

#profile-dropdown-menu {
	display:none;
}

#profile-dropdown:hover #profile-dropdown-menu {
	display: block;
}

#profile-dropdown:hover {
	outline: solid 1px #70C1B3;
	background-color: white;
}

#profile-dropdown:hover .profile-dropdown-menu-item {
	color: #0D100E;
}

.profile-dropdown-menu-item {
	height:30px;
	padding:5px 10px;
	min-width:120px;
}

#profile-dropdown:hover .profile-dropdown-menu-item:hover {
	background-color: #70C1B3;
	color: white;
}

#footer {
	padding:10px 20px;
	height:20px;
	width: calc(100% - 40px);
	position: fixed;
	bottom:0;
	left:0;
	background-color: white;
	z-index:50;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
}

#footer a {
	margin-right:20px;
	color: #929995;
}

#footer a:hover {
	margin-right:20px;
	color: #70C1B3;
}

#page {padding:100px 0 180px 0;}

#page-container {
	max-width:900px;
	margin: 0 auto;
	top:10%;
	position: relative;
}
#page-container-left {
	width:200px;
	float: left;
	padding-right:60px;
	padding-left:20px;
}
#page-container-right {
	width:calc(100% - 300px);
	float: left;
}

#fix-white-top,#fix-white-bottom {
	background-color: white;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}