html {
	width: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
	background-image: none;
}

body {
	width: 100%;
	height: 100%;
	max-width: 55em;
	border: none;
	border-radius: 0;;
	background-color: white;
	margin: 0em auto 0em auto;
	padding: 0em;
	box-shadow: none;
}

body.vita {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

body.vita p, .keep-together {
	page-break-inside: avoid;
}

p, ul, ol, a, a:link, a:hover, a:visited {
	font-size: 10pt;
	color: black;
} 

a, a:link, a:hover, a:visited {
	color: #000095;
	text-decoration: underline;
}

table {
	page-break-inside: avoid;
}

.smaller p {
	font-size: 10pt;
}

h1, h2, h3, h4 {
	page-break-after: avoid;
}

h1, h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

.calendar {
	background-color: none;
}

.calendar table {
	border-top: black solid 3pt;
	border-right: 0;
	border-bottom: solid black 3pt;
	border-left: 0;
	margin: -3pt 0 0 0;
	box-shadow: none;
}

.calendar table + .calendar table {
	border-top: none;	
}

.calendar-day {
	width: 5em;
}

.calendar-week {
	width: 4em;
	font-size: 100%;
}

.calendar-week p {
	font-size: 30pt;
}

.calendar-day p {
	font-size: 8pt;
	font-weight: bold; 
	font-style: italic;
}


.calendar-day, .calendar-description  {
	border-bottom: black solid 0.7pt;
	padding: 0.5em 0;
}

.calendar-head {
	border-bottom: none;
	padding: 0;
}

.calendar-day {
	width: 10em;
}

.calendar-head .calendar-week, .calendar-head .calendar-day, .calendar-head .calendar-description {
	padding: 1em;
}


.calendar-head p {
	font-size: 12pt;
	padding: 0;
}

.calendar-head .calendar-week {
	width: 4em;
}

.calendar-description + .calendar-week {
	width: 0.5em;
}

 td {
	page-break-before: avoid;
	page-break-after: avoid;
}


.print-hide {
	display: none;
}

.noprintbreak {
	page-break-inside: avoid;
}
