﻿
/* 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;
}

/* Sticky footer styles */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 260px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 260px;
}

.footer a {
	color: white;
}


.nhtsa-footer-top {
	background-color: #828282;
}

.nhtsa-footer-bottom {
	background-color: #636363;
}

ul.list-ok li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}
ul.list-ok li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 80%;
	content: "\e013";
}

ul.list-unchecked li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}
ul.list-unchecked li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 3px;
	top: 3px;
	font-size: 80%;
	content: "\e157";
}
