body {
	padding: 0 30px 20px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.2em;
}

h1 {
	padding-left: 10px;
}

section {
	padding: 10px 10px 20px;	
	border-bottom: 1px solid #d3d3d3;
}

.disabled {
	opacity: .3;
}

.disabled .only-when-enabled {
	display: none;
}

[contenteditable] {
	border-bottom: 2px solid blue;
	padding: 0 5px;
	cursor: pointer;
}

[contenteditable]:focus {
	cursor: text;
}

.total {
	font-weight: bold;
	color: black;
}

.soup {
	margin-top: 10px;
}

.github-fork-ribbon.right-bottom:before {
/* CSS-only GitHub ribbon:
 * https://github.com/simonwhitaker/github-fork-ribbon-css */
	background-color: #090;
}
