﻿.FixedTable{
    table-layout:fixed;
}

.TrackLabel{
    color: #375075;
    font-size: 14px;
}

.TrackContent{
    color: #00CC00;
    font-size: 16px;
}

.TrackContentRight{
    color: #00CC00;
    font-size: 16px;
    text-align: right !important;
}

.TrackAmount{
    font-weight: bold;
    color: #333;
    font-size: 17px;
}

.TrackDate{
    font-weight: 400;
    color: #999;
    font-size: 12px;
}

.TrackStatus{
    font-weight: 600;
    font-size: 14px;
}

.TrackId{
    color: #999;
    font-size: 12px;
}