/* css styles */

strong a {
	font-weight: bolder;
}

figcaption {
	text-align: right;
}

/* Attempt to make it 900px wide, but sidebar gets screwed up then
main#quarto-document-content.content {
	width: 900px;
}

table.schedule {
	width: 900px;
}
*/

tr {
	border: solid;
	border-color: #aaaaaa;
	border-width: 1px 0;
}

tr:first-child {
  border-top: none;
}
tr:last-child {
  border-bottom: none;
}

th, td {
	padding: 8px;
}

.title {
	text-align: center;
}

.navbar {
	background-color: #e0e0e0;
}
