#PostCalendar {
  display: none;
}
#glossary dt {
  font-weight: bold;
}
.product-name {
  font-weight: bold;
}
.glossary-term {
  font-weight: bold;
}

table.MiscTable {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-collapse: collapse;
  font-size: 12px;
}
table.MiscTable th {
  background: #ccc;
}
table.MiscTable th, td {
  padding: 5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#MiscTable {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-collapse: collapse;
  font-size: 12px;
}
#MiscTable th {
  background: #ccc;
}
#MiscTable th, td {
  padding: 5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
