
#loading-indicator
{
	position: absolute;
	right: 10px;
	top: 65px;
	display: none;
}

div.container, div.container-fluid
{
	margin-top: 15px;
}

div.navbar a.brand img
{
	max-height: 35px;
}

.navbar .nav > li
{
	line-height: 35px;
}

div.navbar div.container-fluid
{
	margin-top: 0;
}

.navbar .nav .dropdown-toggle .caret
{
	margin-top: 16px;
}

.sidebar-nav
{
    padding: 9px 0;
}

.span10 > h3
{
	margin-top: 0;
}

.form-horizontal .control-label
{
	text-align: left;
}

form
{
	margin: 0;
}

img
{
	max-width: inherit;
}

.controls.textonly
{
	padding-top: 5px;
}

.controls.textonly input[type="radio"], .controls.textonly input[type="checkbox"]
{
	margin: 0;
}

.controls > textarea
{
    width: 645px;
	height: 192px;
	font-family: monospace;
}

table.messages tbody.open
{
	background: white;
}

table.messages tbody.open > tr > td.stats
{
	padding-top: 0;
	border-top: 0;
}

table.messages tbody.open > tr > td.stats table.statistics td:nth-child(n+1)
{
	text-align: right;
}

table.messages td.stats td.errorText
{
	white-space: pre-wrap;
	font-family: monospace;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}

footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

footer.footer > p > a
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
