/* Modifiche del 21-07-2015 */
@media (max-width: 767px) {
	.fc-left  {
		position: relative;
		top: 50px !important;
		left: 0px;
        width:100%;
	}
    .fc-button-group {
        width:100%;
    }
    .fc-prev-button {
        width:15%;
    }
    .fc-next-button {
         width:15%;
    }
    .fc-today-button  {
        width:30%;
    }
    .fc-agendaWeek-button {
        width:37%;
    }
	.fc-right {
		position: relative;
		top: 15px !important;
        float:left !important;
        width:100%;
	}
    .fc-center {
		position: relative;
		top: 20px !important;
        margin-bottom:20px !important;
        float:left !important;
        width:100%;
	}

}


 