﻿#Express, #Express table {
    width: 100%;
    background-color: #FFF;
}

    #Express table {
        border-spacing: 0;
        border-collapse: collapse;
        table-layout: fixed;
    }

    #Express .title th {
        overflow: hidden;
        text-align: center;
        font-weight: bold;
        border-right: solid 1px #9fa1a3;
        line-height: 28px;
        white-space: nowrap;
        color: #FFFFFF;
        overflow: hidden;
        background: transparent url(images/grid_title_bg.png) repeat-x;
    }

    #Express .row td {
        height: 25px;
        border-bottom: solid 1px #EAEAEA;
        border-right: solid 1px #f2f2f2;
        line-height: 27px;
        height: 27px;
        padding-left: 4px;
        padding-right: 4px;
    }

    #Express .title .time {
        width: 150px;
    }

