form.usage {
	width:20px;
	float:left;
	display:inline-block;
}

table.usage {
	border-spacing:0;
}

table.usage td:first-child {
	width:200px;
}

table.usage td:nth-child(2) {
	width:50px;
}

table.usage tr, form.usage div {
	height:22px;
}

form.usage input.button {
	margin-top:10px;
}

table.usage tr:first-child td:nth-child(3) {
	border-top:1px solid #d0d0d0;
}

td.bar {
	width:300px;
	background-color:#f0f0f0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

table.usage tr:last-child td:nth-child(3) {
	border-bottom:1px solid #d0d0d0;
}

div.bar {
	background-color:#ff0000;
	height:10px;
	margin:0 5px;
}
