body {
  font-family: "Raleway", sans-serif;
}
.entry-title {
  font-family: "Raleway", sans-serif;
}
#cec-co2-calculator.travel-data-calc {
  margin: 0;
  padding: 0.2em;
  min-height: 380px;
  min-height: 0;
  background: #0cb9f524;
  padding: 30px 30px 30px 30px;
  border: 1px solid #23abe1;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 0px 0px rgb(37 172 226);
          box-shadow: 0px 10px 0px 0px rgb(37 172 226);
}
#cec-co2-calculator.travel-data-calc #cec-form-container > div > h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.travel-data-calc #cec-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cec-co2-calculator.travel-data-calc select {
  border: 1px solid #0db6ef;
  color: #000;
}
.travel-data-calc .cec-form-group {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: 0 auto;
}
.travel-data-calc .custom-label > label {
  display: none;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #8d8d8d;
}
.travel-data-calc #cec-btn-calculate {
  margin: 1.5em 0.2em 0.2em;
  padding: 0.7em 1.2em;
  font-family: "Raleway", sans-serif;
  color: #fff;
  background-color: #286090;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
}
.travel-data-calc .cec-text-input {
  min-width: 8em;
  font-family: "Raleway", sans-serif;
}
.travel-data-calc .cec-info-container {
  display: none;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}
.travel-data-calc .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;
}
.travel-data-calc #cec-the-map {
  width: 100% !important;
  height: 960px;
}
.w-100 {
  width: 100% !important;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}