.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: #d9534f;
	border-width: 0px;
	border-style: solid;
	padding: 5px 15px 5px 15px;
	background: #d9534f;
	font: bold 22px Arial,'Helvetica',sans-serif;
	color: #000000;
	letter-spacing: 1.2px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
}

.ngpluginparacalendarbutton a:hover
{
	border-color: #b2b2b2;
	background: #eeeeee;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
}

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