.ngparanewsletterunsubscribe a
{
	border-color: #e9e9e9;
	border-width: 0px;
	border-style: solid;
	padding: 10px 22px 10px 22px;
	background: #531e12;
	font: 14px 'Fira Sans',Helvetica,sans-serif;
	color: #ffefcf;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 0px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #50271d;
	background: #b35841;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngparanewsletterunsubscribe a:focus
{
    outline: none;
}