#thanks {
  margin-bottom: 100px;
}
#thanks h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#thanks p {
  line-height: 1.5;
}
#thanks #thanks-ordernumber-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#thanks #thanks-ordernumber-container h2 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#thanks #thanks-ordernumber-container #ordernumber {
  padding: 15px 45px 15px 45px;
  font-size: 24px;
  font-weight: 600;
  background-color: #4d892e;
  color: white;
  display: inline-block;
  margin: 20px auto 20px auto;
  border-radius: 5px;
  margin: 20px 0px 40px 0px;
}
#thanks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#thanks ul li {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px dotted grey;
  padding-top: 40px;
  border-top: 1px dotted grey;
}
#thanks ul li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
#thanks ul li .number fig {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #618a30;
  color: white;
  font-weight: 600;
  flex-shrink: 0;
}
#thanks .inline-ordernumber {
  display: inline-block;
  padding: 5px 10px;
  background-color: #618a30;
  font-weight: 600;
  color: white;
  border-radius: 5px;
  margin: 0px 10px;
}
#thanks #account-container {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 40px;
}
#thanks #account-container p {
  margin: 0px;
}
#thanks #account-container #accountnumber {
  padding: 12px 35px 12px 35px;
  font-size: 20px;
  font-weight: 600;
  background-color: #4d892e;
  color: white;
  display: inline-block;
  border-radius: 5px;
  margin: 0px 0px 0px 20px;
}
#thanks .test {
  color: #222;
}

/*# sourceMappingURL=thanks.css.map */
