.calendar-container {
	max-width: 1200px;
}
.calendarMonthGrid {
	grid-auto-rows: 100px;
}
.rotaItem {
	font-size: 0.9em;
	font-weight: normal;
	z-index: 10;
	margin: 3.5em 2em;
	color: black;
	text-align: center;
}
.jim {
}

.staffList {
	text-align: left;
	float: left;
}


.annualLeave { 
	clear: both;
	-webkit-print-color-adjust: exact; 
	print-color-adjust: exact;
	border: 1px red solid;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='rgba(255, 0, 0, .5)' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M0 30L30 0H20L0 20M0 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.dateContainer {
	margin: 0 auto;
	width: 60%;
}
.printButton {
	margin-left: 5em;
	font-size: 1em;
}
@media print {
	.printButton {display: none;}
}