.day-cell {
	flex: 0 0 14.28%;
  max-width: 14.28%;
}

.in-month {
	border: 1px black solid;
}

.out-month {
	border: 1px gray solid;
}

.housing-calendar-link {
	border: 1px solid #dee2e6;
	padding: .7rem 1rem .55rem 1rem;
	margin: 1rem;
	border-radius: 50%;
	color: #333;
}

.housing-calendar-link:hover {
	background-color: #2767ff;
	color: white;
	transition: all .5s;
}

.calendar-card-bottom {
	display: flex;
	/*flex-direction: column;*/
	height: 100%;
}

.event-modal-link:hover {
	cursor:pointer;
}

.fc-event:hover {
	cursor: pointer;
}

.add-to-calendar-button {
	text-transform: uppercase;
	font-weight: 400;
  padding: 0.5rem 2.6rem;
  font-family: var(--font-family-united-sans-cond-bold);
  letter-spacing: 1.4px;
  font-size: 1.1rem;
}