.btn-primary {
	background-color: #9c0000;
	border-color: #9c0000;
}

.btn-primary:hover {
	background-color: #3e3d42;
	border-color: #3e3d42;
}
