html {
	font-family: 'PT Sans', sans-serif;
}

h3 {
	color: #005ea8;
	font-weight: 700;
}

.header {
	background: url(../images/header_bg.png) repeat-x #005ea8;
}

.subheader {
	background: #7ab51d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	padding: 2px;
	border-top: 0.2rem solid #ffffff;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
	color: #cccccc;
}

.navbar-default .navbar-brand .logo,
.navbar-default .navbar-brand .logo2 {
	display: inline;
	height: auto;
}

.navbar-default .navbar-brand .logo {
	width: 150px;
}

.navbar-default .navbar-brand .logo2 {
	width: 100px;
}

@media (min-width: 900px) {
	.navbar-default .navbar-brand .logo {
		width: 180px;
	}
	
	.navbar-default .navbar-brand .logo2 {
		width: 150px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
}

.navigation a.done,
.navigation a.done:hover {
	background-color: #7ab51d !important;
}

.panel-default {
	box-shadow: none;
	background: rgba(235,235,235,0.4);
	border: none;
	border-radius: 5px;
}

.panel-default .panel-heading {
	border-bottom: 1px solid #005ea8;
	background: #e4e4e4;
}

.panel-default .panel-heading .panel-title {
	color: #005ea8;
}

.btn-default {
    padding: 0.3em 8% 0.3em 8%;
    margin-top: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background: #005ea8;
    border: 1px solid #005ea8;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background: #037ad8;
    color: #ffffff;
    border: 1px solid #0270c6;
    cursor: pointer;
}

.text-description{
	font-size: 1.2em;
    font-weight: bold;
	margin-left:10px;
}

.tyre-data-container span{
	display: block;
}

.tyre-data-container .td-description{
	font-weight: bold;
}

.mb-10{
margin-bottom: 10px !important;
}
