* {
	padding: 0;
	margin: 0;
	font-family: Helvetica;
}
.entry {
	border-top: 1px solid black;
	padding: 5px;
	clear: both;
}
.collapsed .tokens,
.collapsed .power {
	display: none;
}
.tokens,
.power {
	clear: both;
}
.title {
	font-weight: bold;
	font-size: x-large;
	float: left;
	clear: right;
}
.set {
	font-style: italic;
	float: right;
	clear: left;
}
.clear {
	clear: both;
}