.btn-primary {
	color: #fff;
	background-color: #cf282a;
	border-color: #cf282a;
	border-radius: 10px;
	width: 100%
}

.page-footer.dark {
	background-color: #c9c9c9;
	border-top: 1px solid #ccc
}

.page-footer.dark a:focus,
.page-footer.dark a:hover {
	color: #fff
}

.page-footer.dark a {
	color: #000
}

@media (min-width:768px) {
	.col-md-9 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}
}