  .balanced {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	display: inline-block;
	position: relative;
	margin-left: 6em; /* this adjusts where the balance point lands */
  }

  .balanced dt {
	display: block;
	position: relative;
	right: 100%;
	margin-bottom: -1.2em;
	text-align: right;
  }

  .balanced dd {
	text-align: left;
	display: inline-block;
	position: relative;
	left: 0;
	margin: 0;
	margin-left: .5em;
	padding: 0;
  }
