* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 10px;
}

table {
  border-collapse: collapse;
  width: 90%;
}

td,
th {
  text-align: left;
  padding-left: 10px;
}

th {
  font-weight: bold;
}

.form-group {
  margin-bottom: 1rem;
}

.th {
  font-size: 140px;
}

input {
  padding-left: 5px;
}

.btn_text_alignment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
