.ngparanewsletterunsubscribe a
{
	border-color: #3b4e80;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #3b4e80;
	font: 14px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

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

.ngparanewsletterunsubscribe a:focus
{
    outline: none;
}