body {

	font-size: 20px;
	font-family: Arial;
	
}
header {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #BEBEBE;
}

footer {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	font-size: 17px;
	background-color: #696969;
	color: white;
}

.cabecalho {

	width: 350px;
	height: 60px;
	background-color: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

section {
	display: flex;
	justify-content: center;
	height: auto;
	border: 1px solid black; 
	background-color: #00008b;
	color: white;
}

.container {

	display: block;
	/*justify-content: left;*/
	width: 350px;
	background-color: none;
}

.preco {

	display: flex;
	justify-content: center;
	text-align: center;
	padding: 8px;
	margin-top: 3px;
}

#resultado {
	border: 2px solid;
	height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

.combustivel {
	text-align: center;
	font-weight: bold;
}

.alinhar {
	text-align: center;
	margin-top: 5px;

}

input  {

	height: 24px;
	font-size: 20px;
	text-align: center;
	width: 150px;
}

button {

	width: 90px;
	height: 35px;	
	font-size: 22px;
	padding: 2px;
}

.botoes {

	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	padding: 5px;
}

.motores {
	width: 50%;
	float: left;
	text-align: center;
	padding: 3px;
}

#veiculo1, #veiculo14, #veiculo18  {
	
	float: left;
	font-weight: bold;
	text-align: center;
	/*border-right: 1px solid;*/
	padding: 3px;
	width: 20%;
}

#veiculo1_2, #veiculo14_2, #veiculo18_2 {

	font-weight: bold;
	text-align: center;
	padding: 3px;
	width: 20%;
	float: left;
}

th {
	font-size: 20px;
	margin-bottom: 3px;

}

table, tr {

	border: 1px solid black;
}

.texto {

	font-size: 19px;
	text-align: center;
}

@media (max-width: 340px) {

	.motores {
		font-size: 16px;
	}

	#veiculo1, #veiculo14, #veiculo18, #veiculo1_2, #veiculo14_2, #veiculo18_2 {
		font-size: 16px;
	}
}