h3 {
	position: absolute;
    transform: rotate(270deg) translate(-100%, -100%);
    transform-origin: left top;
    left: 17px;
    background: #fff;
    padding: 0 10px 6px 10px;
    border-radius: 0 0 0 10px;
    top: 0;
	color: #da4c1f;
}

h4 {
	margin-top: 20px;
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 10px;
	font-size: 1rem;
	font-weight: normal;
	padding-left: 10px;
}

h5 {
	margin-top: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 2rem;
}

h6 {
	padding-left: 10px;
	font-size: 1.5rem;
	margin-bottom: 3px;
}

h6 small {
	font-size: 14px;
	margin-left: 5px;
	color: #777;
}

.row {
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 10px;
}

td {
	font-size: 13px;
	color: #333;
	white-space: nowrap;
}

td:last-child {
	font-weight: 900;
}

td:first-child {
	padding-right: 5px;
	text-align: right;
}

tr.passed td:last-child {
	color: #05731a;
}

tr.failed td:last-child {
	color: #c71700;
}

td small {
	font-weight: normal;
	color: #666;
}

.fa-exclamation-circle {
	float: right;
	color: #c71700;
	font-size: 24px;
    margin: 3px 20px 0 0;
}

.odd {
	background-color: #f0f0f0;
}

.even {
	background-color: #f7f7f7;
	min-height: 130px;
}

@media (max-width: 576px) {
	.col-6 {
		padding-left: 50px;
	}

	h3 {
		left: 39px;
	}
}