body {
    background-color: #e6fff5;
    background-image: url("backtest2018.jpg");
    opacity: 0.9;
}

.content {
    margin:auto;
    padding-top: 20px;
     min-width: 680px;
     width: 90%;
     height: 900px;
     background-color: white;
}

h1, h2, h3 {
    text-align: center;
}
table {
    margin:auto;
    width: 80%;
}

td, th {
    border: 2px solid #dddddd;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #bfff80;
}

.table {
 width:80%;
 background-color: white;
margin:auto;
}

@media screen and (max-width: 1000px) {
.table {
 width:100%;
 background-color: white;
margin:auto;

}
.big {
    width:100%;
    padding-top: 1px;
    width:50%;
    margin:auto;
}

label {
    text-align: center;
    float: center;
}

.inputprice {
    width: 100px;
margin:auto;
}
input {
    width: 10px;
    height: 90%;

}

}

.inputprice {
    float: right;
width:100px;
height: 90%;
}

.big {
    padding-top: 1px;
    width:50%;
    margin:auto;
}
input {
    width: 50%;
    height: 100%;

}

input[type="button"] {
    width: 20%;
    height: 100%;

}

label {
    width: 50%;
}