.subTable {
  display: table;
  background-color: #ffffff;
  margin: auto;
  border: 0px solid #cecece;
  border-radius: 8px;
  padding: 10px;
}
.subRow {
  display: table-row;
}
.subCell {
  display: table-cell;
  padding-top: 10px;
}
.subTitle {
  font-size: 14px;
  text-align: left;
}
.subField {
  border: 2px solid #A6ACAF;
  border-radius: 2px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.gdprProtTable {
  display: table;
}
.gdprProtRow {
  display: table-row;
}
.gdprProtCell {
  display: table-cell;
}
.gdprProtTitle {
  font-size: 12px;
  vertical-align: top;
  text-align: left;
}
.btnDiv {
  text-align: center;
}
.subBtn {
  background-color: #c0392B;
  border: 1px solid #C0392B;
  border-bottom: 2px solid #C0392B;
  color: #f1f1f1;
  font-size: 1.5em;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
}
.subBtn:hover {
  background-color: #CD6155;
}
.subPb {
  padding-top: 10px;
  font-size: 10px;
  text-align: center;
}
.descriptionDiv {
  font-size: 16px;
  text-align: center;
}
.headlineDiv {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}