.pivot {
  border-collapse: collapse;
  margin-top: 20px;
}
.pivot td,
.pivot th {
  min-width: 80px;
}


.pivot th,
.pivot td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}

.pivot th {
  font-weight: bold;
  background-color: #434343 !important;
  color: #ffffff !important;
}

.pivot td[id*=resistance] {
  background-color: #E06666 !important;
  color: #ffffff !important;
}

.pivot td[id*=support] {
  background-color: #6AA84F !important;
  color: #ffffff !important;
}

.pivot td[id*=pivot] {
  background-color: #E69138 !important;
  color: #ffffff !important;
}

#open, #high, #low, #close {
  background-color: #E69138;
  color: #fff;
  margin-bottom: 2px;
}

#calculate-button {
  border: none;
  font-weight: bold;
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 0px;
  background-color: #2C75E4;
  color: white;
  max-width: 150px;
  text-align: center;
  border-radius: 50px;
}

.input-container {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 3px double black;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}



.form-group {
  flex-wrap: wrap;
  display: flex;
  text-align: left;
}

input[type="number"] {  
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.invisible-table {
  display: inline-block;
  vertical-align: top;
  border-collapse: collapse;
  margin: auto;
}

.invisible-table td {
  border: none;
  padding: 0;
}

.invisible-table label {
  display: block;
  text-align: right;
  padding-right: 10px;
}

.invisible-table input[type="number"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
