.textbutton {
  font-weight: 600;
  border-radius: 16px;
  background-color: red;
  border: 1px solid red;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  color: #fff;
  padding: 10px 16px;
  text-transform: uppercase;
  display: block;
}

.textbutton:hover {
  background-color: #4d5053;
  border: 1px solid #4d5053;
}

.dataGroupBox {
  min-width: 550px;
}

.label {
  width: 150px;
}

.largeheading {
  color: red;
  font-family: 'Poppins';
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading {
  color: red;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.buttontable {
  max-width: 900px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.errorbox {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border: 2px solid #660000;
  border-radius: 16px;
  background: #fff0f0;
  padding: 10px;
  box-shadow: 5px 5px 5px #ccc;
}

.hubMainTable .textbutton {
  width: 200px;
}

.hubMainTable .main {
  padding-left: 50px;
}
