.aligned-table {
  table-layout: fixed;
  width: 100%; /* if you want your table to span the entire width of its container */
  text-align: center;
}

.outputTable {
  table-layout: fixed;
  /* border: 1px solid; */
  /* background-color: #d1d1d1; */
  text-align: center;
  width: 100%;
  margin-bottom: 1%;
  margin-top: 1%;
}

.numberInputField {
    width: 80%;
}

.faqHeader {
    font-weight: bold;
}

.faqContent {
    padding: 1%;
    padding-left: 5%;
}

.ResultsDivison {
  width: 100%;
}

details {
  background-color: #c3c3c3;
  border-radius: 3px;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 5px;
  color: #000000;
  border: 1px solid;
}

details:hover {
  background-color: #d1d1d1;
  color: #000000;
}

.FuelDataPlot {
  width: 100%;
  min-height: 180px;
}

.InputManager {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin-bottom: 1%;
}

.FuelEfficiencyTable {
  background-color: #c3c3c3;
  border: 1px solid;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 3px;
}

.Spacing {
 margin-right: 20px;
}

.centeredButton {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
  margin-bottom: 1%;
}

/* Hide the "keine Datei ausgewählt" text */
input[type="file"] {
  display: none; /* Hide the original input */
}

#submit {
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words if necessary */
  /*width: 100px; Set a specific width if needed */
}