th {
  padding-bottom: 8px;
}

.menu-list {
	position: absolute;
	top: 0.5em;
	left: 2.5em;
	padding: 0.5ex;
	border-width: 1px;
	border-color: white;
	z-index: 8000;
}

.menu-list-item {
	background-color: rgba(0,60,136,0.5);
	padding: 0.5ex;
	width: 100%;
	color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	cursor: pointer;
}

.menu-list-item:last-child { border-bottom-width:0; }

#menu-actions {
	top: 0.5em;
	left: 8.5em;
	position: absolute;
	z-index: 8000;
	background-color: rgba(0,60,136,0.65);
	color: white;
  overflow-y: scroll;
}

.menu-action {
	padding: 2ex;
}

a { text-decoration: none; }

.menu-action a:visited, .menu-action a:link {
	color: #ddddff;
  text-decoration: underline;
}

#menu-quickstart,#menu-about {
	max-width: 50ex;
}

#menu-advanced {
  bottom: 50px;
}

#menu-quickstart li {
  margin: 1.5ex 0 1.5ex -3ex;
}

#donations {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	pointer-events: all;
}

#donation-table {
	max-width: 50ex;
	padding: 2ex 2ex 40px 2ex;
  border-collapse: collapse;
}

.dev-support {
  border: 8px solid yellow;
  border-collapse: separate;
  border-spacing: 4px;
}

.support-title {
	background-color:black;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.5ex;
}

.support-footer {
  display: flex;
  justify-content: center;
	color: white;
	font-size: 8pt;
	margin-top: 0.2ex;
}

.support-footer-centered {
	color: white;
	font-size: 8pt;
	margin-top: 0.2ex;
	text-align: center;
}

.support-footer>div {
  width: 66px;
  text-align: center;
}

.support-buttons-container {
	display: flex;
	justify-content: center;
}

#support-bars-container {
	background-color:black;
	position: relative;
	padding: 0;
}

#support-bars {
	display: flex;
	justify-content: center;
}

.support-bar {
	float: left;
	height: 9px;
	width: 18px;
	margin: 0 2px 0 2px; /* equal l-r margins for centering words beneath */
	background-color: gray;
}

#legend-about>a:visited, #legend-about>a:link, .menu-list-item>a:visited, .menu-list-item>a:link {
	color: white;
}

#legend-title {
  margin-bottom: 6px;
	font-weight: bold;
}

.legend-item {
  position: relative;
}

.legend-entry {
  display: inline-block;
  width: 3ex;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}

#details, #about {
	position:absolute;
	background-color: #fff;
	padding: 2px;
	top: 0px;
	right: 0px;
	left:0px;
	bottom:24px;
	overflow: auto;
}

#about {
	margin: 0 auto 0 auto;
	padding: 1em;
	width: 80ex;
}

#about h1, #details h1 {
	text-align: center;
	font-size: 20pt;
}