﻿	.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
	    display: block;
	}

	.fc-content, .fc-title {
	    white-space: pre-wrap !important;
	}

	.fc-event, .fc-event:hover {
	    background: #00325B!important;
	    color: #fff!important;
	}

	.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
	    display: block !important;
	}

	.fc-content {
		padding: 0.5rem;
	}

	.fc-time-grid-event.fc-short .fc-time:before {
	    content: none;
	}

	.fc-time span {
	    display: none;
	}

	.fc-event-container a, .fc-event-container a:hover {
		opacity: 1 ;
		border: none;
		border-bottom: none;
		cursor: default;
	}

	.fc-title a, .fc-title a:focus {
	    color: #e2e3ff;
	}

	.fc-title a:hover {
	    color: #fff;
	    text-decoration: none;
	    border-bottom: none;
	    cursor: pointer;
	}

	.fc-resizer, fc-end-resizer, .fc-time span, .fc-divider, .fc-week, .fc-month-button {
	    display: none !important;
	}

	.fc-view-container table {
		margin-bottom: 0;
	}