.result-list {margin-left: 1.5em;}

.single-result {margin-left: 1.0em;}

.options-choice {
	margin-top: 1.0em;
	margin-right: 4.0em;
	max-width: 15%;
	margin-left: auto;
	text-align: right;
}

.options-choice select {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.options-choice button {
	line-height: 1.3em;
}

.result-type
{
	width: 90px;
	display: inline-block;
}
.success {color:#1D9541;}
.warning {color:#B79A1C}
.failure, .skipped, .failure a {color:#B71002;}
.info {color:#969696;}

.totals h1, .totals h3 {
	text-align: center;
}

.totals h1
{
	margin-bottom: 0px;
	font-size: 2.0em;
}
.total, .total a
{
	color:#232323;
}

h3
{
	width: 95%;
	margin-bottom: 0.4em;
}

pre
{
	width: 90%;
}

h4
{
	margin-left: 1.0em;
}

.filename
{
	display: inline-block;
	float: right;
	text-align: right;
	font-size: 0.7em;
}

div #bad-warning
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.25em;
	color: #C0781D;
}

.group-header {
	font-size: 1.5em;
	padding-left: 1.5em;
}

.group-header span.group-name {
	text-transform: uppercase;
}

.show-all {
	display: inline-block;
	padding-right: 1.5em;
	float: right;
}

hr {width:80%;margin-top:1.0em;margin-bottom:1.0em;margin-left:10%;}

.total a, .failure a
{
	text-decoration: underline;
}

.xdebug-error > tbody th {
	color: rgb(118, 28, 241);
}
