/**
* Road Trip Calculator main.css
* © Copyright 2015-2016 Thomas Lextrait, All Rights Reserved
*/

body {
	background: #F1F1F1;
}

h1 {
	font-family: 'Lobster', cursive;
	text-align: center;
	margin-bottom: 15px;
}

.panel {
	border-radius:0;
}

.panel-heading {
	border-radius:0;
}

.panel-car .panel-heading,
.panel-gas .panel-heading,
.panel-tires .panel-heading,
.panel-oil .panel-heading,
.panel-brakes .panel-heading,
.panel-trip .panel-heading {
	padding-bottom:0;
}

.panel-title {
	font-size: 24px;
}

.panel-car .panel-title,
.panel-gas .panel-title,
.panel-tires .panel-title,
.panel-oil .panel-title,
.panel-brakes .panel-title,
.panel-trip .panel-title {
	/*color: #FFF;*/
	font-size: 24px;
}

label {
	/*color: #FFF;*/
}

.panel-body {
	
}

.panel-side {
	float:left; 
	display:block; 
	padding:15px 25px 15px 15px; 
	vertical-align:center;
}

.panel-side img {
	width:100px;
	height:100px;
}

/*
	Cost sections	
*/

.panel-car {
	border: 2px solid #69A1FF;
}

.panel-gas {
	border: 2px solid #FFB549;
}

.panel-tires {
	border: 2px solid #B87AE8;
}

.panel-oil {
	border: 2px solid #89E84D;
}

.panel-brakes {
	border: 2px solid #F5556C;
}

.panel-trip {
	border: 2px solid #78A3FF;
}

.panel-ownership {
	border: 2px solid #FFB549;
}