/*
  CSS ARCHIVE FOR THE LABS
  Include rules for your lab.
*/

h1{
  text-align: center;
  padding-bottom: 20px;
}

#cam{
  margin-top:7%;
}

#DivExp > ul {
  list-style: none;
  margin-left: 0;
  padding: 0px;
  margin: 0px;
}

#DivExp .controller-container {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 1rem;
  width: 100%;
}

#DivExp .controller-container label {
  margin: 0;
}

#DivExp .config-container {
  border: 1.5px solid #bdbdbd;
  margin-bottom: 1.5rem;
}

#DivExp .title-container {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1.5rem 2rem;
  background: #f3f5f7;
  border-bottom: 1.5px solid #bdbdbd;
  margin-bottom: 1rem;
}

#DivExp .title-container h6 {
  font-size: 1.6rem;
  margin: 0;
}

#DivExp .input-container {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}

#DivExp .value-container {
  width: 2rem;
  border: 1.5px solid #bdbdbd;
  padding: 0.2rem 3rem;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: center;
}

#DivExp .data-table {
  margin-top: 5rem;
}

#DivExp table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#DivExp td, #DivExp th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#DivExp tr:nth-child(even) {
  background-color: #dddddd;
}

#DivExp li {
  font-weight: bold;
  text-align: start;
  font-size: 1.5rem;
}

#DivExp li span {
  font-weight: 300;
}

#DivExp .gravityFormulaImg {
  height: 10rem;
}

#DivExp .european-union-container {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}

#DivExp .european-union {
  height: 4.5rem;
}
