@import "https://eclipse.dev/eclipse.org-common/themes/solstice/public/stylesheets/astro.min.css?v0.0.272";
@import "https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";


.breadcrumbs-default-margin {
	margin-bottom: 5px;
}

.header_nav {
	padding-bottom: 5px;
}

#copyright {
	padding-left: 0;
}

.logo {
	width: 5em;
	padding: 1em;
}

.product-logo {
	width: 1.5em;
	padding-left: .3em;
}

#nav-product-logo {
	min-width: 3.5em;
}

.box {
	border: 1px solid #555;
	padding: 2px;
	max-width: 95%;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	
}

#query-parameter-table th,
#query-parameter-table td {
	border: 1px solid black;
	text-align: left;
	padding: 0.2ex 1em;
}

#query-parameter-table table {
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 2ex;
	white-space: nowrap;
}

fieldset {
	border: 1px solid silver;
	margin-right: 15px;
	padding: 5px;
}

legend {
	margin-left : 1em;
	margin-bottom: 0;
	border-bottom: none;
	width: auto;
}
