@charset "utf-8";
@media (min-width: 768px) {
  
 
 

#setcoin,#moneychange{
  padding-top:30px;
}
table{
  border-collapse:collapse;
  
}
th,td{
  color:#000;
  border:solid 1px #000;
  text-align:right;
  padding:3px;
font-size: 1vw;
}
th{
  text-align:center;
}
/*-----------------------------here-------------*/
#section{
  padding-left:40px;
}
section#setcoin{
background-color:rgb(216, 247, 239);
position:relative;

}
input{
  font-size: 15px;
  border:0;
  text-align:right;
}
section#setcoin{
  display:flex;
  flex:auto;
}
section#load{
  display:flex;
width:60%;
margin-left:auto;
}
.change{
  background-color:rgba(150, 228, 150, 0.829);
 width:33%;

}


.zann{
  background-color:rgba(141, 141, 212, 0.1);
  width: 33%;
}

.max{
  background-color:rgba(169, 218, 205, 0.7);
  width:33%;
}



section#moneychange{
  position:relative;
  background-color:rgba(219, 219, 148, 0.815);
  display:flex;
}
.mchange,.mmax{
  width:20%;
}
.mzann{
  width:15%;
}
.mbak,.mpla,.mbord{
  width:16%;
}

#setcoin input,.max input,.zann input,#moneychange input{
  width:36px;
  font-size: 20px;
}

#moneychage{
  width:100%;
}

.bak{
  background-color:rgba(255,0,255,0.1);
  width:33%;
}
.pla{
  background-color:rgba(80,80,00,0.3);
  width:33%;
}
.bord{
  background-color:rgba(80,00,80,0.1);
  width:33%;
  font-size: 14px;
}
#setcoin button{
  position:absolute;
  right:10px;
  bottom:20px;
}
button{
 
  padding:5px 10px;
  background-color:pink;
  border-radius:5px;
  cursor:pointer;
}
button:hover{
  opacity:0.5;
}
}
#setcoin button.setchange{
  
  right:140px;
 /* bottom:20px;*/
  color:red;
  
}

@media (max-width: 600px) {
  body{
    
    background-color:antiquewhite;
  }
  main{
    margin-left:30px;
  }

  button{
    background-color:rgb(125, 223, 223);
    border-radius:5px;
  }
  #setcoin button{
    position:fixed;
    right:10px;
    top:20px;
  }

  #setcoin button.setchange{
  position:fixed;
    right:100px;
    top:20px;
    color:red;
    
  }
  table{
    width:80%;
  }
th,td{
  border:1px solid black;

}
th{
  text-align:center;
}
td{
  text-align:right;
}
input{
  width:36px;
  text-align:right;
  border:0;
  font-size: 18px;
}
  
}