
#calendar {
	padding:20px;
    margin: 10px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    position: relative;
    flex-grow: 1;
    border-radius: 20px;
    background-color: #ffffffdd !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.fc-today-button {
    border-radius: 20px !important;
    border-color: yellowgreen !important;
}

.fc-dayGridMonth-button {
    border-radius: 20px !important;
    border-color: yellowgreen !important;
}

.fc-timeGridWeek-button {
    border-radius: 20px !important;
    border-color: yellowgreen !important;
}

.fc-timeGridDay-button {
    border-radius: 20px !important;
    border-color: yellowgreen !important;
}

.fc-next-button {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
	background-color : yellowgreen !important;
	border-color: yellowgreen !important;
	margin-left: 10px !important;
}

.fc-prev-button {
	border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
	background-color : yellowgreen !important;
	border-color: yellowgreen !important;
}

.fc-event {
	background-color : yellowgreen !important;
	border-color: yellowgreen !important;
	border-radius: 20px !important;
	cursor: pointer !important;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}