/* reports/style.css */
.report-title {
  margin-bottom: 0; 
  text-align: center;
}
h2 {
  margin-bottom: 0;
}
.franchiseName {
  border-bottom: 2px solid black;
  border-top: 2px solid black !important;      
  font-weight: bold;
  margin-top: 1em;
  text-transform: uppercase;
}
.divisionName {
  background-color: lightgray;
  border-bottom: 2px solid double;
  border-top: 2px solid double !important;
  font-style: italic;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center !important;
  text-transform: uppercase;
}
.noCard {
  color: red;
  font-style: italic;
  font-weight: bold;
}