.title-heading {
  font-size: 3em;
  color: red;
  width: 100%;
  text-align: center;
}
.star-explanations {
  border-bottom: 4px double #000;
}
.star-explanations > p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
table {
  margin-top: 10px;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #999;
}
@media print {
  .template-byu-top-bar {
    display: none;
  }
  .template-byu-body {
    top: 0 !important;
  }
  .template-byu-content {
    padding: 0 !important;
    overflow: visible !important;
  }
}
