footer {
	padding:20px;
	clear: both;
	border-top:5px solid #ccc;
	text-align:center;
	font-size: 0.85em;
	background: #FFFFFF;
}

.jumbotron-main {
	//background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #edffa6;
    text-align: center;
}

h2 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #e67e22;
}

.listCheck {
	font-weight: bold;
	color: green;
}
.listCross {
	font-weight: bold;
	color: red;
}
.listNotTested {
	font-weight: bold;
	color: orange;
}