body, input {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}

.clearer {
	clear: both;
}

h1, h2 {
	margin: 5px 0px 15px 0px;
	font-size: 24px;
}

h2 {
	margin: 15px 0px 5px 0px;
	font-size: 20px;
}

table {
	border: 0px;
	border-collapse: collapse;
}

table th, table td {
	white-space: nowrap;
}
table th.title {
	padding: 3px 8px;
}

table tr.title-row {
	background-color: #333333;
	color: #ffffff;
}

table tr.odd {
	background-color: #eeeeee;
}

table td.value, table th.value {
	padding: 5px 5px;
	vertical-align: middle;
}

table th.date input {
	font-weight: bold;
}

table td.actions {
	padding-left: 30px;
	padding-right: 0px;
}

.action-button {
	border: 0px;
	cursor: pointer;
	background: #333333;
	color: #ffffff;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.action-button.save-button {
	display: none;
}
.action-button.delete-button {
	margin-left: 10px;
}

input.table-value {
	padding: 2px;
	margin-right: 2px;
	width: 60px;
	background: transparent;
	border: 2px solid transparent;
	color: #000000;
	text-align: right;
}
.date input.table-value {
	width: 90px;
}

.table-value.editable {
	border-color: #333333;
}

.hidden-unit {
	display: none;
}

.actions form {
	float: right;
}

.new-button {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 50px;
	cursor: pointer;
}
.new-form {
	display: none;
	margin-bottom: 20px;
}
.new-field-group {
	margin-bottom: 3px;
}
.new-field-group label,
.new-field-group input,
.new-field-group .new-unit {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 3px 5px;
	width: 150px;
	height: 28px;
	line-height: 24px;
	line-height: 20px;
}
.new-field-group label,
.new-field-group .new-unit {
	margin: 2px 0px;
}
.new-field-group input {
	width: 100px;
	text-align: right;
	border: 2px solid #333333;
	background-color: #eeeeee;
}
.new-field-group .new-unit {
	padding-left: 4px;
}
.new-controls input {
	border: 0px;
	cursor: pointer;
	background: #333333;
	color: #ffffff;
	padding: 0px;
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.chart {
	width: 900px;
	margin: 25px 0px;
	padding: 25px 0px;
	border-top: 2px solid #333333;
}