﻿
/* height of the navbar is defined by the logo, no need for extra padding from h2 */
.navbar-header h1 , .navbar-header h2{
	margin-top: 0px;
	margin-bottom: 0px;
	color:white;
	font-size:24px;
}
.navbar-inverse {
	background-color:black;
	background-image:none;
}


ul {
	padding-left: 20px;
}

.big {
	font-size: larger;
}

div.appversion {
	padding: 5px;
	color: #cccccc;
}

div.appversion a {
	color: #cccccc;
	padding-left: 20px;
	text-decoration: underline;
}

body {
	padding-bottom: 30px;
}