body {
	background-color: #333333;
	color: #dddddd;
}
a {
	margin-bottom: 1em;
	color: #cccccc;
}
textarea {
	font-size: 1em;
	height: 1.5em;
	white-space: pre;
}
select {
	font-size: 0.9em;
	padding: 0;
}
.flexarea{
	display: flex;
	margin-bottom: 1em;
}
#menuarea{
	position: absolute;
	left: 0;
}
#scriptarea{
	position: absolute;
	left: 15rem;
	top:2em;
}
.narrow_input{
	width: 2em;
}

button{
	font-size: 0.9em;
	margin-bottom: 1em;
}

li {
	list-style:none;
	margin-left: -2em;
}

form{
	margin-bottom: 1em;
}

.nosee{
	display: none;
}

#alert{
	font-weight: bold;
}

.popover-content:popover-open {
	width: 120px;
	height: 30px;
	border-radius: 8px;
	border: none;
	padding: 0;
	text-align: center;
	background: #00aa00;
	color: #ffffff;
	position: fixed;
	top:20em;
}

:popover-open {
	/*position: fixed;*/
	inset: unset;
	top: 2em;
	left: 30em;
	margin: 0;
}
#money_disp_sample{
	background-color: #000000;
	padding: 0.5em;

	border-radius: 7px;
}
#money_setting{
	margin-bottom: 1em;
}

.btm_mgn {
	margin-bottom: 1em;
}

#top_alert{
	margin-bottom: 1em;
}