body {
  overflow: hidden;
}

.container {
  height: 100vh;
  width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 130px 1fr 30px;
}

.header {
  border-bottom: 1px solid lightgrey;
}
.footer {
  border-top: 1px solid lightgrey;
}
.body {
  display: grid;
  grid-template-columns: 200px auto;
  overflow: hidden;
}

.content {
  overflow-y: scroll;
  padding: 20px;
  margin-left: 20px;
  text-align: justify;
}

hr {
  height: 0;
  border: 0;
  border-top: 3px solid #ccc;
  margin: 5px 0;
}
p {
  max-width: 700px;
}
p.catg {
  color: blue;
  font-size: x-large;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
p.subcat1 {
  padding-top: 1rem;
  color: blue;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}
p.subcat2 {
  margin-top: 0;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: small;
}

.legend {
  font-size: 10px;
  font-weight: bold;
}
.legend_header {
  margin-left: 70px;
  margin-bottom: 0;
}
.legend_item {
  margin-left: 100px;
  margin-bottom: 0;
  margin-top: 3px;
}

table {
  padding-top: 3 px;
}
td {
  text-align: center;
  font-size: 13px;
}
th {
  font-weight: 600;
}
table {
  font-family: Arial, Helvetica, sans-serif;
}
table tr {
  font-weight: normal;
}
table tr.stocked {
  font-weight: 600;
}

.fractop {
  font-size: 55%;
  vertical-align: 50%;
}
.fracbot {
  font-size: 50%;
}
.pcenter {
  text-align: center;
}
