/* Generic data table format */ .tablefixed { border: none; margin: 12px; width: 90%; table-layout: fixed; border-collapse: collapse; } .tablefixed th { font-size: 14px; font-weight: bold; vertical-align: bottom; border-top: 2px solid black; border-bottom: 1px solid black; } .tablefixed td { font-size: 12px; padding: 4px; vertical-align: top; border-bottom: 1px solid #040404;}