@charset "utf-8";
.fc .fc-button { padding: 0.2em 0.5em; }
.fc--button { display:  none !important; }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.fc-event-time { display: none; }
/*.fc-event-time { min-width: 4em; }*/
.accordion-style .card-header { border-bottom: 1px solid #666; margin-bottom: 1em; }
.accordion-style .btn-link { color: #666; background: none !important; }
.accordion-style .btn-link:hover { color: #666; background-color: #eee !important; }
.masonry-item {
	border: #ccc 1px solid;	
}
.accordion-style .btn-link.collapsed:after { color: #4d78af; content: "\f0fe"; }
.accordion-style .btn-link:after { color: #666; content: '\f146'; font-family: "Font Awesome 6 Free"; }



