.btn-red {
	background-color: #a0192d !important;
	color: #fff !important;
}

.btn-red:hover {
	background-color: #7e0f20 !important;
	color: #fff !important;
}

.text-red {
	color: #a0192d !important;
}