html,
body,
pre {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h2 {
	margin: 32px 0px 16px 0px;
}

#naviContainer {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}

#navi {
	width: 100%;
	position: sticky;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background-color: white;
}

@media (max-width:1016px) {
	#naviContainer {
		width: calc(100% - 16px);
		padding: 8px;
	}
}


#container {
	width: 1000px;
	margin: 0 auto;
	padding: 8px;
}

@media (max-width:1016px) {
	#container {
		width: calc(100% - 16px);
	}
}

#parent {
	border: #ccc solid 1px;
	border-radius: 16px 0px 0px 16px;
	padding: 3px;
	background-color: #eee;
	cursor: pointer;
	text-align: right;
	/* display: block; */
	/* place-content: center; */
	/* align-content: center; */
	/* align-self: center; */
	/* justify-self: center; */
}

#parent:hover {
	background-color: #ddd;
}

#parent svg {
	vertical-align: bottom;
}

#url {
	border-top: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	border-radius: 0px 16px 16px 0px;
	padding: 8px;
	background-color: #eee;
	/* word-wrap: break-word; */
	word-break: break-all;
	/* box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .2); */
}

#stac {
	height: 300px;
	overflow: scroll;
}

pre {
	border: #ccc solid 1px;
	font-size: 12px;
}


a.button {
	border-radius: 16px;
	padding: 8px 16px;
	/* line-height: 64px; */
	margin: 8px 8px 8px 0px;
	background-color: #144696;
	text-decoration: none;
	color: white;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .5);
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	word-break: break-all;
}

a.viewer {
	background-color: #880000;
}

a.image {
	background-color: #008800;
}

a.cog {
	background-color: #888800;
}

a.dataset {
	background-color: #008888;
}

footer {
	text-align: center;
	padding: 16px 0px;
	color: #777;
	/* background-color: #ccc; */
}