.ngparanewsletterunsubscribe a
{
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: #24a624;
	font: bold 14px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #ffffff;
	background: #f10200;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #ffffff;
}

.ngparanewsletterunsubscribe a:focus
{
	border-color: #ffffff;
    background: #24a624;    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);	font-weight: bold;
    font-style: normal;
	text-transform: none;
	color: #ffffff;
    outline: none;
}