table {
  width:		70%;
  border-collapse:	collapse;
  border:		none;
  margin:		0 auto;
}

td {
  width:		50%;
  text-align:		left;
  vertical-align:	top;
  border:		none;
}

hr {
  border:	none;
  border-top:	1px dashed #606060;
  width:	50%;
  height:	1px;
}

#feats {
  width:		90%;
}