﻿@import "../_Common/Grid.css";

table.customers-grid {
    
}

    table.customers-grid th.first-name,
    table.customers-grid td.first-name {
        width: 10%; /* Using percentages for widths as IE displays
                       issues with the child A tags when using px widths */
    }
    
    table.customers-grid th.last-name,
    table.customers-grid td.last-name {
        
    }
    
    table.customers-grid th.age,
    table.customers-grid td.age {
        width: 35%;
    }
    
    table.customers-grid th.years-as-member,
    table.customers-grid td.years-as-member {
        width: 15%;
        text-align: center;
    }
    
    .AspNet-GridView {width:755px;}