.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: #59623a;
	border-width: 0px;
	border-style: solid;
	padding: 15px 20px 15px 20px;
	background: #59623a;
	font: 13px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

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

.ngpluginparacalendarbutton a:focus
{
	border-color: #59623a;
    background: #59623a;    	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;
}