.content-container
{
	background-color: #0077bb;
	color: white;
	padding: 10px;
}

.content-container > h2
{
	color: white;
}

.full-width
{
	width: 100%;
}

tr
{
	height: 40px;
}

td, tr td
{
	border: 1px solid lightgrey;
	padding: 0 5px;
}

td
{
	vertical-align: middle !important;
}

.red-row
{
	color: #ffcc00;
}

.strong-cell
{
	font-weight: bold;
}

.right-cell
{
	text-align: right;
}

.stripped-row
{
	background-color: #004480;
}

.no-border
{
	border-top: none !important;
	border-bottom: none !important;
}

.success
{
	color: green !important;
}

.absolute-no-border
{
	border: none !important;
}

.calc-row
{
	margin-bottom: 5px;
}

.num-input
{
	text-align: right !important;
}