html, body {
	box-sizing: border-box;
	height: 100%;
}

.page-header {
	height: 4.4em;
}

h2 {
	line-height: 100%;
}

.fill {
	box-sizing: border-box;
	/*min-height: 100%;
	height: 100%;*/
}

.footer {
	padding-top: 30px;
}

.progress-bar-success, .state-color-success {
  background-color: #5cb85c;
}

.progress-bar-running, .state-color-running {
  background-color: #f0ad4e;
}

.progress-bar-aborted, .state-color-aborted {
	background-color: #991746;
}

.progress-bar-aborting, .state-color-aborting {
	background-color: #d52162;
}

.progress-bar-failed, .state-color-failed {
  background-color: #d9534f;
}

.progress-bar-waiting, .state-color-waiting {
	background-color: #bac3a8;
}