h1 {
  text-align: center;
  font-size: 24px;
  padding: 5px 0px;
  margin-bottom: 8px;
}

.sub {
  font-weight: bold;
   font-size: 20px;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   border-bottom-color: #CEB251;
   padding: 5px;
   margin-bottom: 8px;
}

.specific-quotient table {
	border: 1px solid #0F010166;
}

.specific-quotient th {
	background-color: #C29F25CC;;
}

.specific-quotient th,.specific-quotient td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F010166;
}


