* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: verdana;
  background-color: #e5e5e5;
  color: #222222;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}

/* PILE-SOIL STARTS*/
.title {
  text-align: center;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin-bottom: 10px;
}
section.input {
  margin: 20px 0px 30px 0px;
}
main {
  border: #aaaaaa 1px solid;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 12px;
}
section {
  margin-bottom: 20px;
}

div.line {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.cell {
  width: 100%;
  text-align: center;
}

label {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
}

input {
  font-weight: bold;
  color: #999999;
  text-align: center;
  height: 25px;
}
div.immutable-input {
  padding: 6px 0px 5px 0px;
  height: 25px;
  font-weight: bold;
  color: #999999;
  text-align: center;
  background-color: #ebebe4;
  border: #a9a9a9 1px solid;
  width: 95%;
}
select {
  width: 130px;
  height: 25px;
  color: #666666;
}

.pile-soil .line {
  display: flex;
  justify-content: left;
}

.line-index {
  padding-top: 22px;
  font-weight: bold;
  width: 3% !important;
}
.pile-soil .cell {
  width: 10%;
}
div.button {
  border: #999999 1px solid;
  border-radius: 5px;
  padding: 7px 5px;
  cursor: pointer;
  background-color: #ffffff;
  color: #444444;
  font-size: 12px;
  height: 27px;
  width: 100px;
  text-align: center;
}

div.button:hover {
  background-color: #444444;
  color: #ffffff;
}

div.button-blue {
  border-color: #7e78fa;
  background-color: #ffffff;
  color: #2f25ff;
  margin-left: auto;
}

div.button-blue:hover {
  background-color: #2f25ff;
  color: #ffffff;
}

div.button-red {
  border-color: #ec6d6d;
  background-color: #ffffff;
  color: #fb1c1c;
  margin-left: auto;
  align-self: flex-end;
}

div.button-red:hover {
  background-color: #fb1c1c;
  color: #ffffff;
}

input.red,
div.immutable-input.red {
  border-color: #fb1c1c;
}

u.red {
  color: #af2a39;
}

input.green,
div.immutable-input.green {
  border-color: #1cfb1c;
}

u.green {
  color: #209c47;
}
.results .line {
  display: flex;
  justify-content: left;
}
div.formulaBox {
  font-size: 12px;
  padding: 5px;
}

div.formulaBoxIndex {
  padding-top: 22px;
  font-weight: bold;
}

div.formulaGrupBox {
  width: 30%;
}
.results .final {
  width: 100%;
}
