<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-container {
	display: flex;
}
.flex-child {
    flex: 2;
}
.tipsdiv {
	flex: 3;
}
.tips {
	margin-top: 0.6rem;
    padding: 0.5rem;
	background-color: #EEE;
	border-radius: 8px;
}
#menuparams {
	font-size: .9rem;
	font-weight: bold;
}
.menutitle {
	font-size: 1.1rem;
	font-weight: bold ;
}
.evmenu {
	margin: .2rem;
	padding: 2px;
	width: fit-content;
	cursor: pointer;
	border: 1px solid silver;
	border-radius: 8px;
	background-color: var(--bgr);
	box-shadow: 4px 4px 4px var(--cl1);
}
.group {
	margin: .3rem 1rem .3rem 2rem;
	padding: .3rem;
	border-radius: 8px;
	color: #d67e30;
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: bold;
	background: var(--bg2);
}
.opt {
	display: none;
	margin: -1px 5px -1px 15px;
	padding-left: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #DBEDFF;
	background-color: var(--bg1);
	color: black;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
}
.opt[data-sel='yes'] {
	cursor: not-allowed;
	background-color: #0068cf;
	background-color: var(--cl1);
}
.opt[data-disp='0'] {
	cursor: not-allowed;
	color: #666;
	background-image: repeating-linear-gradient(
			45deg,
			#bbb 0px, #bbb 2px,
			transparent 2px, transparent 9px
	);
}
input[type="submit"] {
	margin: 2px 0;
}
#forajax {
	display: none;
}
.listtitle {
	background-color: white;
	font-size: .9rem;
	line-height: 1.5rem;
}
.evlist {
	background-color: white;
	border: solid 1px black;
	padding: 2px;
	width:99%;
	display: inline-block;
}
.evchosen {
	cursor: not-allowed;
	float: left;
	background-color: #0068cf;
	background-color: var(--cl1);
	font-size: 1rem;
	line-height: 2rem;
	border-radius: 5px;
	margin: 1px 3px;
	padding: 0 8px 0 4px;
	width: fit-content;
	min-width: 40px;
	display: inline-block;
	align-items: center;
}
.x {
	background-color: orangered;
	float: left;
	padding: 5px 5px 3px 4px;
	border-radius: 15px;
	width: 15px;
	line-height: 15px;
	margin: 4px;
	text-align: center;
	vertical-align: baseline;
}
.x:hover {
	opacity: 50%;
	cursor: pointer;
}
/*.titlebox {*/
/*	width: auto !important;*/
/*	max-width: 100%;*/
/*	display: none;*/
/*}*/

#placDiv {
	width:99%;
	display: none;
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
}
#placTable colgroup col:first-child {
	width:30% !important;
}</pre></body></html>