form.edit > fieldset > dl.event-options {
	margin: .2em 14% 1.5em 14%;
	width: 70%;
}

form.edit > fieldset > span.event-options {
	display: block;
	clear: left;
	text-align: center;
}

form.edit fieldset label > span.opt-price {
	display: inline;
}

label#discount-lbl {
	display: block;
	margin-top: 1.5em;
}

label#discount-lbl:hover, label.opt-in:hover, details:hover {
	background-color: rgba(255, 255, 255, 0.25);
}

span.opt-price {
	padding-left: 1em;
	font-style: italic;
}

dl.event-options > dt > label {
	width: unset;
	margin-top: 2em;
	padding-bottom: 0;
}

dl.event-options > dd {
	clear: left;
}

dl.event-options > dd.opt-alacarte {
	margin-left: 0;
}

dt:has(label > input#alacarte:not(:checked)) + dd > dl > dt > label,
dt:has(label > input#alacarte:not(:checked)) + dd > dl > dd {
	color: #555;
}

dl.event-options > dd.opt-alacarte > dl > dd {
	margin-left: 14%;
	text-align: left;
}

details > p {
	background-color: rgba(255, 255, 255, 0.75);
}

p.event-options {
	font-size: large;
	font-weight: bold;
	text-align: right;
	margin-right: 7%;
	margin-top: 0;
	margin-bottom: 0;
}

p.event-options.note {
	color: #333;
	font-size: smaller;
}


@media (pointer:coarse), (max-width:700px) {

	dl.event-options > dt > label {
		display: block;
	}
	
	dl.event-options > dd.opt-alacarte > dl > dd {
		font-size: small;
	}
}
