#dataset-window {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 900px;
	max-height: 1100px;
	/* overflow: auto; */
}

#dsid,
#modification-date,
#ensdf-link,
#strongest-transition,
#cross-section {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding-bottom: 15px;
}

#modification-date,
#ensdf-link,
#strongest-transition,
#cross-section {
	font-size: 12pt;
}

#dataset-window-buttons {
	height: 5%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	background-color: var(--GREY);
}

#dataset-window-content {
	height: 95%;
	overflow: auto;
}

#dataset-window-layout {
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#dataset-window-buttons button,
#dataset-buttons button {
	cursor: pointer;
	margin: 5px;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
	border-radius: 5px;
}

#close-dataset-window {
	background-color: var(--CRIMSON);
}

#close-dataset-window:hover {
	background-color: var(--ORANGE);
}

#histogram-container {
	width: 100%;
	overflow: auto;
}

#dataset-buttons {
	margin: 20px;
}

#download-json {
	background-color: var(--JADE);
}

#download-json:hover {
	background-color: var(--LIME);
}

#download-csv {
	background-color: var(--CORNFLOWER);
}

#download-csv:hover {
	background-color: var(--CERULEAN);
}

#gamma-table-container {
	width: 100%;
}
