
label {
	display: inline-block;
}

input[type=number] {
	width: 60px;
}

.space-after {
	margin-right: 1em;
}

#result {
	border: solid 1px black;
	width: 25%;
}
	#result tr:hover th {
		background: #6a87b2;
	}
	#result tr:hover td {
		background: #99bdf3;
	}
	#result th, #result td {
		padding: 0.25em 0.5em;
	}
	#result th {
		text-align: left;
		width: 50%;
	}
	#result td {
		text-align: right;
	}

#error {
	color: #c00;
	display: none;
	font-weight: bold;
	margin: 1em 0;
}
	#error.visible {
		display: block;
	}


/* do not edit below this line */
p {
    margin: 1em 0;
}
#previous-comments {
    display: none;
}
#previous-comments p {
    margin: 0;
}
#previous-comments ul {
    float: left;
    width: 40%;
    margin: 0.5em 1em 0 0;
    list-style: disc;
    font: 14px/1.5 helvetica, sans-serif;
}
#previous-comments li {
    margin-bottom: 0.5em;
}
#previous-comments em {
    font-size: 12px;
    color: #333;
}
#previous-comments .positive {
    color: #060;
}
#previous-comments .negative {
    color: #600;
}
.tooltip {
    border-bottom: dotted 1px #666;
    cursor: help;
}
