.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: #caa63e;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../../images/gradient/?s=ffffff&e=fff5d9&h=24) repeat-x #fff5d9;
	font: bold 13px Calibri,Candara,'Segoe','Segoe UI',Optima,Arial,sans-serif;
	color: #8c8777;
	letter-spacing: 0px;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

.ngpluginparavcardbutton a:hover
{
	border-color: #caa63e;
	background: url(../../../../../images/gradient/?s=e6d39c&e=caa63e&h=24) repeat-x #caa63e;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #8c8777;
	text-decoration: none;
}

.ngpluginparavcardbutton a:focus
{
	border-color: #caa63e;
    background: url(../../../../../images/gradient/?s=ffffff&e=fff5d9&h=24) repeat-x #fff5d9;    	font-weight: bold;
    font-style: normal;
	text-transform: none;
	color: #8c8777;
    outline: none;
}

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