body {
  min-height: 2000px;
  padding-top: 70px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

TD {font-size:14px}

.row_pad {margin-bottom:10px}

.footer
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
}