@charset "utf-8";
main {
	width: 100%;
}
a#options dl {
	display: flex;
	/*justify-content: space-between;
	margin-left: -5px;*/
	flex-flow: row wrap;
	gap:12px;
}
a#options dl div {
	flex: 1 0 240px; /* grow | shrink | basis */
	min-width: 240px; /* Explicit min-width */
	max-width: 530px;
	display: block;
	border: 1px solid #e0e1eb;
	border-radius: 4px;
	padding: 6px 0 6px 12px;
	text-decoration: none;
	color: black;
	line-height: 22px;
	background: #fff url("../../images/structure/arrow.gif") no-repeat right 12px center;
}
a#options {

	text-decoration: none;
	color: black;

}
a#options dl dt {
	font-weight: bold;
	display: block;
	margin: 0 54px 0 0
}
a#options dl dd {
	margin: 0 54px 0 0
}
fieldset {
	border: 1px solid #ccc;
	padding-top: 12px;
	margin-bottom: 20px;
}
legend {
	font-weight: bold;
	font-size: 18px;
}
a.linky {
	padding: 12px;
	background: #2a5263;
	color: #FFF!important;
	font-size: 16px;
	text-decoration: none;
	min-width: 256px;
	margin:12px auto;
	display:block;
	text-align:center;
	width: fit-content;
}
#content h1{
	margin-bottom:20px;
}