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

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

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

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



.ngpluginparacalendarbutton a
{
	border-color: #495755;
	border-width: 0px;
	border-style: solid;
	padding: 12px 25px 12px 25px;
	background: #495755;
	font: 13px Inter,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

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

.ngpluginparacalendarbutton a:focus
{
	border-color: #2e3736;
    background: #2e3736;    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}

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