body {
  font-size: 13px;
}

/**
 * FUND FACTS
 */

table.funds {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}

  table.funds th.series {
    width: 85px;
  }

  table.funds td, table.funds th {
    border: 1px solid #808080;
    text-align: center;
    padding: 5px;
  }
  
  table.funds td.name, table.funds th.name {
    text-align: left;
  }

  table.funds tr.header {
    background: #DEDEDE;
    height: 4em;
    font-size: 0.9em;
  }
  
    table.funds tr.header th.name {
      font-size: 12px;
    }