﻿.Table1 {
    margin: 0 0 15px 0;
    color: #333333;
    letter-spacing: 1px;
    border: 1px solid #c8ccce;
    border-collapse: collapse;
}

    .Table1 tr.Cancel {
        text-decoration: line-through;
    }

    .Table1 th, .Table1 td {
        text-align: center;
        padding: 4px 5px !important;
    }

    .Table1 thead th {
        font-size: 13px;
        font-weight: normal;
        background-color: #e2e2e2;
        background-image: linear-gradient(to bottom, #ffffff, #e2e2e2);
        border-bottom: 1px solid #C8CCCE;
    }

    .Table1 thead td {
        background-color: #e7e9ed;
        background: linear-gradient(to bottom, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
        border-bottom: 1px solid #b4b7be;
        border-right: 1px solid #d5d5d5;
    }

    .Table1 tbody td {
        text-align: left;
        vertical-align: middle;
    }

    .Table1 > tbody > td, .Table1 tbody th {
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px dotted #bfbfbf;
    }


    .Table1 > tbody > tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .Table1 > tbody > tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .Table1 > tbody > tr:hover {
        background-color: #fffcdb;
    }

    .Table1 tbody th {
        vertical-align: middle;
        text-align: right;
    }

    .Table1 table td {
        border: 1px dotted #c8ccce;
    }

    .Table1 tfoot td, .Table1 tfoot th {
    }

    .Table1 tbody table {
    }

        .Table1 tbody table th {
            border: none;
            text-align: center;
        }
