#content ul {
	padding-left: 2.4rem;
}

#content ul.checker {
	list-style: none;
	padding-left: 0rem;
	margin-left: 0.4rem;
}

#content ul.checker li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c8\0020";
	font-weight: 200;
}

#content ul.checker li {
	text-indent: -2.0rem;
	padding-left: 2rem;
}

#content h3 {
	background-image: none;
	width: 100%;
	height: auto;
	color: #333;
	margin: 0.8rem 0 0.2rem;
	padding: 0px 5px 0px 0em;
	line-height: 1.2em;
	font-size: 28px;
	color: #009be5;
}

#content a.btn.btn-primary {
	color: #FFFFFF;
}

#content a.disabled .panel.panel-default {
	background-color: #CCCCCC;
}

@media all and (max-width: 768px) {

.footer {
    bottom: 0px;
}
}