table td {border:solid 1px;word-wrap:break-word;}
body{
	font-family: 'Khula', sans-serif;
}
input{
	border-radius: 10px;
}
input:focus{
	border-color: #ed5448;
	outline: 0;
}
.highlight{
	background-color: #ed5448;
}
a{
	font-weight:900;
	text-decoration: none;
	color:black;
}
a:hover{
	color:#ed5448
}
#navigation{
	display:table;
	position:fixed;
	width:230px;
	height:100%;
	vertical-align:middle;
	top:0;
	z-index:1;
}
#welcome{
	display:table-cell;
	width:165px;
	padding: 0 20px 0 40px;
	vertical-align:middle;
}
#innertitle{
	background-color:#000;
	color:#fff;
	display:inline-block;
	font-size:1.5em
}
#maincontent {
    min-height: 100vh;
    padding: 50px 50px 150px 245px;
    box-sizing: border-box;
}

