
/* height of the navbar is defined by the logo, no need for extra padding from h2 */
.sssssavbar-header h1 , .sssssavbar-header h2{
	margin-top: 0px;
	margin-bottom: 0px;
	color:white;
	font-size:24px;
}
.sssavbar-inverse {
	background-color:black;
	background-image:none;
}

/* Sticky footer styles */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 260px;
}

.sssooter {
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	height: 260px;
}

.sssooter a {
	color: white;
}


.ssshtsa-footer-top {
	background-color: #828282;
}

.ssshtsa-footer-bottom {
	background-color: #636363;
}

ul.sssist-ok li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}
ul.sssist-ok li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 80%;
	content: "\e013";
}

ul.sssist-unchecked li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}
ul.sssist-unchecked li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 3px;
	top: 3px;
	font-size: 80%;
	content: "\e157";
}