.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: #b7091e;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #274263;
	font: 16px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

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

.ngpluginparavcardbutton a:focus
{
	border-color: #b7091e;
    background: #274263;    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: normal;
	text-transform: none;
	color: #ffffff;
    outline: auto;
}

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