.DefaultButtons .button {
	background: #000 !important;
	background: var(--primary-color, #000) !important;
	border-radius: 0;
	border: 0;
	min-width: 11em !important;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1em !important;
	font-family: "Roboto Condensed",Arial,sans-serif;
	color: #fff !important;
	outline: none !important;
	border: 0 !important;
}

.DefaultButtons:hover .button:hover {
	background: #999 !important;
	background: var(--primary-color, #999) !important;
	border-radius: 0;
	border: 0;
	min-width: 11em !important;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1em !important;
	font-family: "Roboto Condensed",Arial,sans-serif;
	color: #fff !important;
	outline: none !important;
	border: 0 !important;
}
