div.entry {
	width: 700px;
	displa3y: block;
	min-height: 20px;
	padding: 5px;
	margin: 5px;
	b3ackground-color: gray;
	border: 1px solid transparent;
	cursor: pointer;
}

div.entry:hover {
	background-color: #ff6;
	border: 1px solid black;
}

div.entry div {
	float: left;
	margin-left: 10px;
}

div.entry div.name {
	width: 20px;
	font-weight: bold;
}

div.entry div.description {
	width: 300px;
}

div.entry div.default {
	width: 100px;
}

div.entry div.value {
	width: 70px;
}

div.entry div input {
	width: 50px;
	color: #aaa;
}

div.entry div.units {
	width: 100px;
}


div.result {
	b3ackground-color: #a80;
	margin: 5px;
	width: 700px;
}

div.result div.equation {
	b3ackground-color: #9bd;
	padding: 5px 50px;
	margin: 5px;
	height: 100px;
}

div.result div.equation div {
	float: left;
}

div.result div.equation div.const, div.result div.equation div.value {
	padding: 5px;
	margin: 20px 0;
}
div.result div.equation div.value {
	cursor: pointer;
}

div.result div.equation div.const {
	background-color: transparent;
	border: 1px solid transparent;
	font-weight: bold;
	text-align: center;
}

div.result div.equation div.value {
	background-color: white;
	border: 1px solid black;
}



div.variable {
	text-align: center;
}

div.name {
	margin: 0px auto;
	width: 100%;
}

div.nominator {
	border-bottom: 1px solid black;
	padding: 0 5px;
}
div.nominator div.value {
	padding: 0;
}
div.denominator {
	border-top: 1px solid black;
	padding: 0 5px;
	margin-top: -1px;
}

div.equation div.division div.denominator div.const,
div.equation div.division div.nominator div.variable div.value {
	margin-bottom: 2px;
	margin-top: 2px;
}

