body {
	padding: 10px;
	background-color: white;
	color: black;
	font-family: verdana, serif;
	font-size: 10pt;
	margin: 0;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #a23632;
}

#header {
	position: fixed;
	top: -5px;
	left: -5px;
	background-color: #9b2d2d;
	color: white;
	padding: 15px;
}

#header, #header-spacer {
	height: 60px;	
	width: calc(100vw + 5px);
	box-sizing: border-box;
}

#header a {
	color: white;
	cursor: pointer;
}

#project-name {
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: verdana;
	font-weight: 600;
}

body h1:first-child {
	margin-top: 0px;
}

table {
	border-collapse: collapse;
}

tr.empty td {
	padding: 30px;
}

table tr:nth-child(odd) {
	background-color: #f2f2f2;
} 

table tr.keyMoment {
	background-color: #ffedb6;
  	color: black;
}

table tr.keyMoment:nth-child(odd) {
	background-color: #ffe69b;
}

table td {
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}

td:first-child {
	width: 100px;
}

table tr td:nth-child(4) {
	text-transform: capitalize;
}

table thead th {
	padding: 15px;
	border-bottom: 1px solid black;
	letter-spacing: 0.5px;
}

.chip {
	display: inline-block;
  min-width: 20px;
  padding: 5px;
/*  border-radius: 10px;*/
  background-color: black;
  cursor: pointer;
  font-family: monospace;
  font-size: 11px;
  border: 1px #7d7d7d solid;
  margin-right: 5px;
  margin-top: 5px;
  color: white;
}

.chip:hover {
	background-color: #313131;
}

.note {
	margin-top: 10px;
	background-color: #ffd994;
	padding: 20px;
	border: 1px solid black;
	text-align: justify;
}

.note::before {
	content: "NOTE: ";
}

#date-selection {
	margin-top: 10px;
	margin-bottom: 10px;
}

#date-selection div {
	margin-bottom: 10px;
}

#date-selection span {
	letter-spacing: 0.5px;
}

#search {
	padding: 5px;
	font-size: 12pt;
	width: calc(100% - 15px);
	max-width: ;
}

select,
button,
input[type="date"] {
	padding: 5px;
}

button.selected {
	border: 2px solid #9b2d2d;
  border-radius: 4px;
}

#opening {
	max-width: 800px;
	margin-top: -10px;
}

.box {
	border: 1px solid black;
}

.box div:first-child {
	color: white;
	background-color: #9b2d2d;
	padding: 5px;
	padding-left: 10px;
	cursor: pointer;
}

.box div:nth-child(2) {
	padding-left: 10px;
}

#errata, #instructions {
	display: none;
}

@media screen and (max-width: 400px) {
	#header,
	#header-spacer {
		font-size: 10pt;
		height: 75px;
	}
}
