body {
	padding-top: 20px;
	padding-bottom: 20px;

	background: #f4f4f4;

    font-family: 'Open Sans',Verdana,Arial,sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu',sans-serif;
    font-weight: normal;
}

h1 {
	margin-bottom: 20px;
}

a.logo {
	display: block;
	font-size: 0px;
	margin-bottom: 20px;
}

.navbar[role=navigation] {
	height: 40px;
	min-height: 40px;
}

.navbar.navbar-transparent {
	background: transparent;
	border: 0px none;
}

caption {
	font-size: 18px;
	text-align: left;
}

.btn-test-result {
	margin-right: 5px;
}

th {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

div.test-name strong {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.navbar-toggle {
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 0px;
	}

	.navbar-collapse {
		background: #333;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #fff;
	}
}

@media (min-width: 768px) {
	.navbar .nav > li > a {
		color: #ddd;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media print {
	#logo-headline {
		display: none;
	}
}

#logo-headline {
	position: absolute;
	z-index: 5;
}

#nav-headline {
	background-color: #333;
	height: 55px;
	padding-top: 7px;
	padding-left: 50px;
}

