html, body {
    background: rgb(74, 74, 72);
}
h6 {
    font-weight: bold;
}
.header {
	background: #fff;
}
.topbar {	
	background: #ededed;
}
.topbar .logo {
	padding: 10px 0;
}
.topbar .name {
	position: relative;
	top: 7px;
}
.topmenu {
	padding: 10px 0;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	background: #00acee;
	border-bottom: 1px solid #dedede;
}
.main {
	padding-top: 20px;
	background: #fff;
}
.footer {
	text-align: center;
	color: #fff;
	background: rgb(74, 74, 72);
	border-top: 2px solid #fff;
}
.footer img {
	margin: 10px;
}
.footer p {
	font-size: 70%;
}
.small-padding-top {
	padding-top: 20px;
}
.panel.question {
	background: #fff;
	border-color: #00acee;
	border-radius: 10px;
}
.score-good {
    color: green;
}
.score-ok {
    color: blue;
}
.score-bad {
    color: red;
}
.icons li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*
.icons li:first-child {
    text-align: left;
}
.icons li:last-child {
    text-align: right;
}
 */
.icons img {
    width: 50px;
}
.radios {
    text-align: center;
}
.radios li {
    padding-bottom: 0;
}
.contact .contact-image {
}
.contact .image img {
    max-width: 100%;
}
.contact-data {
    padding-top: 20px;
    font-size: 80%;
}