/* Text Elements */

span.text-element.text-1 {
  text-align: center;
}

span.text-element span.text-text-1 {
  text-decoration: underline;
  font-weight: 800;
  font-size: 23px;
}

/* Common Elements */

div.table-container.table-1 {
  width: 100%;
  border-width: 0;
}

div.table-container.table-1 table {
  border-spacing: 0 0;
}

div.table-container span.table-text-1 {
  text-decoration: underline;
  font-weight: 700;
  font-style: normal;
}

div.table-container span.table-text-2 {
  text-decoration: underline;
  font-weight: 700;
}

/* Interaction Elements */

input[type=text].input-1 {
  text-align: center;
}