.one-cell {
  cursor: pointer;
}
.nice-number {
  display: inline-flex;
  width: 300px;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.nice-number input {
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.float_center {
  float: right;
  position: relative;
  left: -50%;
  /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}

.sonuc {
  background-color: green;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 10px;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .sonuc {
    left: -1%;
  }
}

@media only screen and (max-width: 600px) {
  .tablorespon {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .mainbox {
    width: 100%;
  }
}

h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px;
}
table {
  width: 100%;
  table-layout: fixed;
}
.tbl-header {
  background-color: rgba(255, 255, 255, 0.3);
}
.tbl-content {
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;

  text-transform: capitalize;
  border-width: 0px;
}
td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  border-width: 0px;
}

.tablorespon {
  width: 100%;
}

#scrolltable {
  margin-top: 20px;
  height: 200px;
  overflow: auto;
  width: max-content;
}
#scrolltable table {
  border-collapse: collapse;
}
#scrolltable tr:nth-child(even) {
  background: #eee;
}
#scrolltable th div {
  position: absolute;
  margin-top: -20px;
}
@media only screen and (max-width: 600px) {
  .tablorespon {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .ttable {
    width: auto;
  }
}
