.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ac8145;
  -webkit-transition: .4s;
  transition: .4s;
  
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #725732;
}

input:focus + .slider {
  box-shadow: 0 0 1px #725732;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.rups-size{
	font-size:70px;
	color:#fff;
}
div#min_amm {
    color: red;
}
button.btn.btn-warning.btn_tmode {
    margin-top: 23px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-weight:900;
}

/*new css*/
.hitbox {
    display: flex;
    background-color: #f0ad4e;
    padding: 14px;
    border-radius: 5px;
}
.hitbox {
    display: flex;
}
.hitbox h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.swt {
    display: flex;
    margin-left: 30px;
    padding-top: 7px;
}
.swt p {
    color: #fff;
    font-weight: 600;
    padding-right: 8px;
    line-height: 1.9;
}
.btn.btn-non.btnbox {
    width: 100%;
}
.container {
    width: 980px;
    margin: 0px auto;
}


