body {background-color:#f2f2f2; font-family: Calibri, Helvetica; margin:2em 4em; }

.label {
	font-size: 60%;
	text-align: center;
	width: 100%;
	background-color:#535889;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.labelhead {
	font-weight: 700;
	font-size: 70%;
	text-align: center;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.block {
	width: 128px;
	height: 72px;
	margin: 6px 2px;
	background-color: rgba(255, 255, 255, 0.7);
	vertical-align: top;
	display: inline-block;
	border: 1px solid #eee;
	position: relative;
}

.blockhead {
	background-color: transparent;
	border: 1px solid transparent;
}

.progress {
	background-color: rgba(255, 241, 192, 1);
	text-align: right;
	font-size: 50%;
}

.g {
  padding: 2em;
  margin-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  width: 50em;
}

.glab {
  width: 30%;
  margin-right: 0.5em;
  display: inline-block;
  text-align: right;
}

.gtitle {
  padding-left: 4px;
  margin-left: 25%;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 1.0em;
}

.gsub {
  padding-left: 0.5em;
  margin-left: 25%;
  margin-top: 1.0em;
  margin-bottom: 0.6em;
  font-style: italic;
}

.gfill {
  background-color: #369;
  height: 20px;
  border-radius: 3px;
  display: inline-block;
}

.gamt {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 4px;
  font-size: 0.8em;
  display: inline-block;
}


form, select {
	font-size: 110%;
	margin: 0.5em 0;
	padding: 0.2em;
}
