.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: #002236;
	border-width: 1px;
	border-style: solid;
	padding: 8px 25px 8px 25px;
	background: #ffffff;
	font: 14px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #004166;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

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

.ngpluginparavcardbutton a:focus
{
    outline: none;
}

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