  #calctabs              { text-align: right; border-bottom: 1px solid #895827; padding-bottom: 6px; line-height: 12px; }
  a#Summary, 
  a#Details              { border-top-right-radius: 20px; padding: 2px 20px 2px 10px; }
  a#Summary              { text-decoration: none; background-color: #895827; color: white; }
  a#Details              { text-decoration: none; background-color: #DADADA; color: #229593; }
  a#Summary.active,
  a#Details.active       { text-decoration: none; background-color: #895827; color: white; }
  a#Summary.inactive,
  a#Details.inactive     { text-decoration: none; background-color: #DADADA; color: #895827; }
  
  table#detailed th,
  table#summary th       { vertical-align: middle;  text-align: center; font-weight: normal; } 
  table#detailed th.year { background-color: #CCCCCC; font-weight: bold; } 
  table td               { vertical-align: middle;  text-align: center; font-weight: normal; } 
  .sr_only               { position: absolute; width: 1px; height: 1px; overflow: hidden; } 
  .mnths                 { display: table-cell; padding: 10px; vertical-align: middle; color: #666; }
  #yearswitch            { border-left: 1px solid #ccc; border-radius: 10px; }
  #yearswitch:hover      { cursor: pointer;}

@media print{
 #back-to-top           { display: none; } 
}
