html {
  font-size: 24px;
  position: relative;
  min-height: 100%;
}

body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #cccccc;
   margin-bottom: 60px;
}

table {
    border: 1px solid black;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid black;
    padding: 5px;
}

thead {
    font-weight: 600;
    font-style: italic;
}

input[type="text"] {
    margin: 5px;
    height: 14px;
}

select {
    margin: 5px;
    height: 26px;
}