@import url(jab-root.css);

body, html {
    background-color: initial;
    max-width: 650px;
    max-height: 550px;
}

input, select, table {
    width: 100%;
}

input, select, textarea {
    height: 2rem;
    padding: 6px;
    border: 1px solid darkgray;
    border-radius: 5px;
}

.field-error {
  outline: 2px solid red;
}

* label {
    display: block;
    font-size: 0.8rem;
}

#message {
    width: 100%;
    height: 300px;
}

* .show-mobile {
    display: none;
}

#send, #clear {
    width: 92px;
}

#send {
    background-color: #99ee99;
}

#clear {
    background-color: #ee9999;
}
