
.container{
    margin: 0 auto;
    margin-bottom: 10px;
    position:relative;
    width:320px;
    height:140px;
    border: 2px solid saddlebrown;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(54,51,54,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(54,51,54,1);
    box-shadow: 10px 10px 5px 0px rgba(54,51,54,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;

}
.text{
    margin-left: 2px;
    font-size: 22px;
    color: saddlebrown;
    float: left;

}
.inputbox{
    height: 40px;
    width: 130px;
    margin: 0 auto;
    float: right;
}
.input{
    margin-top: 10px;
    margin-left: 1px;
}
.units{
    margin-right: 1px;
    float: right;
}
.submit{
    position: absolute;
    top:125px;
    left:5px;
}
.confirm{
    position: absolute;
    background-color: peru;
    color: white;
    height:50px;
    width:250px;
    border: 1px solid darkgray;
    top: 15px;
    left:200px;
    padding: 5px;
}
.container_respond{
    width:570px;
    height:100px;
    padding: 5px;

}
.text_respond{
    margin-top: 7px;
    margin-left: 2px;
    font-size: 22px;
    color: saddlebrown;
    float: left;

}
.inputbox_respond{
    position: relative;
    height: 40px;
    width: 120px;
    margin: 0 auto;
    float: right;
}
.input_respond{
    margin-top: 10px;
    margin-left: 1px;
}
.units_respond{
    margin: 0 auto;
    margin-right: 1px;
    float: right;
}

.response_table{
    border: 1px solid black;
}
.response_table td{
    width:100px;
    text-align: center;
}
.response_table tr:nth-child(even){
    background-color: #B8F5B1;
    width:100px;
    text-align: center;
}
.response_table tr:nth-child(odd){
    background-color: #FFFFCC;
}
.response_data_h{
    background-color: #FFFFFF;
    width: 100px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.response_row{

}
.response_data{
    width: 100px;
}