.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: #323232;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #ffffff;
	font: 16px Signika,Tahoma,Helvetica,sans-serif;
	color: #464646;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

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

.ngpluginparacalendarbutton a:focus
{
    outline: none;
}

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