
    .esc-table {
        width: 100%;
        border: none;
        border-collapse: collapse;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 3;
        margin: 1em 0;
    }

    .esc-table thead th {
        padding: 14px 0;
        font-size: 1.3em;
        text-align: center;
        background-color: #f8f8f8;
        border: none !important;
    }

    .esc-table tbody tr td {
        padding: 10px 12px;
        border: none !important;
        vertical-align: top;
    }

    .esc-table tbody tr td:first-child {
        width: 25%;
        font-weight: bold;
        text-align:right;
    }

    .esc-table tbody tr:nth-child(odd) {
        background-color: #fafafa;
    }

    .esc-table tbody tr:hover {
        background-color: #f0f8ff;
    }
