.p-table th {
    color         : #666;
    line-height   : 30px;
    font-weight   : normal;
    font-size     : 12px;
    _padding-top  : 5px;
    padding-left  : 5px;
    background    : #f0f0f0;
    border-bottom : 1px dotted #ccc;
}
.p-table td {
    font-size     : 12px;
    padding-left  : 20px;
    border-bottom : 1px dotted #ccc;
}

