/* Readable Song typeface sizing for desktop and mobile. */
body,
button,
input {
  font-family: "SimSun", "宋体", "STSong", "Songti SC", serif;
}

body { font-size: 18px; }
.eyebrow { font-size: 12px; }
.header-copy > p:last-child { font-size: 18px; }
.site-search > span { font-size: 16px; }
.site-search input { font-size: 18px; }
.site-search button { font-size: 14px; }
.breadcrumb { font-size: 14px; }
.tree-heading { font-size: 20px; }
.tree-heading small { font-size: 14px; }
.tree-row { min-height: 42px; font-size: 16px; line-height: 1.5; }
.tree-row small,
.sub-row small { font-size: 14px; }
.sub-row { min-height: 36px; font-size: 15px; line-height: 1.5; }
.resource-button strong { font-size: 16px; line-height: 1.5; }
.resource-button small { font-size: 14px; }
.mini-type { width: 35px; height: 23px; font-size: 11px; }
.pane-message { font-size: 16px; }
.pane-message button { font-size: 14px; }
.detail-kicker { font-size: 14px; }
.detail-kicker span { width: 40px; height: 25px; font-size: 11px; }
.detail-author { font-size: 16px; }
.detail-section h3 { font-size: 22px; }
.detail-section p { font-size: 18px; }
.file-meta dt { font-size: 14px; }
.file-meta dd { font-size: 22px; }
.download-button { font-size: 18px; }
.detail-empty strong { font-size: 22px; }
.detail-empty p { font-size: 16px; }

.site-footer {
  min-height: 90px;
  font-size: 16px;
}

.site-footer p { font-size: 16px; }

@media (max-width: 500px) {
  .header-copy > p:last-child { font-size: 16px; }
  .site-search > span { font-size: 14px; }
  .site-search input { font-size: 16px; }
  .tree-heading { font-size: 18px; }
  .tree-row { font-size: 16px; }
}
