﻿#customers
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
}
#customers td, #customers th 
{
    font-size:1em; text-align:center;
    border:1px solid #c2c2c1;
    padding:1px 1px 1px 3px;
}
#customers th 
{
    font-size:1.1em;
    text-align:center;
    padding-top:2px;
    padding-bottom:2px;
    background-color:#0e75c8;
    color:#ffffff;
}
#customers tr.alt td 
{
    color:#000000;
    background-color:#d6e3ee;
}