.date-group{
	display: flex;
	flex-direction: row;
	gap: 30px;
	margin: 30px 0;
}

.bookstore-header {
    font-weight: bold;
    background-color: transparent;
}

.bookstore-header:hover {
    background-color: #686868;
    cursor: pointer;
}

.repeater-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 10px;
}