/* Styles for the SEER-Medicare publications table at
/seermedicare/overview/pubs_jour_year.php */

table#t_smpubs {
  font-size: .9rem;
}

/* The header row. */
table#t_smpubs thead th {
  text-align: center;
}

/* Cells with numbers in them line up best if they're right-aligned. */
table#t_smpubs td {
  text-align: right;
}

.table td, .table th {
  padding: .75rem .2rem;
}

/* Journal names are typically italicized. */
.jname {
  font-style: italic;
}
