.ta-number-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.ta-number-table td {
    width: 10%;
    text-align: center;
    padding: 5px;
}

.ta-number-table input[type="checkbox"] {
    margin-right: 5px;
}

#cpcs-form {
  text-align: center;
}

#ta_prediksi_container {
    margin-bottom: 15px;
}

#ta-form .form-submit {
    text-align: right;
}
input#ta_nama, input#ta_email {
  width: 310px;
  height: 40px;
  border: 2px solid #c4bebe;
  border-radius: 10px;
  font-size: 17px;
}
.submit {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

.submit:hover {
    background-color: #005177;
}

.ta-number-table {
    width: auto;
    border-collapse: collapse;
    margin: 0 auto;
	margin-top: 20px;
}

.ta-number-table td {
  border: 2.7px inset #938d8d;
  text-align: center;
  padding: 4px !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #9b9a9a;
  line-height: 1;
}

.ta-number-table td.selected {
  background-color: #E62828;
  color: #e2eccf;
}

.ta-number-table td input[type="checkbox"] {
    display: none;
}
.ta-number-table label {
  margin-bottom: 0px!important;
}
