body {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
hr {
	border: none;
	height: 3px;
	background-color: lightgrey;
}

.slide_group {
	width: 100%;
	margin-top: 3em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.slide {
	display: none;
	flex-direction: column;
}

.info {
	font-size: 1.2em;
	padding: .5ex;
	
}
.info > table {
	border: 1px solid lightgrey;
	width: 100%;
	text-align: center;
}
.info > table thead {
	font-weight: bold;
}
th {
	width: 20%;
}
.info > table td {
	padding: .2ex;
}

.slide img {
	max-width: 90%;
	max-height: 1000px;
	margin: auto;
	width: auto;
	border: 1px solid lightgrey;
}

.slide.selected {
	display: flex;
}

.next_date, .prev_date {
	max-height: 5em;
	padding: 1.5em;
}

