body {
	font-family: 'Raleway', sans-serif;
}
.entry-title {
	font-family: 'Raleway', sans-serif;
}
#cec-co2-calculator {
	margin: 0;
	padding: 0.2em;
	min-height: 380px;
}
#cec-form-container {
	display: flex;
	flex-direction: column;
}
.cec-form-group {
	max-width: 420px;
	display: flex;
	padding: 0.2em;
	justify-content: space-between;
	align-items: center;
}
.custom-label>label {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #8d8d8d;
}

#cec-btn-calculate {
	margin: 1.5em .2em .2em;
padding: .7em 1.2em;
font-family: 'Raleway',sans-serif;
color: #fff;
background-color: #286090;
text-decoration: none;
border-radius: 4px;
border: 1px solid transparent;
}
.cec-text-input {
	min-width: 8em;
	font-family: 'Raleway', sans-serif;
}
.cec-info-container {
	display: none;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.cec-suggestion-item {
	font-family: 'Raleway', sans-serif;
}
#cec-start-city,
#cec-end-city,
#cec-distance-km,
#cec-car-emission,
#cec-flight-emission,
#cec-train-emission,
#cec-car-emission-grams,
#cec-flight-emission-grams,
#cec-train-emission-grams {
	font-weight: bold;
}
p.cec-train-emission {
	color: green;
}
#cec-the-map {
	width: 100%;
	height: 960px;
	min-width: 330px;
}
.w-100 {
	width: 100% !important;
}
.justify-content-center {
	justify-content: center;
}
.city-suggestion {
	padding: 0.1em 0.5em;
}
.p-0 {
	padding: 0;
}
.p-1 {
	padding: 1rem;
}
.p-2 {
	padding: 2rem;
}
.p-3 {
	padding: 3rem;
}
.p-4 {
	padding: 4rem;
}
.p-5 {
	padding: 5rem;
}
