  #loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #calendar {
    max-width: 250px;
    margin: 0 auto;
	box-shadow: 2px 2px 10px #666;
    margin-top: 10px;
  }
  .fc-day-grid-container{
	overflow: hidden !important;
    height: auto !important;
  }
  .fc-dayGrid-view .fc-body .fc-row {
		min-height: 3em;
	}
	
	.fc-center{
	    margin: 0 auto;
		color: black;
		font-size: 10px;
	}
	.fc-day-number{
		font-size: 18px;
		position: absolute;
		text-align: center;
		margin-left: 5px;   
	}
.fc-dayGridMonth-button, .fc-today-button{
	display: none !important;
}

.fc-next-button{
	margin-left: 210px !important;
    position: absolute !important;	
}

.fc-toolbar h2 {    
    margin-right: 32px;
}

.fc-bgevent {    
    cursor: pointer;
	width: auto;
	border-radius: 5px;
}

.fc-day-header
{
	font-family: HelveticaNeueBold;
}

h2
{
	font-family: HelveticaNeueBold;
}