﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Specify the CSS style sheets
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table 
{

   font-size: 14px;
   font-family: Helvetica, Arial, sans-serif;
   border-collapse: collapse;
   border-spacing: 10px 5px;
   table-layout: auto;
   empty-cells: show;
   border: thin solid black;
}

thead th,
tfoot th,
tfoot td 
{
   background: #eee;
}

th,
td 
{
   border: thin solid black;
   padding: 10px;
}

tbody th,
tfoot th 
{
   text-align: left;
}

tfoot:last-child
{
    border-bottom:thick solid black;
}