div.welcome_text { 
	font-family: Lato;
}

.small { 
	font-family: Roboto;
	font-size: 10pt;
}

a.navlink { 
	font-family: Lato;
	font-size: 10pt;
	border-right: 1px solid rgba(255,255,255,0.25);
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

div.navbar { 
	box-sizing: border-box;
	height: 40px;
	padding-top: 5px;
}

div.login_header { 
	color: #ffffff;
	font-family: Roboto;
}

div.login_header a { 
	color: #ffffff;
}

td { 
	font-family: Roboto, Arial;
	font-size: 10pt;
}

.left_hand_personalisation { 
	font-family: Roboto;
	font-size: 10pt;
}

div.login_box_title { 
	font-family: 'chaparral-pro', Roboto;
	font-size: 18pt;
	font-weight: 300;
}

div.welcome_banner { 
	width: 100%;
	height: 300px;
	background-image: url('/images/modplan/Leka-2.jpg');
	background-size: cover;
}

div.welcome_banner_inner { 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

div.welcome_text { 
	position: static;
	background-color: rgba(0,0,0,0.3);
	margin-top: 150px;
	display: inline-block;
}