 form, input, button, table, .p-1 {
     padding: 10px;
 }
form {
    width: 320px;
}
label {
    font-size: 14px;
}
input {
    font-size:20px;
    width:100%;
    line-height: 1.25;
    margin: 20px 0;
    border: 2px solid #989898;
    border-radius: 3px;
    box-sizing: border-box;
    outline:0;
    outline: none;
}
input + input {
    margin-top: 0;
}
button {
    font-size:30px;
    display: inline-block;
    line-height: 1.25;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    background: #7ab539;
}
button.wide {
    width:100%;
}
button#cancely {
    background: #fff;
    color: #7ab539;
    border: 2px solid #7ab539;
    float: right;
}
.msg {
    display: block;
    width:100%;
    padding-bottom: 20px;
}
.flash_msg {
    font-size: 25px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #fff;
}
.text-danger {
    color: #d82626;
}
.text-success {
    color: #7ab539;
}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
}
body.stock {

}
body.stock {
    background-color: rgb(215, 253, 191);
}

.container {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 20px;
}
span.button {
    align-self:flex-end;
    padding: 10px 40px;
    background: #ddd;

}
 #sendInput {
     display: none;
     border: 1px solid #aaa;
     padding: 0.5em 1.5em;
     background-color:#fafafa;
    text-align: left;
 }
 .dev {
     display: none;
 }