html {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  border: 0;
  background: #FFF;
}

header {
  margin: 0 auto 40px;
  padding: 0 40px;
  text-align: left;
  color: #FFFFFF;
}

header h1 a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.4em;
}

#main {
  height: 500px;
  margin: 0 auto;
  padding: 0 40px;
}

table#inventory {
  margin-top: 40px;
  width: auto;
  border-collapse: collapse;
}

table#inventory tr th {
  background: #808080;
  color: #FFF;
  text-align: left;
}

table#inventory tr td, table#inventory tr th {
  border: 1px solid #000;
  padding: 5px 20px 5px 5px;
}
