body {
  color: #9F0;
  background: #272822;
  font-family: monospace;
  font-size: 12px;
}

h1 {
  text-align: center;
  margin-top: 50px;
}

table {
  width: 500px;
  margin: 0px auto;
  padding: 4px;
  border: 5px double #0D0;
  background-color: #003;
}

tfoot tr td {
  border-top: 1px solid #0D0;
}

tfoot {
  font-weight: bold;
}

th {
  color: #003;
  background-color: #0D0;
  border-bottom: 1px solid #0D0;
  padding-bottom: 5px;
}
th.input-column {
  width: 100px;
}

tr.day > td {
  font-size: 14px;
}

input {
  font-family: monospace;
  font-size: 16px;
  text-align: right;
  width: 100px;
  background-color: #003;
  color: #0F0;
  padding: 2px;
  border: 1px dotted #0D0;
}

input[type="button"] {
  text-align: center;
}

.total, .subtotal {
  font-size: 16px;
  text-align: right;
  padding-right: 5px;
  color: cyan;
}

.title {
  color: #EF5939;
  width: 500px;
  margin: 0px auto 20px;
  font-size: 30px;
}

#article {
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  padding: 5% 10% 1%;

}


a {
  color:yellow;
}


/* adjust menu bar */
.hbar-content {
  margin-top:auto !important;
}