.ngpluginparavcardbutton {
    display: flex;
    margin-bottom: 10px;
}

.ngpluginparavcardbutton-left {
    justify-content: flex-start;
}

.ngpluginparavcardbutton-right {
    justify-content: flex-end;
}

.ngpluginparavcardbutton-center {
    justify-content: center;
}



.ngpluginparavcardbutton a
{
	border-color: #444444;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #444444;
	font: 14px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

.ngpluginparavcardbutton a:hover
{
	border-color: #000000;
	background: #000000;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.ngpluginparavcardbutton a:focus
{
	border-color: #444444;
    background: #444444;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}

.ngpluginparavcardbutton a svg {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.75em;
}